Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/media/
H A Dv4l2-mediabus.h176 * @pix_mp_fmt: pointer to &struct v4l2_pix_format_mplane to be filled
180 v4l2_fill_pix_format_mplane(struct v4l2_pix_format_mplane *pix_mp_fmt, in v4l2_fill_pix_format_mplane() argument
183 pix_mp_fmt->width = mbus_fmt->width; in v4l2_fill_pix_format_mplane()
184 pix_mp_fmt->height = mbus_fmt->height; in v4l2_fill_pix_format_mplane()
185 pix_mp_fmt->field = mbus_fmt->field; in v4l2_fill_pix_format_mplane()
186 pix_mp_fmt->colorspace = mbus_fmt->colorspace; in v4l2_fill_pix_format_mplane()
187 pix_mp_fmt->ycbcr_enc = mbus_fmt->ycbcr_enc; in v4l2_fill_pix_format_mplane()
188 pix_mp_fmt->quantization = mbus_fmt->quantization; in v4l2_fill_pix_format_mplane()
189 pix_mp_fmt->xfer_func = mbus_fmt->xfer_func; in v4l2_fill_pix_format_mplane()
197 * @pix_mp_fmt
200 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...]
/kernel/linux/linux-6.6/include/media/
H A Dv4l2-mediabus.h219 * @pix_mp_fmt: pointer to &struct v4l2_pix_format_mplane to be filled
223 v4l2_fill_pix_format_mplane(struct v4l2_pix_format_mplane *pix_mp_fmt, in v4l2_fill_pix_format_mplane() argument
226 pix_mp_fmt->width = mbus_fmt->width; in v4l2_fill_pix_format_mplane()
227 pix_mp_fmt->height = mbus_fmt->height; in v4l2_fill_pix_format_mplane()
228 pix_mp_fmt->field = mbus_fmt->field; in v4l2_fill_pix_format_mplane()
229 pix_mp_fmt->colorspace = mbus_fmt->colorspace; in v4l2_fill_pix_format_mplane()
230 pix_mp_fmt->ycbcr_enc = mbus_fmt->ycbcr_enc; in v4l2_fill_pix_format_mplane()
231 pix_mp_fmt->quantization = mbus_fmt->quantization; in v4l2_fill_pix_format_mplane()
232 pix_mp_fmt->xfer_func = mbus_fmt->xfer_func; in v4l2_fill_pix_format_mplane()
240 * @pix_mp_fmt
243 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...]

Completed in 1 milliseconds