Home
last modified time | relevance | path

Searched refs:READSIZE (Results 1 – 1 of 1) sorted by relevance

/external/libvorbis/lib/
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); in _get_data()
72 long bytes=(vf->callbacks.read_func)(buffer,1,READSIZE,vf->datasource); in _get_data()