Changes between Version 1 and Version 2 of Component/Vci Frame Buffer
- Timestamp:
- Nov 8, 2009, 6:52:00 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Frame Buffer
v1 v2 5 5 == 1) Functional Description == 6 6 7 This VCI target can be used to display RVB or YUV images. 7 This VCI target can be used to display RVB or YUV images. It contains a buffer whose size is defined 8 as the product [number_of_lines * number_of_pixel_per_line * number_of_bytes_per_pixel]. 9 This buffer supports both read & write accesses. 8 10 9 11 == 2) Component definition & usage == … … 30 32 unsigned long width, // number of pixel per line 31 33 unsigned long heigth, // number of lines 32 int subsampling); // optional argument : default value is YUV42034 int subsampling); // optional argument : default value is 420 corresponding to YUV420 33 35 }}} 34 36