/external/libogg/macos/ |
libogg.mcp.exp | 37 ogg_sync_wrote
|
/external/libvorbis/examples/ |
decoder_example.c | 91 ogg_sync_wrote(&oy,bytes); 182 ogg_sync_wrote(&oy,bytes); 287 ogg_sync_wrote(&oy,bytes);
|
/external/libogg/src/ |
framing.c | 547 ogg_sync_wrote() to tell how many bytes we just added. 619 int ogg_sync_wrote(ogg_sync_state *oy, long bytes){ function [all...] |
/external/libogg/doc/libogg/ |
Makefile.am | 18 ogg_sync_reset.html ogg_sync_state.html ogg_sync_wrote.html\
|
/external/libvorbis/test/ |
write_read.c | 164 ogg_sync_wrote (&oy,bytes); 226 ogg_sync_wrote (&oy,bytes); 279 ogg_sync_wrote (&oy,bytes);
|
/external/libogg/include/ogg/ |
ogg.h | 173 extern int ogg_sync_wrote(ogg_sync_state *oy, long bytes);
|
/external/tremolo/Tremolo/ |
ogg.h | 192 extern int ogg_sync_wrote(ogg_sync_state *oy, long bytes);
|
vorbisfile.c | 96 if(bytes>0)ogg_sync_wrote(vf->oy,bytes); 744 ogg_sync_wrote(vf->oy,ibytes); [all...] |
framing.c | 655 int ogg_sync_wrote(ogg_sync_state *oy, long bytes){ function
|
/external/libvorbis/lib/ |
vorbisfile.c | 73 if(bytes>0)ogg_sync_wrote(&vf->oy,bytes); 893 ogg_sync_wrote(&vf->oy,ibytes); [all...] |