Searched defs:v4lconvert_pixfmt (Results 1 – 1 of 1) sorted by relevance
97 struct v4lconvert_pixfmt { struct98 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;