• Home
  • Raw
  • Download

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()
1386 (char *)&ctx->codec->src_fourcc, (char *)&dst_fourcc, in coda_start_encoding()
1833 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_JPEG) in coda_reorder_enable()
1836 if (ctx->codec->src_fourcc != V4L2_PIX_FMT_H264) in coda_reorder_enable()
1877 u32 src_fourcc, dst_fourcc; in __coda_decoder_seq_init() local
1891 src_fourcc = q_data_src->fourcc; in __coda_decoder_seq_init()
1915 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_JPEG) in __coda_decoder_seq_init()
1921 src_fourcc == V4L2_PIX_FMT_MPEG4) in __coda_decoder_seq_init()
1925 if (src_fourcc == V4L2_PIX_FMT_MPEG4) { in __coda_decoder_seq_init()
1929 if (src_fourcc == V4L2_PIX_FMT_H264) { in __coda_decoder_seq_init()
1942 if (src_fourcc == V4L2_PIX_FMT_JPEG) in __coda_decoder_seq_init()
2012 if (src_fourcc == V4L2_PIX_FMT_H264) { in __coda_decoder_seq_init()
2061 u32 src_fourcc, dst_fourcc; in __coda_start_decoding() local
2066 src_fourcc = q_data_src->fourcc; in __coda_start_decoding()
2085 ret = coda_alloc_framebuffers(ctx, q_data_dst, src_fourcc); in __coda_start_decoding()
2119 if (src_fourcc == V4L2_PIX_FMT_H264) { in __coda_start_decoding()
2269 if (meta && ctx->codec->src_fourcc == V4L2_PIX_FMT_JPEG) { in coda_prepare_decode()
2312 u32 src_fourcc; in coda_finish_decode() local
2335 src_fourcc = q_data_src->fourcc; in coda_finish_decode()
2345 if (src_fourcc == V4L2_PIX_FMT_H264) { in coda_finish_decode()
2363 if (src_fourcc == V4L2_PIX_FMT_H264) { in coda_finish_decode()