Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dsound_parser.h59 virtual void SetSoundBufferTotalSize(const size_t soundBufferTotalSize) = 0;
131 void SetSoundBufferTotalSize(const size_t soundBufferTotalSize) override;
H A Dsound_parser.cpp304 listener_->SetSoundBufferTotalSize(static_cast<size_t>(currentSoundBufferSize_)); in DealBufferRawFile()
345 listener_->SetSoundBufferTotalSize(static_cast<size_t>(currentSoundBufferSize_)); in OnOutputBufferAvailable()
412 void SoundParser::SoundParserListener::SetSoundBufferTotalSize(const size_t soundBufferTotalSize) in SetSoundBufferTotalSize() function in OHOS::Media::SoundParser::SoundParserListener