Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/base/
H A Dmpp_sys_cfg_st.c22 ret = mpp_sys_cfg_get(&cfg); in mpp_sys_cfg_st_get_h_stride()
57 ret = mpp_sys_cfg_get(&cfg); in mpp_sys_cfg_st_get_byte_stride()
93 ret = mpp_sys_cfg_get(&cfg); in mpp_sys_cfg_st_get_v_stride()
127 ret = mpp_sys_cfg_get(&cfg); in mpp_sys_cfg_st_get_size()
H A Dmpp_sys_cfg.c182 MPP_RET mpp_sys_cfg_get(MppSysCfg *cfg) in mpp_sys_cfg_get() function
H A Dmpp_buf_slot.c826 if (mpp_sys_cfg_get(&impl->sys_cfg)) { in mpp_buf_slot_init()
/rockchip-linux_mpp/inc/
H A Drk_mpp_cfg.h25 MPP_RET mpp_sys_cfg_get(MppSysCfg *cfg);
/rockchip-linux_mpp/mpp/base/test/
H A Dmpp_sys_cfg_test.c38 ret = mpp_sys_cfg_get(&cfg); in main()