Searched refs:orig_pixmp (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/staging/media/meson/vdec/
H A Dvdec.c606 struct v4l2_pix_format_mplane orig_pixmp; local
610 orig_pixmp = *pixmp;
628 format.fmt.pix_mp.width = orig_pixmp.width;
629 format.fmt.pix_mp.height = orig_pixmp.height;
646 format.fmt.pix_mp.width = orig_pixmp.width;
647 format.fmt.pix_mp.height = orig_pixmp.height;
/linux-master/drivers/media/platform/qcom/venus/
H A Dvdec.c325 struct v4l2_pix_format_mplane orig_pixmp; local
338 orig_pixmp = *pixmp;
354 format.fmt.pix_mp.width = orig_pixmp.width;
355 format.fmt.pix_mp.height = orig_pixmp.height;
372 format.fmt.pix_mp.width = orig_pixmp.width;
373 format.fmt.pix_mp.height = orig_pixmp.height;
388 venus_helper_get_framesz(pixfmt_cap, orig_pixmp.width, orig_pixmp.height);
H A Dvenc.c237 struct v4l2_pix_format_mplane orig_pixmp; local
250 orig_pixmp = *pixmp;
268 format.fmt.pix_mp.width = orig_pixmp.width;
269 format.fmt.pix_mp.height = orig_pixmp.height;
285 format.fmt.pix_mp.width = orig_pixmp.width;
286 format.fmt.pix_mp.height = orig_pixmp.height;

Completed in 205 milliseconds