Home
last modified time | relevance | path

Searched refs:downscale_height (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/base/
H A Dmpp_dec_hdr_meta.c56 RK_U32 downscale_height = mpp_frame_get_height(frame) / 2; in fill_hdr_meta_to_frame() local
58 off = downscale_width * downscale_height * 3 / 2; in fill_hdr_meta_to_frame()
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_dec_normal.c604 RK_U32 downscale_height = mpp_frame_get_height(mframe) / 2; in try_proc_dec_task() local
606 size = downscale_width * downscale_height * 3 / 2; in try_proc_dec_task()