Searched refs:src_fourcc (Results 1 – 4 of 4) sorted by relevance
/drivers/media/platform/chips-media/ |
D | coda-bit.c | 237 switch (ctx->codec->src_fourcc) { in coda_buffer_parse_headers() 299 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_H264) in coda_bitstream_try_queue() 340 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_JPEG && in coda_fill_bitstream() 364 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_JPEG && in coda_fill_bitstream() 485 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_H264 || in coda_alloc_framebuffers() 487 ctx->codec->src_fourcc == V4L2_PIX_FMT_MPEG4 || in coda_alloc_framebuffers() 506 (ctx->codec->src_fourcc == V4L2_PIX_FMT_H264 || in coda_alloc_framebuffers() 507 (ctx->codec->src_fourcc == V4L2_PIX_FMT_MPEG4 && i == 0))) in coda_alloc_framebuffers() 549 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_H264) in coda_alloc_framebuffers() 551 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_MPEG4 && i == 0) in coda_alloc_framebuffers() [all …]
|
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 321 src_fourcc = coda_format_normalize_yuv(src_fourcc); in coda_find_codec() 323 if (src_fourcc == dst_fourcc) in coda_find_codec() 327 if (codecs[k].src_fourcc == src_fourcc && in coda_find_codec() 716 if (codec->src_fourcc == V4L2_PIX_FMT_JPEG && in coda_try_fmt_vid_cap() 1685 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_YUV420) { in set_default_params() 1801 switch (ctx->codec->src_fourcc) { in coda_update_profile_level_ctrls()
|
D | coda.h | 108 u32 src_fourcc; member
|
/drivers/media/platform/nxp/ |
D | imx-pxp.c | 843 u32 src_width, src_height, src_stride, src_fourcc; in pxp_start() local 861 src_fourcc = ctx->q_data[V4L2_M2M_SRC].fmt->fourcc; in pxp_start() 927 pxp_v4l2_pix_fmt_to_ps_format(src_fourcc); in pxp_start() 930 switch (src_fourcc) { in pxp_start() 961 switch (src_fourcc) { in pxp_start()
|