Home
last modified time | relevance | path

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

/linux/include/media/
H A Dv4l2-mediabus.h242 * @pix_mp_fmt: pointer to &struct v4l2_pix_format_mplane to be filled
246 v4l2_fill_pix_format_mplane(struct v4l2_pix_format_mplane *pix_mp_fmt, in v4l2_fill_pix_format_mplane() argument
249 pix_mp_fmt->width = mbus_fmt->width; in v4l2_fill_pix_format_mplane()
250 pix_mp_fmt->height = mbus_fmt->height; in v4l2_fill_pix_format_mplane()
251 pix_mp_fmt->field = mbus_fmt->field; in v4l2_fill_pix_format_mplane()
252 pix_mp_fmt->colorspace = mbus_fmt->colorspace; in v4l2_fill_pix_format_mplane()
253 pix_mp_fmt->ycbcr_enc = mbus_fmt->ycbcr_enc; in v4l2_fill_pix_format_mplane()
254 pix_mp_fmt->quantization = mbus_fmt->quantization; in v4l2_fill_pix_format_mplane()
255 pix_mp_fmt->xfer_func = mbus_fmt->xfer_func; in v4l2_fill_pix_format_mplane()
263 * @pix_mp_fmt
267 v4l2_fill_mbus_format_mplane(struct v4l2_mbus_framefmt * mbus_fmt,const struct v4l2_pix_format_mplane * pix_mp_fmt) v4l2_fill_mbus_format_mplane() argument
[all...]