Searched refs:src_fourcc (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/media/platform/chips-media/coda/
H A Dcoda-bit.c237 switch (ctx->codec->src_fourcc) {
299 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_H264)
340 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_JPEG &&
364 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_JPEG &&
485 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_H264 ||
487 ctx->codec->src_fourcc == V4L2_PIX_FMT_MPEG4 ||
506 (ctx->codec->src_fourcc == V4L2_PIX_FMT_H264 ||
507 (ctx->codec->src_fourcc == V4L2_PIX_FMT_MPEG4 && i == 0)))
549 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_H264)
551 if (ctx->codec->src_fourcc
1877 u32 src_fourcc, dst_fourcc; local
2061 u32 src_fourcc, dst_fourcc; local
2312 u32 src_fourcc; local
[all...]
H A Dcoda.h108 u32 src_fourcc; member in struct:coda_codec
H A Dcoda-common.c122 #define CODA_CODEC(mode, src_fourcc, dst_fourcc, max_w, max_h) \
123 { mode, src_fourcc, dst_fourcc, max_w, max_h }
315 int src_fourcc, int dst_fourcc)
321 src_fourcc = coda_format_normalize_yuv(src_fourcc);
323 if (src_fourcc == dst_fourcc)
327 if (codecs[k].src_fourcc == src_fourcc &&
716 if (codec->src_fourcc == V4L2_PIX_FMT_JPEG &&
1685 if (ctx->codec->src_fourcc
314 coda_find_codec(struct coda_dev *dev, int src_fourcc, int dst_fourcc) argument
[all...]
/linux-master/drivers/media/platform/nxp/
H A Dimx-pxp.c843 u32 src_width, src_height, src_stride, src_fourcc; local
861 src_fourcc = ctx->q_data[V4L2_M2M_SRC].fmt->fourcc;
927 pxp_v4l2_pix_fmt_to_ps_format(src_fourcc);
930 switch (src_fourcc) {
961 switch (src_fourcc) {

Completed in 115 milliseconds