Searched refs:SAMPLES_PER_WRITE (Results 1 – 1 of 1) sorted by relevance
130 #define SAMPLES_PER_WRITE 512 macro131 #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_()