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()
338 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_JPEG && in coda_fill_bitstream()
362 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_JPEG && in coda_fill_bitstream()
483 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_H264 || in coda_alloc_framebuffers()
485 ctx->codec->src_fourcc == V4L2_PIX_FMT_MPEG4 || in coda_alloc_framebuffers()
504 (ctx->codec->src_fourcc == V4L2_PIX_FMT_H264 || in coda_alloc_framebuffers()
505 (ctx->codec->src_fourcc == V4L2_PIX_FMT_MPEG4 && i == 0))) in coda_alloc_framebuffers()
547 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_H264) in coda_alloc_framebuffers()
549 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_MPEG4 && i == 0) in coda_alloc_framebuffers()
1378 (char *)&ctx->codec->src_fourcc, (char *)&dst_fourcc, in coda_start_encoding()
1825 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_JPEG) in coda_reorder_enable()
1828 if (ctx->codec->src_fourcc != V4L2_PIX_FMT_H264) in coda_reorder_enable()
1869 u32 src_fourcc, dst_fourcc; in __coda_decoder_seq_init() local
1883 src_fourcc = q_data_src->fourcc; in __coda_decoder_seq_init()
1907 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_JPEG) in __coda_decoder_seq_init()
1913 src_fourcc == V4L2_PIX_FMT_MPEG4) in __coda_decoder_seq_init()
1917 if (src_fourcc == V4L2_PIX_FMT_MPEG4) { in __coda_decoder_seq_init()
1921 if (src_fourcc == V4L2_PIX_FMT_H264) { in __coda_decoder_seq_init()
1934 if (src_fourcc == V4L2_PIX_FMT_JPEG) in __coda_decoder_seq_init()
2004 if (src_fourcc == V4L2_PIX_FMT_H264) { in __coda_decoder_seq_init()
2053 u32 src_fourcc, dst_fourcc; in __coda_start_decoding() local
2058 src_fourcc = q_data_src->fourcc; in __coda_start_decoding()
2077 ret = coda_alloc_framebuffers(ctx, q_data_dst, src_fourcc); in __coda_start_decoding()
2111 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()