Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_dec_hw.c73 param->dst_fourcc = V4L2_PIX_FMT_YUV422M; in mtk_jpeg_decide_format()
77 param->dst_fourcc = V4L2_PIX_FMT_YUV422M; in mtk_jpeg_decide_format()
82 param->dst_fourcc = V4L2_PIX_FMT_YUV420M; in mtk_jpeg_decide_format()
85 param->dst_fourcc = V4L2_PIX_FMT_YUV420M; in mtk_jpeg_decide_format()
88 param->dst_fourcc = V4L2_PIX_FMT_GREY; in mtk_jpeg_decide_format()
91 param->dst_fourcc = 0; in mtk_jpeg_decide_format()
141 param->dst_fourcc == V4L2_PIX_FMT_YUV422M) in mtk_jpeg_calc_dma_group()
144 param->dst_fourcc == V4L2_PIX_FMT_YUV420M) in mtk_jpeg_calc_dma_group()
147 param->dst_fourcc == V4L2_PIX_FMT_YUV422M) in mtk_jpeg_calc_dma_group()
H A Dmtk_jpeg_dec_hw.h33 u32 dst_fourcc; member
H A Dmtk_jpeg_core.c748 jpeg->variant->num_formats, param->dst_fourcc, in mtk_jpeg_check_resolution_change()
772 param->dst_fourcc, in mtk_jpeg_set_queue_data()
782 (param->dst_fourcc & 0xff), in mtk_jpeg_set_queue_data()
783 (param->dst_fourcc >> 8 & 0xff), in mtk_jpeg_set_queue_data()
784 (param->dst_fourcc >> 16 & 0xff), in mtk_jpeg_set_queue_data()
785 (param->dst_fourcc >> 24 & 0xff), in mtk_jpeg_set_queue_data()
/openbmc/linux/drivers/media/platform/chips-media/
H A Dcoda-bit.c1069 u32 dst_fourcc; in coda_start_encoding() local
1075 dst_fourcc = q_data_dst->fourcc; in coda_start_encoding()
1166 switch (dst_fourcc) { in coda_start_encoding()
1392 switch (dst_fourcc) { in coda_start_encoding()
1487 u32 dst_fourcc; in coda_prepare_encode() local
1559 switch (dst_fourcc) { in coda_prepare_encode()
1575 switch (dst_fourcc) { in coda_prepare_encode()
1877 u32 src_fourcc, dst_fourcc; in __coda_decoder_seq_init() local
1899 if (dst_fourcc == V4L2_PIX_FMT_NV12 || dst_fourcc == V4L2_PIX_FMT_YUYV) in __coda_decoder_seq_init()
2061 u32 src_fourcc, dst_fourcc; in __coda_start_decoding() local
[all …]
H A Dcoda.h109 u32 dst_fourcc; member
H A 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()
H A 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()
/openbmc/linux/drivers/media/platform/nxp/
H A Dimx-pxp.c844 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()
1252 pxp_fixup_colorimetry_cap(struct pxp_ctx *ctx, u32 dst_fourcc, in pxp_fixup_colorimetry_cap() argument
1256 bool dst_is_yuv = pxp_v4l2_pix_fmt_is_yuv(dst_fourcc); in pxp_fixup_colorimetry_cap()