Searched refs:src_fourcc (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/media/platform/coda/ | 
| D | coda-bit.c | 236 	switch (ctx->codec->src_fourcc) {  in coda_buffer_parse_headers()300 	    ctx->codec->src_fourcc == V4L2_PIX_FMT_H264)  in coda_bitstream_try_queue()
 338 		if (ctx->codec->src_fourcc == V4L2_PIX_FMT_JPEG &&  in coda_fill_bitstream()
 362 		if (ctx->codec->src_fourcc == V4L2_PIX_FMT_JPEG &&  in coda_fill_bitstream()
 483 	if (ctx->codec->src_fourcc == V4L2_PIX_FMT_H264 ||  in coda_alloc_framebuffers()
 485 	    ctx->codec->src_fourcc == V4L2_PIX_FMT_MPEG4 ||  in coda_alloc_framebuffers()
 504 		    (ctx->codec->src_fourcc == V4L2_PIX_FMT_H264 ||  in coda_alloc_framebuffers()
 505 		     (ctx->codec->src_fourcc == V4L2_PIX_FMT_MPEG4 && i == 0)))  in coda_alloc_framebuffers()
 547 		if (ctx->codec->src_fourcc == V4L2_PIX_FMT_H264)  in coda_alloc_framebuffers()
 549 		if (ctx->codec->src_fourcc == V4L2_PIX_FMT_MPEG4 && i == 0)  in coda_alloc_framebuffers()
 [all …]
 
 | 
| D | coda-common.c | 122 #define CODA_CODEC(mode, src_fourcc, dst_fourcc, max_w, max_h) \  argument123 	{ mode, src_fourcc, dst_fourcc, max_w, max_h }
 278 						int src_fourcc, int dst_fourcc)  in coda_find_codec()  argument
 284 	src_fourcc = coda_format_normalize_yuv(src_fourcc);  in coda_find_codec()
 286 	if (src_fourcc == dst_fourcc)  in coda_find_codec()
 290 		if (codecs[k].src_fourcc == src_fourcc &&  in coda_find_codec()
 623 	if (codec && codec->src_fourcc == V4L2_PIX_FMT_H264) {  in coda_try_fmt_vid_cap()
 1549 	if (ctx->codec->src_fourcc == V4L2_PIX_FMT_YUV420) {  in set_default_params()
 1665 	switch (ctx->codec->src_fourcc) {  in coda_update_profile_level_ctrls()
 
 | 
| D | coda.h | 100 	u32 src_fourcc;  member
 | 
| /Linux-v5.4/drivers/media/platform/ | 
| D | imx-pxp.c | 725 	u32 src_width, src_height, src_stride, src_fourcc;  in pxp_start()  local743 	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()
 
 |