Lines Matching refs:src_fourcc
236 switch (ctx->codec->src_fourcc) { in coda_buffer_parse_headers()
300 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()
1373 (char *)&ctx->codec->src_fourcc, (char *)&dst_fourcc, in coda_start_encoding()
1817 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_JPEG) in coda_reorder_enable()
1820 if (ctx->codec->src_fourcc != V4L2_PIX_FMT_H264) in coda_reorder_enable()
1838 u32 src_fourcc, dst_fourcc; in __coda_decoder_seq_init() local
1852 src_fourcc = q_data_src->fourcc; in __coda_decoder_seq_init()
1876 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_JPEG) in __coda_decoder_seq_init()
1882 src_fourcc == V4L2_PIX_FMT_MPEG4) in __coda_decoder_seq_init()
1886 if (src_fourcc == V4L2_PIX_FMT_MPEG4) { in __coda_decoder_seq_init()
1890 if (src_fourcc == V4L2_PIX_FMT_H264) { in __coda_decoder_seq_init()
1903 if (src_fourcc == V4L2_PIX_FMT_JPEG) in __coda_decoder_seq_init()
1966 if (src_fourcc == V4L2_PIX_FMT_H264) { in __coda_decoder_seq_init()
2023 u32 src_fourcc, dst_fourcc; in __coda_start_decoding() local
2034 src_fourcc = q_data_src->fourcc; in __coda_start_decoding()
2039 ret = coda_alloc_framebuffers(ctx, q_data_dst, src_fourcc); in __coda_start_decoding()
2073 if (src_fourcc == V4L2_PIX_FMT_H264) { in __coda_start_decoding()
2220 if (meta && ctx->codec->src_fourcc == V4L2_PIX_FMT_JPEG) { in coda_prepare_decode()
2263 u32 src_fourcc; in coda_finish_decode() local
2283 src_fourcc = q_data_src->fourcc; in coda_finish_decode()
2293 if (src_fourcc == V4L2_PIX_FMT_H264) { in coda_finish_decode()
2311 if (src_fourcc == V4L2_PIX_FMT_H264) { in coda_finish_decode()