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

/linux-master/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_dec_hw.h33 u32 dst_fourcc; member in struct:mtk_jpeg_dec_param
H A Dmtk_jpeg_dec_hw.c73 param->dst_fourcc = V4L2_PIX_FMT_YUV422M;
77 param->dst_fourcc = V4L2_PIX_FMT_YUV422M;
82 param->dst_fourcc = V4L2_PIX_FMT_YUV420M;
85 param->dst_fourcc = V4L2_PIX_FMT_YUV420M;
88 param->dst_fourcc = V4L2_PIX_FMT_GREY;
91 param->dst_fourcc = 0;
141 param->dst_fourcc == V4L2_PIX_FMT_YUV422M)
144 param->dst_fourcc == V4L2_PIX_FMT_YUV420M)
147 param->dst_fourcc == V4L2_PIX_FMT_YUV422M)
H A Dmtk_jpeg_core.c747 jpeg->variant->num_formats, param->dst_fourcc,
771 param->dst_fourcc,
781 (param->dst_fourcc & 0xff),
782 (param->dst_fourcc >> 8 & 0xff),
783 (param->dst_fourcc >> 16 & 0xff),
784 (param->dst_fourcc >> 24 & 0xff),
/linux-master/drivers/media/platform/chips-media/coda/
H A Dcoda-bit.c486 ctx->codec->dst_fourcc == V4L2_PIX_FMT_H264 ||
488 ctx->codec->dst_fourcc == V4L2_PIX_FMT_MPEG4)
643 ctx->codec->dst_fourcc == V4L2_PIX_FMT_H264 &&
1069 u32 dst_fourcc; local
1075 dst_fourcc = q_data_dst->fourcc;
1086 if (dst_fourcc == V4L2_PIX_FMT_JPEG) {
1145 if (dst_fourcc == V4L2_PIX_FMT_H264) {
1160 if (dst_fourcc == V4L2_PIX_FMT_JPEG)
1166 switch (dst_fourcc) {
1210 "dst format (0x%08x) invalid.\n", dst_fourcc);
1487 u32 dst_fourcc; local
1877 u32 src_fourcc, dst_fourcc; local
2061 u32 src_fourcc, dst_fourcc; local
[all...]
H A Dcoda.h109 u32 dst_fourcc; member in struct:coda_codec
H A Dcoda-common.c122 #define CODA_CODEC(mode, src_fourcc, dst_fourcc, max_w, max_h) \
123 { mode, src_fourcc, dst_fourcc, max_w, max_h }
315 int src_fourcc, int dst_fourcc)
322 dst_fourcc = coda_format_normalize_yuv(dst_fourcc);
323 if (src_fourcc == dst_fourcc)
328 codecs[k].dst_fourcc == dst_fourcc)
314 coda_find_codec(struct coda_dev *dev, int src_fourcc, int dst_fourcc) argument
H A Dcoda-jpeg.c1333 u32 val, dst_fourcc; local
1343 dst_fourcc = q_data_dst->fourcc;
1389 chroma_interleave = (dst_fourcc == V4L2_PIX_FMT_NV12);
/linux-master/drivers/media/platform/nxp/
H A Dimx-pxp.c844 u32 dst_width, dst_height, dst_stride, dst_fourcc; local
862 dst_fourcc = ctx->q_data[V4L2_M2M_DST].fmt->fourcc;
895 pxp_v4l2_pix_fmt_to_out_format(dst_fourcc);
902 switch (dst_fourcc) {
1252 pxp_fixup_colorimetry_cap(struct pxp_ctx *ctx, u32 dst_fourcc, argument
1256 bool dst_is_yuv = pxp_v4l2_pix_fmt_is_yuv(dst_fourcc);

Completed in 112 milliseconds