HomeSort by relevance Sort by last modified time
    Searched refs:ogg_sync_pageout (Results 1 - 9 of 9) sorted by null

  /external/libogg/macos/
libogg.mcp.exp 39 ogg_sync_pageout
  /external/libvorbis/examples/
decoder_example.c 94 if(ogg_sync_pageout(&oy,&og)!=1){
149 int result=ogg_sync_pageout(&oy,&og);
211 int result=ogg_sync_pageout(&oy,&og);
  /external/libogg/src/
framing.c 550 by ogg_sync_pageout(). The page is then submitted to
734 int ogg_sync_pageout(ogg_sync_state *oy, ogg_page *og){ function
    [all...]
  /external/libogg/doc/libogg/
Makefile.am 17 ogg_sync_init.html ogg_sync_pageout.html ogg_sync_pageseek.html\
  /external/libvorbis/test/
write_read.c 166 if(ogg_sync_pageout (&oy,&og) != 1) {
200 int result = ogg_sync_pageout (&oy,&og);
239 int result = ogg_sync_pageout (&oy,&og);
  /external/flac/libFLAC/
ogg_decoder_aspect.c 123 * page, then we will get no data from ogg_sync_pageout(), and at the
198 const int ret = ogg_sync_pageout(&aspect->sync_state, &aspect->working_page);
  /external/libogg/include/ogg/
ogg.h 175 extern int ogg_sync_pageout(ogg_sync_state *oy, ogg_page *og);
  /external/tremolo/Tremolo/
ogg.h 194 extern int ogg_sync_pageout(ogg_sync_state *oy, ogg_page *og);
framing.c 810 int ogg_sync_pageout(ogg_sync_state *oy, ogg_page *og){ function

Completed in 110 milliseconds