Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_dec_cfg.cpp74 MppDecCfgInfo *mInfo; member in MppDecCfgService
86 MppCfgInfoNode *get_info(const char *name) { return mpp_dec_cfg_find(mInfo, name); }; in get_info()
89 RK_S32 get_node_count() { return mInfo ? mInfo->head.node_count : 0; }; in get_node_count()
90 RK_S32 get_info_count() { return mInfo ? mInfo->head.info_count : 0; }; in get_info_count()
91 RK_S32 get_info_size() { return mInfo ? mInfo->head.info_size : 0; }; in get_info_size()
218 mInfo(NULL), in MppDecCfgService()
243 mInfo = mpp_dec_cfg_flaten(trie, cfgs); in MppDecCfgService()
244 mCfgSize = mInfo->head.cfg_size; in MppDecCfgService()
251 MPP_FREE(mInfo); in ~MppDecCfgService()
256 if (NULL == mInfo) in get_info_root()
[all …]
H A Dmpp_enc_cfg.cpp90 MppEncCfgInfo *mInfo; member in MppEncCfgService
102 MppCfgInfoNode *get_info(const char *name) { return mpp_enc_cfg_find(mInfo, name); }; in get_info()
105 RK_S32 get_node_count() { return mInfo ? mInfo->head.node_count : 0; }; in get_node_count()
106 RK_S32 get_info_count() { return mInfo ? mInfo->head.info_count : 0; }; in get_info_count()
107 RK_S32 get_info_size() { return mInfo ? mInfo->head.info_size : 0; }; in get_info_size()
355 mInfo(NULL), in MppEncCfgService()
378 mInfo = mpp_enc_cfg_flaten(trie, cfgs); in MppEncCfgService()
379 mCfgSize = mInfo->head.cfg_size; in MppEncCfgService()
388 MPP_FREE(mInfo); in ~MppEncCfgService()
393 if (NULL == mInfo) in get_info_root()
[all …]