Home
last modified time | relevance | path

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

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