Lines Matching refs:v4l2_pixel_format

48     int v4l2_pixel_format = -1;  in hal_pixfmt_to_v4l2()  local
53 v4l2_pixel_format = V4L2_PIX_FMT_RGB32; in hal_pixfmt_to_v4l2()
57 v4l2_pixel_format = V4L2_PIX_FMT_RGB24; in hal_pixfmt_to_v4l2()
61 v4l2_pixel_format = V4L2_PIX_FMT_RGB565; in hal_pixfmt_to_v4l2()
65 v4l2_pixel_format = V4L2_PIX_FMT_BGR32; in hal_pixfmt_to_v4l2()
69 v4l2_pixel_format = V4L2_PIX_FMT_YVU420M; in hal_pixfmt_to_v4l2()
73 v4l2_pixel_format = V4L2_PIX_FMT_YUV420M; in hal_pixfmt_to_v4l2()
77 v4l2_pixel_format = V4L2_PIX_FMT_YVU420; in hal_pixfmt_to_v4l2()
81 v4l2_pixel_format = V4L2_PIX_FMT_YUV420; in hal_pixfmt_to_v4l2()
85 v4l2_pixel_format = V4L2_PIX_FMT_YUV420N; in hal_pixfmt_to_v4l2()
89 v4l2_pixel_format = V4L2_PIX_FMT_NV16; in hal_pixfmt_to_v4l2()
93 v4l2_pixel_format = V4L2_PIX_FMT_NV12; in hal_pixfmt_to_v4l2()
97 v4l2_pixel_format = V4L2_PIX_FMT_NV12N; in hal_pixfmt_to_v4l2()
103 v4l2_pixel_format = V4L2_PIX_FMT_NV12M; in hal_pixfmt_to_v4l2()
107 v4l2_pixel_format = V4L2_PIX_FMT_NV12N_10B; in hal_pixfmt_to_v4l2()
111 v4l2_pixel_format = V4L2_PIX_FMT_YUYV; in hal_pixfmt_to_v4l2()
115 v4l2_pixel_format = V4L2_PIX_FMT_UYVY; in hal_pixfmt_to_v4l2()
119 v4l2_pixel_format = V4L2_PIX_FMT_NV61; in hal_pixfmt_to_v4l2()
124 v4l2_pixel_format = V4L2_PIX_FMT_NV21M; in hal_pixfmt_to_v4l2()
128 v4l2_pixel_format = V4L2_PIX_FMT_NV21; in hal_pixfmt_to_v4l2()
133 v4l2_pixel_format = V4L2_PIX_FMT_NV12MT; in hal_pixfmt_to_v4l2()
135 v4l2_pixel_format = V4L2_PIX_FMT_NV12MT_16X16; in hal_pixfmt_to_v4l2()
140 v4l2_pixel_format = V4L2_PIX_FMT_NV12NT; in hal_pixfmt_to_v4l2()
144 v4l2_pixel_format = V4L2_PIX_FMT_YVYU; in hal_pixfmt_to_v4l2()
148 v4l2_pixel_format = V4L2_PIX_FMT_VYUY; in hal_pixfmt_to_v4l2()
152 v4l2_pixel_format = V4L2_PIX_FMT_NV12M_P010; in hal_pixfmt_to_v4l2()
161 return v4l2_pixel_format; in hal_pixfmt_to_v4l2()