OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ogg_buffer_state
(Results
1 - 3
of
3
) sorted by null
/external/tremolo/Tremolo/
ogg.h
50
typedef struct
ogg_buffer_state
{
struct
55
}
ogg_buffer_state
;
typedef in typeref:struct:ogg_buffer_state
63
ogg_buffer_state
*owner;
105
ogg_buffer_state
*bufferpool;
framing.c
55
static
ogg_buffer_state
*ogg_buffer_create(void){
56
ogg_buffer_state
*bs=_ogg_calloc(1,sizeof(*bs));
67
static void _ogg_buffer_destroy(
ogg_buffer_state
*bs){
96
static void ogg_buffer_destroy(
ogg_buffer_state
*bs){
101
static ogg_buffer *_fetch_buffer(
ogg_buffer_state
*bs,long bytes){
127
static ogg_reference *_fetch_ref(
ogg_buffer_state
*bs){
148
static ogg_reference *ogg_buffer_alloc(
ogg_buffer_state
*bs,long bytes){
292
ogg_buffer_state
*bs=ob->ptr.owner;
bitwise.c
363
ogg_buffer_state
*bs;
Completed in 65 milliseconds