Searched refs:V4L2_JPEG_CHROMA_SUBSAMPLING_422 (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/media/platform/samsung/s5p-jpeg/ |
H A D | jpeg-core.c | 56 .subsampling = V4L2_JPEG_CHROMA_SUBSAMPLING_422, 68 .subsampling = V4L2_JPEG_CHROMA_SUBSAMPLING_422, 80 .subsampling = V4L2_JPEG_CHROMA_SUBSAMPLING_422, 92 .subsampling = V4L2_JPEG_CHROMA_SUBSAMPLING_422, 104 .subsampling = V4L2_JPEG_CHROMA_SUBSAMPLING_422, 116 .subsampling = V4L2_JPEG_CHROMA_SUBSAMPLING_422, 128 .subsampling = V4L2_JPEG_CHROMA_SUBSAMPLING_422, 235 .subsampling = V4L2_JPEG_CHROMA_SUBSAMPLING_422, 247 .subsampling = V4L2_JPEG_CHROMA_SUBSAMPLING_422, 547 case V4L2_JPEG_CHROMA_SUBSAMPLING_422: in s5p_jpeg_adjust_fourcc_to_subsampling() [all …]
|
H A D | jpeg-hw-exynos4.c | 154 case V4L2_JPEG_CHROMA_SUBSAMPLING_422: in __exynos4_jpeg_set_enc_out_fmt()
|
H A D | jpeg-hw-exynos3250.c | 154 case V4L2_JPEG_CHROMA_SUBSAMPLING_422: in exynos3250_jpeg_subsampling_mode()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | ext-ctrls-jpeg.rst | 41 * - ``V4L2_JPEG_CHROMA_SUBSAMPLING_422``
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-jpeg.c | 145 return V4L2_JPEG_CHROMA_SUBSAMPLING_422; in v4l2_jpeg_decode_subsampling()
|
/openbmc/linux/drivers/media/platform/nxp/imx-jpeg/ |
H A D | mxc-jpeg.c | 187 .subsampling = V4L2_JPEG_CHROMA_SUBSAMPLING_422, 200 .subsampling = V4L2_JPEG_CHROMA_SUBSAMPLING_422, 1770 } else if (q->fmt->subsampling == V4L2_JPEG_CHROMA_SUBSAMPLING_422) { in mxc_jpeg_bytesperline()
|
/openbmc/linux/drivers/media/platform/chips-media/ |
H A D | coda-jpeg.c | 398 case V4L2_JPEG_CHROMA_SUBSAMPLING_422: in coda_jpeg_decode_header()
|
H A D | coda-common.c | 469 V4L2_JPEG_CHROMA_SUBSAMPLING_422) { in coda_enum_fmt() 692 V4L2_JPEG_CHROMA_SUBSAMPLING_422) in coda_try_fmt_vid_cap()
|
/openbmc/linux/include/uapi/linux/ |
H A D | v4l2-controls.h | 1178 V4L2_JPEG_CHROMA_SUBSAMPLING_422 = 1, enumerator
|