Home
last modified time | relevance | path

Searched refs:dst_fourcc (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/drivers/media/platform/mediatek/jpeg/
Dmtk_jpeg_dec_hw.c49 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()
Dmtk_jpeg_dec_hw.h32 u32 dst_fourcc; member
Dmtk_jpeg_core.c717 jpeg->variant->num_formats, param->dst_fourcc, in mtk_jpeg_check_resolution_change()
741 param->dst_fourcc, in mtk_jpeg_set_queue_data()
751 (param->dst_fourcc & 0xff), in mtk_jpeg_set_queue_data()
752 (param->dst_fourcc >> 8 & 0xff), in mtk_jpeg_set_queue_data()
753 (param->dst_fourcc >> 16 & 0xff), in mtk_jpeg_set_queue_data()
754 (param->dst_fourcc >> 24 & 0xff), in mtk_jpeg_set_queue_data()
/linux-6.1.9/drivers/media/platform/chips-media/
Dcoda-bit.c486 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 …]
Dcoda-common.c122 #define CODA_CODEC(mode, src_fourcc, dst_fourcc, max_w, max_h) \ argument
123 { mode, src_fourcc, dst_fourcc, max_w, max_h }
315 int src_fourcc, int dst_fourcc) in coda_find_codec() argument
322 dst_fourcc = coda_format_normalize_yuv(dst_fourcc); in coda_find_codec()
323 if (src_fourcc == dst_fourcc) in coda_find_codec()
328 codecs[k].dst_fourcc == dst_fourcc) in coda_find_codec()
Dcoda.h109 u32 dst_fourcc; member
Dcoda-jpeg.c1333 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-6.1.9/drivers/media/platform/nxp/
Dimx-pxp.c727 u32 dst_width, dst_height, dst_stride, dst_fourcc; in pxp_start() local
745 dst_fourcc = ctx->q_data[V4L2_M2M_DST].fmt->fourcc; in pxp_start()
778 pxp_v4l2_pix_fmt_to_out_format(dst_fourcc); in pxp_start()
785 switch (dst_fourcc) { in pxp_start()
1156 pxp_fixup_colorimetry_cap(struct pxp_ctx *ctx, u32 dst_fourcc, in pxp_fixup_colorimetry_cap() argument
1160 bool dst_is_yuv = pxp_v4l2_pix_fmt_is_yuv(dst_fourcc); in pxp_fixup_colorimetry_cap()