Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/base/
H A Dmpp_dec_hdr_meta.c55 RK_U32 downscale_width = mpp_frame_get_width(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.c603 RK_U32 downscale_width = mpp_frame_get_width(mframe) / 2; in try_proc_dec_task() local
606 size = downscale_width * downscale_height * 3 / 2; in try_proc_dec_task()