Searched refs:aligned_height (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_sys_cfg.c | 310 RK_U32 aligned_height = 0; in mpp_sys_dec_buf_chk_proc() local 324 aligned_height = cfg->v_stride; in mpp_sys_dec_buf_chk_proc() 335 aligned_height = MPP_ALIGN(aligned_height ? aligned_height : cfg->height, 16); in mpp_sys_dec_buf_chk_proc() 342 aligned_height = MPP_ALIGN(aligned_height ? aligned_height : cfg->height, 16); in mpp_sys_dec_buf_chk_proc() 346 aligned_height = MPP_ALIGN(aligned_height ? aligned_height : cfg->height, 64); in mpp_sys_dec_buf_chk_proc() 350 aligned_height = MPP_ALIGN(aligned_height ? aligned_height : cfg->height, 16); in mpp_sys_dec_buf_chk_proc() 353 sys_cfg_dbg_dec_buf("spec aligned pixel wxh: [%d %d]\n", aligned_pixel, aligned_height); in mpp_sys_dec_buf_chk_proc() 386 cfg->v_stride = aligned_height; in mpp_sys_dec_buf_chk_proc() 390 size_total = get_afbc_min_size(aligned_pixel, aligned_height, 15); in mpp_sys_dec_buf_chk_proc() 393 size_total = get_afbc_min_size(aligned_pixel, aligned_height, 20); in mpp_sys_dec_buf_chk_proc() [all …]
|