Searched refs:ogg_buffer_state (Results 1 – 3 of 3) sorted by relevance
50 typedef struct ogg_buffer_state{ struct55 } ogg_buffer_state; typedef63 ogg_buffer_state *owner;105 ogg_buffer_state *bufferpool;
55 static ogg_buffer_state *ogg_buffer_create(void){ in ogg_buffer_create()56 ogg_buffer_state *bs=_ogg_calloc(1,sizeof(*bs)); in ogg_buffer_create()67 static void _ogg_buffer_destroy(ogg_buffer_state *bs){ in _ogg_buffer_destroy()96 static void ogg_buffer_destroy(ogg_buffer_state *bs){ in ogg_buffer_destroy()101 static ogg_buffer *_fetch_buffer(ogg_buffer_state *bs,long bytes){ in _fetch_buffer()127 static ogg_reference *_fetch_ref(ogg_buffer_state *bs){ in _fetch_ref()148 static ogg_reference *ogg_buffer_alloc(ogg_buffer_state *bs,long bytes){ in ogg_buffer_alloc()292 ogg_buffer_state *bs=ob->ptr.owner; in ogg_buffer_release_one()
365 ogg_buffer_state *bs;