Lines Matching refs:pix_mp_fmt
148 struct v4l2_pix_format_mplane *pix_mp_fmt, in v4l2_fill_pix_format_mplane() argument
151 pix_mp_fmt->width = mbus_fmt->width; in v4l2_fill_pix_format_mplane()
152 pix_mp_fmt->height = mbus_fmt->height; in v4l2_fill_pix_format_mplane()
153 pix_mp_fmt->field = mbus_fmt->field; in v4l2_fill_pix_format_mplane()
154 pix_mp_fmt->colorspace = mbus_fmt->colorspace; in v4l2_fill_pix_format_mplane()
155 pix_mp_fmt->ycbcr_enc = mbus_fmt->ycbcr_enc; in v4l2_fill_pix_format_mplane()
156 pix_mp_fmt->quantization = mbus_fmt->quantization; in v4l2_fill_pix_format_mplane()
157 pix_mp_fmt->xfer_func = mbus_fmt->xfer_func; in v4l2_fill_pix_format_mplane()
169 const struct v4l2_pix_format_mplane *pix_mp_fmt) in v4l2_fill_mbus_format_mplane() argument
171 mbus_fmt->width = pix_mp_fmt->width; in v4l2_fill_mbus_format_mplane()
172 mbus_fmt->height = pix_mp_fmt->height; in v4l2_fill_mbus_format_mplane()
173 mbus_fmt->field = pix_mp_fmt->field; in v4l2_fill_mbus_format_mplane()
174 mbus_fmt->colorspace = pix_mp_fmt->colorspace; in v4l2_fill_mbus_format_mplane()
175 mbus_fmt->ycbcr_enc = pix_mp_fmt->ycbcr_enc; in v4l2_fill_mbus_format_mplane()
176 mbus_fmt->quantization = pix_mp_fmt->quantization; in v4l2_fill_mbus_format_mplane()
177 mbus_fmt->xfer_func = pix_mp_fmt->xfer_func; in v4l2_fill_mbus_format_mplane()