Home
last modified time | relevance | path

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

/third_party/libsnd/src/
Dogg.c255 ogg_sync_next_page (SF_PRIVATE * psf, ogg_page *og, sf_count_t readmax, sf_count_t *offset) in ogg_sync_next_page() argument
262 for (position = 0 ; readmax <= 0 || readmax > position ; ) in ogg_sync_next_page()
293 if (readmax == 0) in ogg_sync_next_page()
295 if (readmax > 0) in ogg_sync_next_page()
296 nb_read = SF_MIN ((sf_count_t) OGG_SYNC_READ_SIZE, readmax - position) ; in ogg_sync_next_page()
Dogg.h94 int ogg_sync_next_page (SF_PRIVATE * psf, ogg_page *og, sf_count_t readmax, sf_count_t *offset) ;