Home
last modified time | relevance | path

Searched refs:sp_fmt (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-touch-cap.c142 struct v4l2_format sp_fmt; in vivid_g_fmt_tch_mplane() local
146 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()
H A Dvivid-vid-common.h17 void fmt_sp2mp(const struct v4l2_format *sp_fmt, struct v4l2_format *mp_fmt);
H A Dvivid-vid-common.c822 void fmt_sp2mp(const struct v4l2_format *sp_fmt, struct v4l2_format *mp_fmt) in fmt_sp2mp() argument
826 const struct v4l2_pix_format *pix = &sp_fmt->fmt.pix; in fmt_sp2mp()
827 bool is_out = sp_fmt->type == V4L2_BUF_TYPE_VIDEO_OUTPUT; in fmt_sp2mp()