Lines Matching refs:size_total

97 …ENTRY(dec_buf_chk, size_total,  u32, RK_U32,            0,                                        …
311 RK_U32 size_total = 0; in mpp_sys_dec_buf_chk_proc() local
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()
396 size_total = get_afbc_min_size(aligned_pixel, aligned_height, 12); in mpp_sys_dec_buf_chk_proc()
399 size_total = get_afbc_min_size(aligned_pixel, aligned_height, 16); in mpp_sys_dec_buf_chk_proc()
402 size_total = get_afbc_min_size(aligned_pixel, aligned_height, 24); in mpp_sys_dec_buf_chk_proc()
405 size_total = get_afbc_min_size(aligned_pixel, aligned_height, 30); in mpp_sys_dec_buf_chk_proc()
408 size_total = aligned_byte * aligned_height * 3 / 2; in mpp_sys_dec_buf_chk_proc()
415 sys_cfg_dbg_dec_buf("res GPU aligned size_total: [%d]\n", size_total); in mpp_sys_dec_buf_chk_proc()
417 cfg->size_total = size_total; in mpp_sys_dec_buf_chk_proc()
550 size_total = aligned_byte * aligned_height; in mpp_sys_dec_buf_chk_proc()
551 size_total_old = size_total; in mpp_sys_dec_buf_chk_proc()
570 size_total = mpp_sys_cfg_align(align_type, size_total); in mpp_sys_dec_buf_chk_proc()
591 size_total = mpp_sys_cfg_align(align_type, size_total); in mpp_sys_dec_buf_chk_proc()
599 size_total = mpp_sys_cfg_align(SYS_CFG_ALIGN_LEN_444, size_total); in mpp_sys_dec_buf_chk_proc()
602 size_total = size_total * 3 / 2; in mpp_sys_dec_buf_chk_proc()
605 sys_cfg_dbg_dec_buf("res size total %d -> %d\n", size_total_old, size_total); in mpp_sys_dec_buf_chk_proc()
607 cfg->size_total = size_total; in mpp_sys_dec_buf_chk_proc()