Searched refs:dst_fourcc (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/media/platform/chips-media/coda/ |
| H A D | coda-bit.c | 486 ctx->codec->dst_fourcc == V4L2_PIX_FMT_H264 || in coda_alloc_framebuffers() 488 ctx->codec->dst_fourcc == V4L2_PIX_FMT_MPEG4) in coda_alloc_framebuffers() 643 ctx->codec->dst_fourcc == V4L2_PIX_FMT_H264 && in coda_encode_header() 1069 u32 dst_fourcc; in coda_start_encoding() local 1075 dst_fourcc = q_data_dst->fourcc; in coda_start_encoding() 1086 if (dst_fourcc == V4L2_PIX_FMT_JPEG) { in coda_start_encoding() 1145 if (dst_fourcc == V4L2_PIX_FMT_H264) { in coda_start_encoding() 1160 if (dst_fourcc == V4L2_PIX_FMT_JPEG) in coda_start_encoding() 1166 switch (dst_fourcc) { in coda_start_encoding() 1210 "dst format (0x%08x) invalid.\n", dst_fourcc); in coda_start_encoding() [all …]
|
| H A D | coda-common.c | 127 #define CODA_CODEC(mode, src_fourcc, dst_fourcc, max_w, max_h) \ argument 128 { mode, src_fourcc, dst_fourcc, max_w, max_h } 320 int src_fourcc, int dst_fourcc) in coda_find_codec() argument 327 dst_fourcc = coda_format_normalize_yuv(dst_fourcc); in coda_find_codec() 328 if (src_fourcc == dst_fourcc) in coda_find_codec() 333 codecs[k].dst_fourcc == dst_fourcc) in coda_find_codec()
|
| H A D | coda.h | 109 u32 dst_fourcc; member
|
| H A D | coda-jpeg.c | 1333 u32 val, dst_fourcc; in coda9_jpeg_prepare_decode() local 1343 dst_fourcc = q_data_dst->fourcc; in coda9_jpeg_prepare_decode() 1389 chroma_interleave = (dst_fourcc == V4L2_PIX_FMT_NV12); in coda9_jpeg_prepare_decode()
|
| /linux/drivers/media/platform/nxp/ |
| H A D | imx-pxp.c | 844 u32 dst_width, dst_height, dst_stride, dst_fourcc; in pxp_start() local 862 dst_fourcc = ctx->q_data[V4L2_M2M_DST].fmt->fourcc; in pxp_start() 895 pxp_v4l2_pix_fmt_to_out_format(dst_fourcc); in pxp_start() 902 switch (dst_fourcc) { in pxp_start() 1247 pxp_fixup_colorimetry_cap(struct pxp_ctx *ctx, u32 dst_fourcc, in pxp_fixup_colorimetry_cap() argument 1251 bool dst_is_yuv = pxp_v4l2_pix_fmt_is_yuv(dst_fourcc); in pxp_fixup_colorimetry_cap()
|
| /linux/drivers/media/platform/mediatek/jpeg/ |
| H A D | mtk_jpeg_core.c | 740 jpeg->variant->num_formats, param->dst_fourcc, in mtk_jpeg_check_resolution_change() 764 param->dst_fourcc, in mtk_jpeg_set_queue_data() 774 (param->dst_fourcc & 0xff), in mtk_jpeg_set_queue_data() 775 (param->dst_fourcc >> 8 & 0xff), in mtk_jpeg_set_queue_data() 776 (param->dst_fourcc >> 16 & 0xff), in mtk_jpeg_set_queue_data() 777 (param->dst_fourcc >> 24 & 0xff), in mtk_jpeg_set_queue_data()
|