Lines Matching refs:frame
204 void vdpu382_afbc_align_calc(MppBufSlots slots, MppFrame frame, RK_U32 expand) in vdpu382_afbc_align_calc() argument
207 RK_U32 img_height = mpp_frame_get_height(frame); in vdpu382_afbc_align_calc()
208 RK_U32 img_width = mpp_frame_get_width(frame); in vdpu382_afbc_align_calc()
216 mpp_frame_set_fbc_hdr_stride(frame, hdr_stride); in vdpu382_afbc_align_calc()
222 mpp_frame_set_ver_stride(frame, ver_stride); in vdpu382_afbc_align_calc()
225 void vdpu382_setup_down_scale(MppFrame frame, MppDev dev, Vdpu382RegCommon *com) in vdpu382_setup_down_scale() argument
227 RK_U32 ver_stride = mpp_frame_get_ver_stride(frame); in vdpu382_setup_down_scale()
228 RK_U32 hor_stride = mpp_frame_get_hor_stride(frame); in vdpu382_setup_down_scale()
231 MppFrameFormat fmt = mpp_frame_get_fmt(frame); in vdpu382_setup_down_scale()
232 MppMeta meta = mpp_frame_get_meta(frame); in vdpu382_setup_down_scale()
237 down_scale_y_offset = mpp_frame_get_fbc_size(frame); in vdpu382_setup_down_scale()