Searched refs:V4L2_PIX_FMT_NV12_4L4 (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/media/platform/verisilicon/
H A Dsunxi_vpu_hw.c43 .fourcc = V4L2_PIX_FMT_NV12_4L4,
H A Dimx8m_vpu_hw.c184 .fourcc = V4L2_PIX_FMT_NV12_4L4,
H A Dhantro_hevc.c158 if (ctx->vpu_dst_fmt->fourcc == V4L2_PIX_FMT_NV12_4L4) {
H A Drockchip_vpu_hw.c317 .fourcc = V4L2_PIX_FMT_NV12_4L4,
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-common.c292 { .format = V4L2_PIX_FMT_NV12_4L4, .pixel_enc = V4L2_PIXEL_ENC_YUV, .mem_planes = 1, .comp_planes = 2, .bpp = { 1, 2, 0, 0 }, .bpp_div = { 1, 1, 1, 1 }, .hdiv = 2, .vdiv = 2 },
H A Dv4l2-ioctl.c1356 case V4L2_PIX_FMT_NV12_4L4: descr = "Y/UV 4:2:0 (4x4 Linear)"; break;
/linux-master/include/uapi/linux/
H A Dvideodev2.h672 #define V4L2_PIX_FMT_NV12_4L4 v4l2_fourcc('V', 'T', '1', '2') /* 12 Y/CbCr 4:2:0 4x4 tiles */ macro

Completed in 144 milliseconds