Home
last modified time | relevance | path

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

/rockchip-linux_mpp/kmpp/base/
H A Dkmpp_obj.c151 } KmppObjDefImpl; typedef
156 KmppObjDefImpl *def;
177 KmppObjDefImpl defs[0];
364 KmppObjDefImpl *impl = &p->defs[i]; in kmpp_objs_deinit()
424 p = mpp_calloc_size(KmppObjs, sizeof(KmppObjs) + sizeof(KmppObjDefImpl) * count); in kmpp_objs_init()
450 KmppObjDefImpl *impl = &p->defs[i]; in kmpp_objs_init()
507 KmppObjDefImpl *impl = (KmppObjDefImpl *)def; in kmpp_objdef_put()
551 KmppObjDefImpl *impl = NULL; in kmpp_objdef_register()
564 impl = mpp_calloc_size(KmppObjDefImpl, sizeof(KmppObjDefImpl) + name_buf_size); in kmpp_objdef_register()
566 mpp_loge_f("alloc objdef size %d failed\n", sizeof(KmppObjDefImpl) + name_buf_size); in kmpp_objdef_register()
[all …]