HomeSort by relevance Sort by last modified time
    Searched refs:ogg_sync_pageout (Results 1 - 8 of 8) 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/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 658 milliseconds