Searched refs:dst_fourcc (Results 1 – 7 of 7) 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() 1487 u32 dst_fourcc; coda_prepare_encode() local 1877 u32 src_fourcc, dst_fourcc; __coda_decoder_seq_init() local 2061 u32 src_fourcc, dst_fourcc; __coda_start_decoding() local [all...] |
H A 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 } 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 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/mediatek/jpeg/ |
H A D | mtk_jpeg_dec_hw.c | 75 param->dst_fourcc = V4L2_PIX_FMT_YUV422M; in mtk_jpeg_decide_format() 79 param->dst_fourcc = V4L2_PIX_FMT_YUV422M; in mtk_jpeg_decide_format() 84 param->dst_fourcc = V4L2_PIX_FMT_YUV420M; in mtk_jpeg_decide_format() 87 param->dst_fourcc = V4L2_PIX_FMT_YUV420M; in mtk_jpeg_decide_format() 90 param->dst_fourcc = V4L2_PIX_FMT_GREY; in mtk_jpeg_decide_format() 93 param->dst_fourcc = 0; in mtk_jpeg_decide_format() 143 param->dst_fourcc == V4L2_PIX_FMT_YUV422M) in mtk_jpeg_calc_dma_group() 146 param->dst_fourcc == V4L2_PIX_FMT_YUV420M) in mtk_jpeg_calc_dma_group() 149 param->dst_fourcc == V4L2_PIX_FMT_YUV422M) in mtk_jpeg_calc_dma_group()
|
H A D | mtk_jpeg_dec_hw.h | 33 u32 dst_fourcc; member
|
/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() 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()
|