Searched refs:aligned_byte (Results 1 – 1 of 1) sorted by relevance
309 RK_U32 aligned_byte = 0; in mpp_sys_dec_buf_chk_proc() local367 aligned_byte = MPP_ALIGN(aligned_pixel_byte, 64); in mpp_sys_dec_buf_chk_proc()370 aligned_byte = MPP_ALIGN(aligned_pixel_byte, 64); in mpp_sys_dec_buf_chk_proc()373 aligned_byte = MPP_ALIGN(aligned_pixel_byte, 64); in mpp_sys_dec_buf_chk_proc()376 aligned_byte = MPP_ALIGN(aligned_pixel_byte, 16); in mpp_sys_dec_buf_chk_proc()379 aligned_byte = MPP_ALIGN(aligned_pixel_byte, 16); in mpp_sys_dec_buf_chk_proc()382 sys_cfg_dbg_dec_buf("dec hw aligned hor_byte: [%d]\n", aligned_byte); in mpp_sys_dec_buf_chk_proc()384 cfg->h_stride_by_byte = aligned_byte; in mpp_sys_dec_buf_chk_proc()408 size_total = aligned_byte * aligned_height * 3 / 2; in mpp_sys_dec_buf_chk_proc()413 sys_cfg_dbg_dec_buf("res aligned_byte %d\n", aligned_byte); in mpp_sys_dec_buf_chk_proc()[all …]