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

/drivers/media/video/
H A Dmx2_emmaprp.c186 static struct emmaprp_fmt *find_format(struct v4l2_format *f) function
488 if (!find_format(f))
523 fmt = find_format(f);
540 fmt = find_format(f);
574 q_data->fmt = find_format(f);
H A Dmem2mem_testdev.c156 static struct m2mtest_fmt *find_format(struct v4l2_format *f) function
501 fmt = find_format(f);
518 fmt = find_format(f);
547 q_data->fmt = find_format(f);
/drivers/media/video/s5p-mfc/
H A Ds5p_mfc_dec.c111 static struct s5p_mfc_fmt *find_format(struct v4l2_format *f, unsigned int t) function
345 fmt = find_format(f, MFC_FMT_DEC);
376 fmt = find_format(f, MFC_FMT_DEC);
H A Ds5p_mfc_enc.c73 static struct s5p_mfc_fmt *find_format(struct v4l2_format *f, unsigned int t) function
886 fmt = find_format(f, MFC_FMT_ENC);
900 fmt = find_format(f, MFC_FMT_RAW);
935 fmt = find_format(f, MFC_FMT_ENC);
963 fmt = find_format(f, MFC_FMT_RAW);

Completed in 161 milliseconds