Searched refs:dst_fourcc (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/drivers/media/platform/mtk-jpeg/ |
D | mtk_jpeg_dec_hw.c | 49 param->dst_fourcc = V4L2_PIX_FMT_YUV422M; in mtk_jpeg_decide_format() 53 param->dst_fourcc = V4L2_PIX_FMT_YUV422M; in mtk_jpeg_decide_format() 58 param->dst_fourcc = V4L2_PIX_FMT_YUV420M; in mtk_jpeg_decide_format() 61 param->dst_fourcc = V4L2_PIX_FMT_YUV420M; in mtk_jpeg_decide_format() 64 param->dst_fourcc = V4L2_PIX_FMT_GREY; in mtk_jpeg_decide_format() 67 param->dst_fourcc = 0; in mtk_jpeg_decide_format() 117 param->dst_fourcc == V4L2_PIX_FMT_YUV422M) in mtk_jpeg_calc_dma_group() 120 param->dst_fourcc == V4L2_PIX_FMT_YUV420M) in mtk_jpeg_calc_dma_group() 123 param->dst_fourcc == V4L2_PIX_FMT_YUV422M) in mtk_jpeg_calc_dma_group()
|
D | mtk_jpeg_dec_hw.h | 32 u32 dst_fourcc; member
|
D | mtk_jpeg_core.c | 720 jpeg->variant->num_formats, param->dst_fourcc, in mtk_jpeg_check_resolution_change() 744 param->dst_fourcc, in mtk_jpeg_set_queue_data() 754 (param->dst_fourcc & 0xff), in mtk_jpeg_set_queue_data() 755 (param->dst_fourcc >> 8 & 0xff), in mtk_jpeg_set_queue_data() 756 (param->dst_fourcc >> 16 & 0xff), in mtk_jpeg_set_queue_data() 757 (param->dst_fourcc >> 24 & 0xff), in mtk_jpeg_set_queue_data()
|
/Linux-v5.10/drivers/media/platform/coda/ |
D | coda-bit.c | 484 ctx->codec->dst_fourcc == V4L2_PIX_FMT_H264 || in coda_alloc_framebuffers() 486 ctx->codec->dst_fourcc == V4L2_PIX_FMT_MPEG4) in coda_alloc_framebuffers() 641 ctx->codec->dst_fourcc == V4L2_PIX_FMT_H264 && in coda_encode_header() 1067 u32 dst_fourcc; in coda_start_encoding() local 1073 dst_fourcc = q_data_dst->fourcc; in coda_start_encoding() 1084 if (dst_fourcc == V4L2_PIX_FMT_JPEG) { in coda_start_encoding() 1137 if (dst_fourcc == V4L2_PIX_FMT_H264) { in coda_start_encoding() 1152 if (dst_fourcc == V4L2_PIX_FMT_JPEG) in coda_start_encoding() 1158 switch (dst_fourcc) { in coda_start_encoding() 1202 "dst format (0x%08x) invalid.\n", dst_fourcc); in coda_start_encoding() [all …]
|
D | coda-common.c | 122 #define CODA_CODEC(mode, src_fourcc, dst_fourcc, max_w, max_h) \ argument 123 { mode, src_fourcc, dst_fourcc, max_w, max_h } 314 int src_fourcc, int dst_fourcc) in coda_find_codec() argument 321 dst_fourcc = coda_format_normalize_yuv(dst_fourcc); in coda_find_codec() 322 if (src_fourcc == dst_fourcc) in coda_find_codec() 327 codecs[k].dst_fourcc == dst_fourcc) in coda_find_codec()
|
D | coda.h | 100 u32 dst_fourcc; member
|
D | coda-jpeg.c | 1308 u32 val, dst_fourcc; in coda9_jpeg_prepare_decode() local 1317 dst_fourcc = q_data_dst->fourcc; in coda9_jpeg_prepare_decode() 1366 chroma_interleave = (dst_fourcc == V4L2_PIX_FMT_NV12); in coda9_jpeg_prepare_decode()
|
/Linux-v5.10/drivers/media/platform/ |
D | imx-pxp.c | 726 u32 dst_width, dst_height, dst_stride, dst_fourcc; in pxp_start() local 744 dst_fourcc = ctx->q_data[V4L2_M2M_DST].fmt->fourcc; in pxp_start() 776 pxp_v4l2_pix_fmt_to_out_format(dst_fourcc); in pxp_start() 778 switch (dst_fourcc) { in pxp_start() 1149 pxp_fixup_colorimetry_cap(struct pxp_ctx *ctx, u32 dst_fourcc, in pxp_fixup_colorimetry_cap() argument 1153 bool dst_is_yuv = pxp_v4l2_pix_fmt_is_yuv(dst_fourcc); in pxp_fixup_colorimetry_cap()
|