Home
last modified time | relevance | path

Searched defs:v4lconvert_pixfmt (Results 1 – 1 of 1) sorted by relevance

/external/v4l-utils/lib/libv4lconvert/
Dlibv4lconvert-priv.h97 struct v4lconvert_pixfmt { struct
98 unsigned int fmt; /* v4l2 fourcc */
99 int bpp; /* bits per pixel, 0 for compressed formats */
100 int rgb_rank; /* rank for converting to rgb32 / bgr32 */
101 int yuv_rank; /* rank for converting to yuv420 / yvu420 */
102 int needs_conversion;