Home
last modified time | relevance | path

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

/external/tremolo/Tremolo/
Dframing.c354 static void _positionB(oggbyte_buffer *b,int pos){ in _positionB()
364 static void _positionF(oggbyte_buffer *b,int pos){ in _positionF()
375 static int oggbyte_init(oggbyte_buffer *b,ogg_reference *or){ in oggbyte_init()
387 static void oggbyte_set4(oggbyte_buffer *b,ogg_uint32_t val,int pos){ in oggbyte_set4()
398 static unsigned char oggbyte_read1(oggbyte_buffer *b,int pos){ in oggbyte_read1()
404 static ogg_uint32_t oggbyte_read4(oggbyte_buffer *b,int pos){ in oggbyte_read4()
418 static ogg_int64_t oggbyte_read8(oggbyte_buffer *b,int pos){ in oggbyte_read8()
440 oggbyte_buffer ob; in ogg_page_version()
446 oggbyte_buffer ob; in ogg_page_continued()
452 oggbyte_buffer ob; in ogg_page_bos()
[all …]
Dogg.h94 typedef struct oggbyte_buffer { struct
101 } oggbyte_buffer; argument