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()
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()
1846 u32 src_fourcc, dst_fourcc; in __coda_decoder_seq_init() local
1860 src_fourcc = q_data_src->fourcc; in __coda_decoder_seq_init()
1884 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_JPEG) in __coda_decoder_seq_init()
1890 src_fourcc == V4L2_PIX_FMT_MPEG4) in __coda_decoder_seq_init()
1894 if (src_fourcc == V4L2_PIX_FMT_MPEG4) { in __coda_decoder_seq_init()
1898 if (src_fourcc == V4L2_PIX_FMT_H264) { in __coda_decoder_seq_init()
1911 if (src_fourcc == V4L2_PIX_FMT_JPEG) in __coda_decoder_seq_init()
1974 if (src_fourcc == V4L2_PIX_FMT_H264) { in __coda_decoder_seq_init()
2031 u32 src_fourcc, dst_fourcc; in __coda_start_decoding() local
2042 src_fourcc = q_data_src->fourcc; in __coda_start_decoding()
2047 ret = coda_alloc_framebuffers(ctx, q_data_dst, src_fourcc); in __coda_start_decoding()
2081 if (src_fourcc == V4L2_PIX_FMT_H264) { in __coda_start_decoding()
2233 if (meta && ctx->codec->src_fourcc == V4L2_PIX_FMT_JPEG) { in coda_prepare_decode()
2276 u32 src_fourcc; in coda_finish_decode() local
2299 src_fourcc = q_data_src->fourcc; in coda_finish_decode()
2309 if (src_fourcc == V4L2_PIX_FMT_H264) { in coda_finish_decode()
2327 if (src_fourcc == V4L2_PIX_FMT_H264) { in coda_finish_decode()