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

/drivers/media/platform/
H A Dmem2mem_testdev.c127 static struct m2mtest_fmt *find_format(struct v4l2_format *f) function
545 fmt = find_format(f);
548 fmt = find_format(f);
567 fmt = find_format(f);
570 fmt = find_format(f);
602 q_data->fmt = find_format(f);
H A Dmx2_emmaprp.c186 static struct emmaprp_fmt *find_format(struct v4l2_format *f) function
498 if (!find_format(f))
533 fmt = find_format(f);
550 fmt = find_format(f);
584 q_data->fmt = find_format(f);
H A Dm2m-deinterlace.c110 static struct deinterlace_fmt *find_format(struct v4l2_format *f) function
576 fmt = find_format(f);
595 fmt = find_format(f);
627 q_data->fmt = find_format(f);
/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_dec.c161 static struct s5p_mfc_fmt *find_format(struct v4l2_format *f, unsigned int t) function
388 fmt = find_format(f, MFC_FMT_DEC);
402 fmt = find_format(f, MFC_FMT_RAW);
437 ctx->dst_fmt = find_format(f, MFC_FMT_RAW);
442 ctx->src_fmt = find_format(f, MFC_FMT_DEC);
1197 ctx->src_fmt = find_format(&f, MFC_FMT_DEC);
1204 ctx->dst_fmt = find_format(&f, MFC_FMT_RAW);
H A Ds5p_mfc_enc.c111 static struct s5p_mfc_fmt *find_format(struct v4l2_format *f, unsigned int t) function
1035 fmt = find_format(f, MFC_FMT_ENC);
1052 fmt = find_format(f, MFC_FMT_RAW);
1093 ctx->dst_fmt = find_format(f, MFC_FMT_ENC);
1103 ctx->src_fmt = find_format(f, MFC_FMT_RAW);
2105 ctx->src_fmt = find_format(&f, MFC_FMT_RAW);
2107 ctx->dst_fmt = find_format(&f, MFC_FMT_ENC);
/drivers/media/platform/ti-vpe/
H A Dvpe.c332 static struct vpe_fmt *find_format(struct v4l2_format *f) function
1514 struct vpe_fmt *fmt = find_format(f);
1543 q_data->fmt = find_format(f);

Completed in 395 milliseconds