Searched defs:READSIZE (Results 1 - 1 of 1) sorted by relevance

/external/libvorbis/lib/
H A Dvorbisfile.c65 #define READSIZE 2048 /* a smaller read size is needed for low-rate streaming. */ macro
71 char *buffer=ogg_sync_buffer(&vf->oy,READSIZE);
72 long bytes=(vf->callbacks.read_func)(buffer,1,READSIZE,vf->datasource);

Completed in 92 milliseconds