Home
last modified time | relevance | path

Searched refs:mp_fmt (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/test-drivers/vivid/
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
824 struct v4l2_pix_format_mplane *mp = &mp_fmt->fmt.pix_mp; in fmt_sp2mp()
830 mp_fmt->type = is_out ? V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE : in fmt_sp2mp()