Searched refs:src_fourcc (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/media/platform/coda/ |
| A D | coda-bit.c | 237 switch (ctx->codec->src_fourcc) { in coda_buffer_parse_headers() 1869 u32 src_fourcc, dst_fourcc; in __coda_decoder_seq_init() local 1883 src_fourcc = q_data_src->fourcc; in __coda_decoder_seq_init() 1913 src_fourcc == V4L2_PIX_FMT_MPEG4) in __coda_decoder_seq_init() 1921 if (src_fourcc == V4L2_PIX_FMT_H264) { in __coda_decoder_seq_init() 1934 if (src_fourcc == V4L2_PIX_FMT_JPEG) in __coda_decoder_seq_init() 2004 if (src_fourcc == V4L2_PIX_FMT_H264) { in __coda_decoder_seq_init() 2053 u32 src_fourcc, dst_fourcc; in __coda_start_decoding() local 2058 src_fourcc = q_data_src->fourcc; in __coda_start_decoding() 2306 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 } 314 int src_fourcc, int dst_fourcc) in coda_find_codec() argument 320 src_fourcc = coda_format_normalize_yuv(src_fourcc); in coda_find_codec() 322 if (src_fourcc == dst_fourcc) in coda_find_codec() 326 if (codecs[k].src_fourcc == src_fourcc && in coda_find_codec() 702 if (codec->src_fourcc == V4L2_PIX_FMT_JPEG && in coda_try_fmt_vid_cap() 1675 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_YUV420) { in set_default_params() 1791 switch (ctx->codec->src_fourcc) { in coda_update_profile_level_ctrls()
|
| A D | coda.h | 108 u32 src_fourcc; member
|
| /linux/drivers/media/platform/ |
| A D | imx-pxp.c | 725 u32 src_width, src_height, src_stride, src_fourcc; in pxp_start() local 743 src_fourcc = ctx->q_data[V4L2_M2M_SRC].fmt->fourcc; in pxp_start() 803 pxp_v4l2_pix_fmt_to_ps_format(src_fourcc); in pxp_start() 806 switch (src_fourcc) { in pxp_start() 837 switch (src_fourcc) { in pxp_start()
|
Completed in 19 milliseconds