Searched refs:v4l2_pix_fmt (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/media/platform/chips-media/wave5/ |
| H A D | wave5-vpu-enc.c | 36 .v4l2_pix_fmt = V4L2_PIX_FMT_HEVC, 40 .v4l2_pix_fmt = V4L2_PIX_FMT_H264, 46 .v4l2_pix_fmt = V4L2_PIX_FMT_YUV420, 50 .v4l2_pix_fmt = V4L2_PIX_FMT_NV12, 54 .v4l2_pix_fmt = V4L2_PIX_FMT_NV21, 58 .v4l2_pix_fmt = V4L2_PIX_FMT_YUV420M, 62 .v4l2_pix_fmt = V4L2_PIX_FMT_NV12M, 66 .v4l2_pix_fmt = V4L2_PIX_FMT_NV21M, 70 .v4l2_pix_fmt = V4L2_PIX_FMT_YUV422P, 74 .v4l2_pix_fmt = V4L2_PIX_FMT_NV16, [all …]
|
| /linux/drivers/media/platform/nxp/ |
| H A D | imx-pxp.c | 277 static u32 pxp_v4l2_pix_fmt_to_ps_format(u32 v4l2_pix_fmt) in pxp_v4l2_pix_fmt_to_ps_format() argument 279 switch (v4l2_pix_fmt) { in pxp_v4l2_pix_fmt_to_ps_format() 303 static u32 pxp_v4l2_pix_fmt_to_out_format(u32 v4l2_pix_fmt) in pxp_v4l2_pix_fmt_to_out_format() argument 305 switch (v4l2_pix_fmt) { in pxp_v4l2_pix_fmt_to_out_format() 327 static bool pxp_v4l2_pix_fmt_is_yuv(u32 v4l2_pix_fmt) in pxp_v4l2_pix_fmt_is_yuv() argument 329 switch (v4l2_pix_fmt) { in pxp_v4l2_pix_fmt_is_yuv()
|