Searched refs:MAX_SOUND_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
24 static constexpr int32_t MAX_SOUND_BUFFER_SIZE = 1 * 1024 * 1024; variable299 if (!decodeShouldCompleted_ && (currentSoundBufferSize_ > MAX_SOUND_BUFFER_SIZE || in DealBufferRawFile()341 if (currentSoundBufferSize_ > MAX_SOUND_BUFFER_SIZE || flag == AVCODEC_BUFFER_FLAG_EOS) { in OnOutputBufferAvailable()