Searched refs:src_fourcc (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/media/platform/chips-media/ |
A D | coda-bit.c | 237 switch (ctx->codec->src_fourcc) { in coda_buffer_parse_headers() 1877 u32 src_fourcc, dst_fourcc; in __coda_decoder_seq_init() local 1891 src_fourcc = q_data_src->fourcc; in __coda_decoder_seq_init() 1921 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() 2312 u32 src_fourcc; in coda_finish_decode() local [all …]
|
A D | coda-common.c | 122 #define CODA_CODEC(mode, src_fourcc, dst_fourcc, max_w, max_h) \ argument 123 { mode, src_fourcc, dst_fourcc, max_w, max_h } 315 int src_fourcc, int dst_fourcc) in coda_find_codec() argument 321 src_fourcc = coda_format_normalize_yuv(src_fourcc); in coda_find_codec() 323 if (src_fourcc == dst_fourcc) in coda_find_codec() 327 if (codecs[k].src_fourcc == src_fourcc && in coda_find_codec() 716 if (codec->src_fourcc == V4L2_PIX_FMT_JPEG && in coda_try_fmt_vid_cap() 1685 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_YUV420) { in set_default_params() 1801 switch (ctx->codec->src_fourcc) { in coda_update_profile_level_ctrls()
|
A D | coda.h | 108 u32 src_fourcc; member
|
/linux-6.3-rc2/drivers/media/platform/nxp/ |
A D | imx-pxp.c | 844 u32 src_width, src_height, src_stride, src_fourcc; in pxp_start() local 862 src_fourcc = ctx->q_data[V4L2_M2M_SRC].fmt->fourcc; in pxp_start() 928 pxp_v4l2_pix_fmt_to_ps_format(src_fourcc); in pxp_start() 931 switch (src_fourcc) { in pxp_start() 962 switch (src_fourcc) { in pxp_start()
|
Completed in 28 milliseconds