Searched refs:dst_fourcc (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/media/platform/mtk-jpeg/ |
D | mtk_jpeg_hw.c | 57 param->dst_fourcc = V4L2_PIX_FMT_YUV422M; in mtk_jpeg_decide_format() 61 param->dst_fourcc = V4L2_PIX_FMT_YUV422M; in mtk_jpeg_decide_format() 66 param->dst_fourcc = V4L2_PIX_FMT_YUV420M; in mtk_jpeg_decide_format() 69 param->dst_fourcc = V4L2_PIX_FMT_YUV420M; in mtk_jpeg_decide_format() 72 param->dst_fourcc = V4L2_PIX_FMT_GREY; in mtk_jpeg_decide_format() 75 param->dst_fourcc = 0; in mtk_jpeg_decide_format() 125 param->dst_fourcc == V4L2_PIX_FMT_YUV422M) in mtk_jpeg_calc_dma_group() 128 param->dst_fourcc == V4L2_PIX_FMT_YUV420M) in mtk_jpeg_calc_dma_group() 131 param->dst_fourcc == V4L2_PIX_FMT_YUV422M) in mtk_jpeg_calc_dma_group()
|
D | mtk_jpeg_hw.h | 39 u32 dst_fourcc; member
|
D | mtk_jpeg_core.c | 621 if (q_data->fmt != mtk_jpeg_find_format(ctx, param->dst_fourcc, in mtk_jpeg_check_resolution_change() 644 param->dst_fourcc, in mtk_jpeg_set_queue_data() 654 (param->dst_fourcc & 0xff), in mtk_jpeg_set_queue_data() 655 (param->dst_fourcc >> 8 & 0xff), in mtk_jpeg_set_queue_data() 656 (param->dst_fourcc >> 16 & 0xff), in mtk_jpeg_set_queue_data() 657 (param->dst_fourcc >> 24 & 0xff), in mtk_jpeg_set_queue_data()
|
/Linux-v4.19/drivers/media/platform/coda/ |
D | coda-bit.c | 398 ctx->codec->dst_fourcc == V4L2_PIX_FMT_H264 || in coda_alloc_framebuffers() 400 ctx->codec->dst_fourcc == V4L2_PIX_FMT_MPEG4) in coda_alloc_framebuffers() 555 ctx->codec->dst_fourcc == V4L2_PIX_FMT_H264 && in coda_encode_header() 886 u32 dst_fourcc; in coda_start_encoding() local 892 dst_fourcc = q_data_dst->fourcc; in coda_start_encoding() 903 if (dst_fourcc == V4L2_PIX_FMT_JPEG) { in coda_start_encoding() 956 if (dst_fourcc == V4L2_PIX_FMT_H264) { in coda_start_encoding() 971 if (dst_fourcc == V4L2_PIX_FMT_JPEG) in coda_start_encoding() 977 switch (dst_fourcc) { in coda_start_encoding() 1018 "dst format (0x%08x) invalid.\n", dst_fourcc); in coda_start_encoding() [all …]
|
D | coda.h | 105 u32 dst_fourcc; member
|
D | coda-common.c | 125 #define CODA_CODEC(mode, src_fourcc, dst_fourcc, max_w, max_h) \ argument 126 { mode, src_fourcc, dst_fourcc, max_w, max_h } 281 int src_fourcc, int dst_fourcc) in coda_find_codec() argument 288 dst_fourcc = coda_format_normalize_yuv(dst_fourcc); in coda_find_codec() 289 if (src_fourcc == dst_fourcc) in coda_find_codec() 294 codecs[k].dst_fourcc == dst_fourcc) in coda_find_codec()
|