Lines Matching refs:MppMeta
345 MPP_RET mpp_meta_get_with_tag(MppMeta *meta, const char *tag, const char *caller) in mpp_meta_get_with_tag()
359 *meta = (MppMeta) impl; in mpp_meta_get_with_tag()
363 MPP_RET mpp_meta_put(MppMeta meta) in mpp_meta_put()
376 MPP_RET mpp_meta_inc_ref(MppMeta meta) in mpp_meta_inc_ref()
389 RK_S32 mpp_meta_size(MppMeta meta) in mpp_meta_size()
526 MppMeta mpp_meta_dup(MppMeta meta) in mpp_meta_dup()
552 MPP_RET mpp_meta_dump(MppMeta meta) in mpp_meta_dump()
611 MPP_RET mpp_meta_set_##func_type(MppMeta meta, MppMetaKey key, arg_type val) \
636 MPP_RET mpp_meta_get_##func_type(MppMeta meta, MppMetaKey key, arg_type *val) \
662 … MPP_RET mpp_meta_get_##func_type##_d(MppMeta meta, MppMetaKey key, arg_type *val, arg_type def) \
698 RK_S32 mpp_meta_s32_read(MppMeta meta, RK_S32 index, RK_S32 *val) in MPP_META_ACCESSOR()