Home
last modified time | relevance | path

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

/rockchip-linux_mpp/kmpp/base/
H A Dkmpp_obj.c178 } KmppObjs; typedef
181 static KmppObjs *objs = NULL;
185 KmppObjs *__tmp; \
356 KmppObjs *p = MPP_FETCH_AND(&objs, NULL); in kmpp_objs_deinit()
393 KmppObjs *p = objs; in kmpp_objs_init()
424 p = mpp_calloc_size(KmppObjs, sizeof(KmppObjs) + sizeof(KmppObjDefImpl) * count); in kmpp_objs_init()
588 KmppObjs *p = get_objs_f(); in kmpp_objdef_find()
927 static KmppObjImpl *_get_obj_from_def(KmppObjs *p, KmppObjDefImpl *def, KmppShmPtr *shm, in _get_obj_from_def()
976 KmppObjs *p; in kmpp_obj_get()
1053 KmppObjs *p = get_objs(caller); in kmpp_obj_get_by_sptr()
[all …]