Changes between Version 1 and Version 2 of Component/Vci Frame Buffer


Ignore:
Timestamp:
Nov 8, 2009, 6:52:00 PM (14 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Frame Buffer

    v1 v2  
    55== 1) Functional Description ==
    66
    7 This VCI target can be used to display RVB or YUV images.
     7This VCI target can be used to display RVB or YUV images. It contains a buffer whose size is defined
     8as the product [number_of_lines * number_of_pixel_per_line * number_of_bytes_per_pixel].
     9This buffer supports both read & write accesses.
    810
    911== 2) Component definition & usage ==
     
    3032     unsigned long width,   // number of pixel per line
    3133     unsigned long heigth,   // number of lines
    32      int subsampling);   // optional argument : default value is YUV420
     34     int subsampling);   // optional argument : default value is 420 corresponding to YUV420
    3335}}}
    3436