Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/base/
H A Dmpp_sys_cfg.c562 SysCfgAlignType align_type = SYS_CFG_ALIGN_LEN_DEFAULT; in mpp_sys_dec_buf_chk_proc() local
566 align_type = SYS_CFG_ALIGN_LEN_420_AV1; in mpp_sys_dec_buf_chk_proc()
568 align_type = SYS_CFG_ALIGN_LEN_420; 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()
582 SysCfgAlignType align_type; in mpp_sys_dec_buf_chk_proc() local
585 align_type = SYS_CFG_ALIGN_LEN_422_AVC; in mpp_sys_dec_buf_chk_proc()
587 align_type = SYS_CFG_ALIGN_LEN_422_AV1; in mpp_sys_dec_buf_chk_proc()
589 align_type = SYS_CFG_ALIGN_LEN_422; 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()