Searched refs:src_fourcc (Results 1 – 3 of 3) sorted by relevance
235 ctx->codec->src_fourcc == V4L2_PIX_FMT_H264) in coda_bitstream_try_queue()268 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_JPEG && in coda_fill_bitstream()275 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_JPEG && in coda_fill_bitstream()397 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_H264 || in coda_alloc_framebuffers()399 ctx->codec->src_fourcc == V4L2_PIX_FMT_MPEG4 || in coda_alloc_framebuffers()418 (ctx->codec->src_fourcc == V4L2_PIX_FMT_H264 || in coda_alloc_framebuffers()419 (ctx->codec->src_fourcc == V4L2_PIX_FMT_MPEG4 && i == 0))) in coda_alloc_framebuffers()461 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_H264) in coda_alloc_framebuffers()463 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_MPEG4 && i == 0) in coda_alloc_framebuffers()1633 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_JPEG) in coda_reorder_enable()[all …]
125 #define CODA_CODEC(mode, src_fourcc, dst_fourcc, max_w, max_h) \ argument126 { mode, src_fourcc, dst_fourcc, max_w, max_h }281 int src_fourcc, int dst_fourcc) in coda_find_codec() argument287 src_fourcc = coda_format_normalize_yuv(src_fourcc); in coda_find_codec()289 if (src_fourcc == dst_fourcc) in coda_find_codec()293 if (codecs[k].src_fourcc == src_fourcc && in coda_find_codec()630 if (codec && codec->src_fourcc == V4L2_PIX_FMT_H264) { in coda_try_fmt_vid_cap()1367 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_YUV420) { in set_default_params()
104 u32 src_fourcc; member