Lines Matching refs:src_fourcc

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()
1380 (char *)&ctx->codec->src_fourcc, (char *)&dst_fourcc, in coda_start_encoding()
1827 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_JPEG) in coda_reorder_enable()
1830 if (ctx->codec->src_fourcc != V4L2_PIX_FMT_H264) in coda_reorder_enable()
1871 u32 src_fourcc, dst_fourcc; in __coda_decoder_seq_init() local
1885 src_fourcc = q_data_src->fourcc; in __coda_decoder_seq_init()
1909 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_JPEG) in __coda_decoder_seq_init()
1915 src_fourcc == V4L2_PIX_FMT_MPEG4) in __coda_decoder_seq_init()
1919 if (src_fourcc == V4L2_PIX_FMT_MPEG4) { in __coda_decoder_seq_init()
1923 if (src_fourcc == V4L2_PIX_FMT_H264) { in __coda_decoder_seq_init()
1936 if (src_fourcc == V4L2_PIX_FMT_JPEG) in __coda_decoder_seq_init()
2006 if (src_fourcc == V4L2_PIX_FMT_H264) { in __coda_decoder_seq_init()
2055 u32 src_fourcc, dst_fourcc; in __coda_start_decoding() local
2060 src_fourcc = q_data_src->fourcc; in __coda_start_decoding()
2079 ret = coda_alloc_framebuffers(ctx, q_data_dst, src_fourcc); in __coda_start_decoding()
2113 if (src_fourcc == V4L2_PIX_FMT_H264) { in __coda_start_decoding()
2263 if (meta && ctx->codec->src_fourcc == V4L2_PIX_FMT_JPEG) { in coda_prepare_decode()
2306 u32 src_fourcc; in coda_finish_decode() local
2329 src_fourcc = q_data_src->fourcc; in coda_finish_decode()
2339 if (src_fourcc == V4L2_PIX_FMT_H264) { in coda_finish_decode()
2357 if (src_fourcc == V4L2_PIX_FMT_H264) { in coda_finish_decode()