Searched refs:LAME_INPUT_BUFFER_SIZE_ONE_CHAN (Results 1 – 1 of 1) sorted by relevance
45 constexpr int32_t LAME_INPUT_BUFFER_SIZE_ONE_CHAN = 2304; // 1152*2=2304 variable194 if ((channels_ == ONE_CHANNEL && inputSize > LAME_INPUT_BUFFER_SIZE_ONE_CHAN) || in QueueInputBuffer()