Home
last modified time | relevance | path

Searched refs:src_fourcc (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/media/platform/coda/
Dcoda-bit.c236 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_JPEG && in coda_fill_bitstream()
243 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_JPEG && in coda_fill_bitstream()
339 if (ctx->codec && (ctx->codec->src_fourcc == V4L2_PIX_FMT_H264 || in coda_alloc_framebuffers()
355 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_H264 && in coda_alloc_framebuffers()
377 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_H264 && in coda_alloc_framebuffers()
386 (ctx->codec->src_fourcc == V4L2_PIX_FMT_MPEG4)) in coda_alloc_framebuffers()
1434 u32 src_fourcc, dst_fourcc; in __coda_start_decoding() local
1443 src_fourcc = q_data_src->fourcc; in __coda_start_decoding()
1469 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_JPEG) in __coda_start_decoding()
1475 src_fourcc == V4L2_PIX_FMT_MPEG4) in __coda_start_decoding()
[all …]
Dcoda-common.c148 #define CODA_CODEC(mode, src_fourcc, dst_fourcc, max_w, max_h) \ argument
149 { mode, src_fourcc, dst_fourcc, max_w, max_h }
299 int src_fourcc, int dst_fourcc) in coda_find_codec() argument
305 src_fourcc = coda_format_normalize_yuv(src_fourcc); in coda_find_codec()
307 if (src_fourcc == dst_fourcc) in coda_find_codec()
311 if (codecs[k].src_fourcc == src_fourcc && in coda_find_codec()
579 if (codec && codec->src_fourcc == V4L2_PIX_FMT_H264) { in coda_try_fmt_vid_cap()
1102 ctx->q_data[V4L2_M2M_SRC].fourcc = ctx->codec->src_fourcc; in set_default_params()
1108 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_YUV420) { in set_default_params()
Dcoda.h102 u32 src_fourcc; member