Home
last modified time | relevance | path

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

/third_party/libsnd/src/
Dogg.c80 #define OGG_SYNC_READ_SIZE (2048) macro
296 nb_read = SF_MIN ((sf_count_t) OGG_SYNC_READ_SIZE, readmax - position) ; in ogg_sync_next_page()
298 nb_read = OGG_SYNC_READ_SIZE ; in ogg_sync_next_page()