Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_meta.cpp107 MppMetaImpl *get_meta(const char *tag, const char *caller);
108 void put_meta(MppMetaImpl *meta);
123 MppMetaImpl *pos, *n; in ~MppMetaService()
127 list_for_each_entry_safe(pos, n, &mlist_meta, MppMetaImpl, list_meta) { in ~MppMetaService()
149 MppMetaImpl *MppMetaService::get_meta(const char *tag, const char *caller) in get_meta()
151 MppMetaImpl *impl = mpp_malloc_size(MppMetaImpl, sizeof(MppMetaImpl) + in get_meta()
177 void MppMetaService::put_meta(MppMetaImpl *meta) in put_meta()
208 MppMetaImpl *impl = service->get_meta(tag, caller); in mpp_meta_get_with_tag()
221 MppMetaImpl *impl = (MppMetaImpl *)meta; in mpp_meta_put()
234 MppMetaImpl *impl = (MppMetaImpl *)meta; in mpp_meta_inc_ref()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/base/inc/
H A Dmpp_meta_impl.h51 } MppMetaImpl; typedef