Lines Matching refs:MppBufferService

38         MppBufferService *__tmp; \
85 } MppBufferService; typedef
117 static MppBufferService *srv_buffer = NULL;
125 static void service_put_group(MppBufferService *srv, MppBufferGroupImpl *p, const char *caller);
126 static void service_dump(MppBufferService *srv, const char *info);
128 static MppBufferGroupImpl *get_group_by_id(MppBufferService *srv, rk_u32 id) in get_group_by_id()
290 static void service_put_buffer(MppBufferService *srv, MppBufferGroupImpl *group, in service_put_buffer()
396 MppBufferService *srv = get_srv_buffer(); in inc_buffer_ref()
512 MppBufferService *srv = get_srv_buffer(); in mpp_buffer_create()
588 MppBufferService *srv = get_srv_buffer(); in mpp_buffer_ref_dec()
619 MppBufferService *srv = get_srv_buffer(); in mpp_buffer_discard()
856 MppBufferService *srv = get_srv_buffer(); in mpp_buffer_group_reset()
887 MppBufferService *srv = get_srv_buffer(); in mpp_buffer_total_now()
898 MppBufferService *srv = get_srv_buffer(); in mpp_buffer_total_max()
923 static rk_u32 service_get_misc(MppBufferService *srv, MppBufferMode mode, MppBufferType type) in service_get_misc()
940 MppBufferService *srv = get_srv_buffer(); in mpp_buffer_get_misc_group()
977 MppBufferService *srv = srv_buffer; in mpp_buffer_service_init()
985 srv = mpp_calloc(MppBufferService, 1); in mpp_buffer_service_init()
1017 MppBufferService *srv = srv_buffer; in mpp_buffer_service_deinit()
1078 rk_u32 service_get_group_id(MppBufferService *srv) in service_get_group_id()
1112 MppBufferService *srv = get_srv_buffer(); in service_get_group()
1223 static void destroy_group(MppBufferService *srv, MppBufferGroupImpl *group) in destroy_group()
1264 static void service_put_group(MppBufferService *srv, MppBufferGroupImpl *p, const char *caller) in service_put_group()
1327 static void service_dump(MppBufferService *srv, const char *info) in service_dump()