Searched refs:ogg_sync_wrote (Results 1 - 4 of 4) sorted by relevance

/external/flac/libFLAC/
H A Dogg_decoder_aspect.c234 if(ogg_sync_wrote(&aspect->sync_state, ogg_bytes_read) < 0) {
/external/tremolo/Tremolo/
H A Dogg.h192 extern int ogg_sync_wrote(ogg_sync_state *oy, long bytes);
H A Dvorbisfile.c96 if(bytes>0)ogg_sync_wrote(vf->oy,bytes);
744 ogg_sync_wrote(vf->oy,ibytes);
H A Dframing.c655 int ogg_sync_wrote(ogg_sync_state *oy, long bytes){ function

Completed in 112 milliseconds