Searched refs:sp_fmt (Results 1 – 3 of 3) sorted by relevance
142 struct v4l2_format sp_fmt; in vivid_g_fmt_tch_mplane() local146 sp_fmt.type = V4L2_BUF_TYPE_VIDEO_CAPTURE; in vivid_g_fmt_tch_mplane()147 sp_fmt.fmt.pix = dev->tch_format; in vivid_g_fmt_tch_mplane()148 fmt_sp2mp(&sp_fmt, f); in vivid_g_fmt_tch_mplane()
17 void fmt_sp2mp(const struct v4l2_format *sp_fmt, struct v4l2_format *mp_fmt);
807 void fmt_sp2mp(const struct v4l2_format *sp_fmt, struct v4l2_format *mp_fmt) in fmt_sp2mp() argument811 const struct v4l2_pix_format *pix = &sp_fmt->fmt.pix; in fmt_sp2mp()812 bool is_out = sp_fmt->type == V4L2_BUF_TYPE_VIDEO_OUTPUT; in fmt_sp2mp()