Home
last modified time | relevance | path

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

/external/flac/src/plugin_xmms/
Dplugin.c131 #define SAMPLE_BUFFER_SIZE ((FLAC__MAX_BLOCK_SIZE + SAMPLES_PER_WRITE) * FLAC_PLUGIN__MAX_SUPPORTED… macro
132 static FLAC__byte sample_buffer_[SAMPLE_BUFFER_SIZE];
609 …if((sample_buffer_last_ + wide_samples) > (SAMPLE_BUFFER_SIZE / (channels * stream_data->sample_fo… in write_callback_()