Searched refs:pix_mp_fmt (Results 1 – 1 of 1) sorted by relevance
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()232 pix_mp_fmt->xfer_func = mbus_fmt->xfer_func; in v4l2_fill_pix_format_mplane()246 mbus_fmt->width = pix_mp_fmt->width; in v4l2_fill_mbus_format_mplane()247 mbus_fmt->height = pix_mp_fmt->height; in v4l2_fill_mbus_format_mplane()248 mbus_fmt->field = pix_mp_fmt->field; in v4l2_fill_mbus_format_mplane()250 mbus_fmt->ycbcr_enc = pix_mp_fmt->ycbcr_enc; in v4l2_fill_mbus_format_mplane()[all …]
Completed in 4 milliseconds