Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dsound_parser.h115 size_t GetSoundDataTotalSize() const;
133 size_t GetSoundDataTotalSize() const;
H A Dsound_parser.cpp176 size_t SoundParser::GetSoundDataTotalSize() const in GetSoundDataTotalSize() function in OHOS::Media::SoundParser
179 return soundParserListener_->GetSoundDataTotalSize(); in GetSoundDataTotalSize()
430 size_t SoundParser::SoundParserListener::GetSoundDataTotalSize() const in GetSoundDataTotalSize() function in OHOS::Media::SoundParser::SoundParserListener
H A Dstream_id_manager.cpp116 size_t cacheDataTotalSize = soundParser->GetSoundDataTotalSize(); in Play()