Lines Matching refs:vpe_fmt
228 struct vpe_fmt { struct
237 static struct vpe_fmt vpe_formats[] = { argument
319 struct vpe_fmt *fmt; /* format info */
333 static struct vpe_fmt *find_format(struct v4l2_format *f) in find_format()
335 struct vpe_fmt *fmt; in find_format()
661 struct vpe_fmt *fmt = ctx->q_data[Q_DATA_SRC].fmt; in set_cfg_and_line_modes()
728 struct vpe_fmt *fmt = ctx->q_data[Q_DATA_DST].fmt; in set_dst_registers()
992 struct vpe_fmt *fmt = q_data->fmt; in add_out_dtd()
1030 struct vpe_fmt *fmt = q_data->fmt; in add_in_dtd()
1358 struct vpe_fmt *fmt = NULL; in __enum_fmt()
1429 struct vpe_fmt *fmt, int type) in __vpe_try_fmt()
1512 struct vpe_fmt *fmt = find_format(f); in vpe_try_fmt()