Home
last modified time | relevance | path

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

/Linux-v5.4/include/media/
Dv4l2-mediabus.h153 v4l2_fill_pix_format_mplane(struct v4l2_pix_format_mplane *pix_mp_fmt, in v4l2_fill_pix_format_mplane() argument
156 pix_mp_fmt->width = mbus_fmt->width; in v4l2_fill_pix_format_mplane()
157 pix_mp_fmt->height = mbus_fmt->height; in v4l2_fill_pix_format_mplane()
158 pix_mp_fmt->field = mbus_fmt->field; in v4l2_fill_pix_format_mplane()
159 pix_mp_fmt->colorspace = mbus_fmt->colorspace; in v4l2_fill_pix_format_mplane()
160 pix_mp_fmt->ycbcr_enc = mbus_fmt->ycbcr_enc; in v4l2_fill_pix_format_mplane()
161 pix_mp_fmt->quantization = mbus_fmt->quantization; in v4l2_fill_pix_format_mplane()
162 pix_mp_fmt->xfer_func = mbus_fmt->xfer_func; in v4l2_fill_pix_format_mplane()
174 const struct v4l2_pix_format_mplane *pix_mp_fmt) in v4l2_fill_mbus_format_mplane() argument
176 mbus_fmt->width = pix_mp_fmt->width; in v4l2_fill_mbus_format_mplane()
[all …]