Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_cfg.cpp69 static MPP_RET mpp_cfg_get(MppCfgInfoNode *info, void *cfg, void *val) in mpp_cfg_get() function
92 return mpp_cfg_get(info, cfg, val); in mpp_cfg_get_s32()
112 return mpp_cfg_get(info, cfg, val); in mpp_cfg_get_u32()
132 return mpp_cfg_get(info, cfg, val); in mpp_cfg_get_s64()
152 return mpp_cfg_get(info, cfg, val); in mpp_cfg_get_u64()
162 return mpp_cfg_get(info, cfg, val); in mpp_cfg_get_st()
178 return mpp_cfg_get(info, cfg, val); in mpp_cfg_get_ptr()