Home
last modified time | relevance | path

Searched refs:MAX_SOUND_BUFFER_SIZE (Results 1 - 1 of 1) sorted by relevance

/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dsound_parser.cpp24 static constexpr int32_t MAX_SOUND_BUFFER_SIZE = 1 * 1024 * 1024; member
281 if (!decodeShouldCompleted_ && (currentSoundBufferSize_ > MAX_SOUND_BUFFER_SIZE || in DealBufferRawFile()
323 if (currentSoundBufferSize_ > MAX_SOUND_BUFFER_SIZE || flag == AVCODEC_BUFFER_FLAG_EOS) { in OnOutputBufferAvailable()

Completed in 1 milliseconds