Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/coda/
Dcoda-bit.c241 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_JPEG && in coda_fill_bitstream()
248 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_JPEG && in coda_fill_bitstream()
355 if (ctx->codec && (ctx->codec->src_fourcc == V4L2_PIX_FMT_H264 || in coda_alloc_framebuffers()
374 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_H264 && in coda_alloc_framebuffers()
408 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_H264 && in coda_alloc_framebuffers()
417 (ctx->codec->src_fourcc == V4L2_PIX_FMT_MPEG4)) in coda_alloc_framebuffers()
1516 u32 src_fourcc, dst_fourcc; in __coda_start_decoding() local
1525 src_fourcc = q_data_src->fourcc; in __coda_start_decoding()
1554 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_JPEG) in __coda_start_decoding()
1560 src_fourcc == V4L2_PIX_FMT_MPEG4) in __coda_start_decoding()
[all …]
Dcoda-common.c114 #define CODA_CODEC(mode, src_fourcc, dst_fourcc, max_w, max_h) \ argument
115 { mode, src_fourcc, dst_fourcc, max_w, max_h }
248 int src_fourcc, int dst_fourcc) in coda_find_codec() argument
254 src_fourcc = coda_format_normalize_yuv(src_fourcc); in coda_find_codec()
256 if (src_fourcc == dst_fourcc) in coda_find_codec()
260 if (codecs[k].src_fourcc == src_fourcc && in coda_find_codec()
523 if (codec && codec->src_fourcc == V4L2_PIX_FMT_H264) { in coda_try_fmt_vid_cap()
1108 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_YUV420) { in set_default_params()
Dcoda.h102 u32 src_fourcc; member