Searched refs:ogg_sync_pageout (Results 1 - 8 of 8) sorted by relevance
/external/libogg/macos/ |
H A D | libogg.mcp.exp | 39 ogg_sync_pageout
|
/external/libvorbis/examples/ |
H A D | 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/ |
H A D | 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 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 D | Makefile.am | 17 ogg_sync_init.html ogg_sync_pageout.html ogg_sync_pageseek.html\
|
/external/libvorbis/test/ |
H A D | 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/ |
H A D | ogg.h | 175 extern int ogg_sync_pageout(ogg_sync_state *oy, ogg_page *og);
|
/external/tremolo/Tremolo/ |
H A D | ogg.h | 194 extern int ogg_sync_pageout(ogg_sync_state *oy, ogg_page *og);
|
H A D | framing.c | 810 int ogg_sync_pageout(ogg_sync_state *oy, ogg_page *og){ function
|
Completed in 31 milliseconds