Searched refs:sp_fmt (Results 1 – 3 of 3) sorted by relevance
139 struct v4l2_format sp_fmt; in vivid_g_fmt_tch_mplane() local143 sp_fmt.type = V4L2_BUF_TYPE_VIDEO_CAPTURE; in vivid_g_fmt_tch_mplane()144 sp_fmt.fmt.pix = dev->tch_format; in vivid_g_fmt_tch_mplane()145 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);
863 void fmt_sp2mp(const struct v4l2_format *sp_fmt, struct v4l2_format *mp_fmt) in fmt_sp2mp() argument867 const struct v4l2_pix_format *pix = &sp_fmt->fmt.pix; in fmt_sp2mp()868 bool is_out = sp_fmt->type == V4L2_BUF_TYPE_VIDEO_OUTPUT; in fmt_sp2mp()