Home | History | Annotate | Download | only in libexynosutils

Lines Matching refs:v4l2_pixel_format

50     int v4l2_pixel_format = -1;
56 v4l2_pixel_format = V4L2_PIX_FMT_RGB32;
60 v4l2_pixel_format = V4L2_PIX_FMT_RGB24;
64 v4l2_pixel_format = V4L2_PIX_FMT_RGB565;
68 v4l2_pixel_format = V4L2_PIX_FMT_BGR32;
72 v4l2_pixel_format = V4L2_PIX_FMT_RGB555X;
76 v4l2_pixel_format = V4L2_PIX_FMT_RGB444;
80 v4l2_pixel_format = V4L2_PIX_FMT_YVU420M;
84 v4l2_pixel_format = V4L2_PIX_FMT_YUV420M;
89 v4l2_pixel_format = V4L2_PIX_FMT_NV61;
94 v4l2_pixel_format = V4L2_PIX_FMT_NV12M;
99 v4l2_pixel_format = V4L2_PIX_FMT_YUYV;
103 v4l2_pixel_format = V4L2_PIX_FMT_YUV422P;
108 v4l2_pixel_format = V4L2_PIX_FMT_UYVY;
113 v4l2_pixel_format = V4L2_PIX_FMT_NV16;
118 v4l2_pixel_format = V4L2_PIX_FMT_NV21M;
122 v4l2_pixel_format = V4L2_PIX_FMT_NV12MT_16X16;
126 v4l2_pixel_format = V4L2_PIX_FMT_NV12MT_16X16;
130 v4l2_pixel_format = V4L2_PIX_FMT_YVYU;
134 v4l2_pixel_format = V4L2_PIX_FMT_VYUY;
143 return v4l2_pixel_format;
147 int v4l2_pixel_format)
151 switch (v4l2_pixel_format) {
232 __func__, v4l2_pixel_format);
368 int V4L2_PIX_2_YUV_INFO(unsigned int v4l2_pixel_format, unsigned int * bpp, unsigned int * planes)
370 switch (v4l2_pixel_format) {
415 unsigned int get_yuv_bpp(unsigned int v4l2_pixel_format)
419 if (V4L2_PIX_2_YUV_INFO(v4l2_pixel_format, &bpp, &planes) < 0)
425 unsigned int get_yuv_planes(unsigned int v4l2_pixel_format)
429 if (V4L2_PIX_2_YUV_INFO(v4l2_pixel_format, &bpp, &planes) < 0)