Home
last modified time | relevance | path

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

/external/libogg/macos/
Dlibogg.mcp.exp38 ogg_sync_pageseek
/external/libogg/win32/
Dogg.def54 ogg_sync_pageseek
/external/libogg/doc/libogg/
DMakefile.am17 ogg_sync_init.html ogg_sync_pageout.html ogg_sync_pageseek.html\
DMakefile.in190 ogg_sync_init.html ogg_sync_pageout.html ogg_sync_pageseek.html\
/external/tremolo/Tremolo/
Dogg.h193 extern long ogg_sync_pageseek(ogg_sync_state *oy,ogg_page *og);
Dframing.c694 long ogg_sync_pageseek(ogg_sync_state *oy,ogg_page *og){ in ogg_sync_pageseek() function
817 long ret=ogg_sync_pageseek(oy,og); in ogg_sync_pageout()
Dvorbisfile.c137 more=ogg_sync_pageseek(vf->oy,og); in _get_next_page()
/external/libogg/include/ogg/
Dogg.h174 extern long ogg_sync_pageseek(ogg_sync_state *oy,ogg_page *og);
/external/libogg/src/
Dframing.c636 long ogg_sync_pageseek(ogg_sync_state *oy,ogg_page *og){ in ogg_sync_pageseek() function
743 long ret=ogg_sync_pageseek(oy,og); in ogg_sync_pageout()
/external/libvorbis/lib/
Dvorbisfile.c115 more=ogg_sync_pageseek(&vf->oy,og); in _get_next_page()