Home
last modified time | relevance | path

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

/external/flac/src/plugin_xmms/
Dplugin.c130 #define SAMPLES_PER_WRITE 512 macro
131 #define SAMPLE_BUFFER_SIZE ((FLAC__MAX_BLOCK_SIZE + SAMPLES_PER_WRITE) * FLAC_PLUGIN__MAX_SUPPORTED…
447 while(sample_buffer_last_ - sample_buffer_first_ < SAMPLES_PER_WRITE) { in play_loop_()
467 const uint32_t n = min(sample_buffer_last_ - sample_buffer_first_, SAMPLES_PER_WRITE); in play_loop_()