Searched refs:ogg_sync_pageout (Results 1 - 8 of 8) sorted by relevance

/external/libogg/macos/
H A Dlibogg.mcp.exp39 ogg_sync_pageout
/external/libvorbis/examples/
H A Ddecoder_example.c94 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/
H A Dframing.c550 by ogg_sync_pageout(). The page is then submitted to
734 int ogg_sync_pageout(ogg_sync_state *oy, ogg_page *og){ function
1542 int ret=ogg_sync_pageout(&oy,&og_de);
1818 ogg_sync_pageout(&oy,&temp);
1820 ogg_sync_pageout(&oy,&temp);
1822 ogg_sync_pageout(&oy,&temp);
1824 ogg_sync_pageout(&oy,&temp);
1867 ogg_sync_pageout(&oy,&temp);
1869 ogg_sync_pageout(&oy,&temp);
1871 ogg_sync_pageout(
[all...]
/external/libogg/doc/libogg/
H A DMakefile.am17 ogg_sync_init.html ogg_sync_pageout.html ogg_sync_pageseek.html\
/external/libvorbis/test/
H A Dwrite_read.c166 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/
H A Dogg.h175 extern int ogg_sync_pageout(ogg_sync_state *oy, ogg_page *og);
/external/tremolo/Tremolo/
H A Dogg.h194 extern int ogg_sync_pageout(ogg_sync_state *oy, ogg_page *og);
H A Dframing.c810 int ogg_sync_pageout(ogg_sync_state *oy, ogg_page *og){ function

Completed in 31 milliseconds