/foundation/multimedia/player_framework/frameworks/native/soundpool/ |
H A D | sound_id_manager.cpp | 79 int32_t soundID; in Load() local 109 int32_t soundID; in Load() local 129 DoLoad(int32_t soundID) DoLoad() argument 165 const int32_t soundID = soundIDs_.front(); DoParser() local 192 Unload(int32_t soundID) Unload() argument [all...] |
H A D | stream_id_manager.h | 59 void OnLoadCompleted(int32_t soundID) in OnLoadCompleted() argument
|
H A D | cache_buffer.cpp | 28 CacheBuffer(const Format &trackFormat, const std::deque<std::shared_ptr<AudioBufferEntry>> &cacheData, const size_t &cacheDataTotalSize, const int32_t &soundID, const int32_t &streamID) CacheBuffer() argument
|
H A D | sound_parser.cpp | 31 SoundParser::SoundParser(int32_t soundID, std::string url) in SoundParser() argument 42 SoundParser::SoundParser(int32_t soundID, int32_t fd, int64_t offset, int64_t length) in SoundParser() argument 215 SoundDecoderCallback(const int32_t soundID, const std::shared_ptr<MediaAVCodec::AVCodecAudioDecoder> &audioDec, const std::shared_ptr<MediaAVCodec::AVDemuxer> &demuxer, const bool isRawFile) SoundDecoderCallback() argument [all...] |
H A D | soundpool.cpp | 102 int32_t SoundPool::Play(int32_t soundID, PlayParams playParameters) in Play() argument 187 int32_t SoundPool::Unload(int32_t soundID) in Unload() argument
|
H A D | stream_id_manager.cpp | 93 int32_t soundID = soundParser->GetSoundID(); in Play() local 128 int32_t StreamIDManager::SetPlay(const int32_t soundID, const int32_t streamID, const PlayParams playParameters) in SetPlay() argument 301 int32_t StreamIDManager::GetStreamIDBySoundID(const int32_t soundID) in GetStreamIDBySoundID() argument 368 int32_t StreamIDManager::GetFreshStreamID(const int32_t soundID, PlayParam argument [all...] |
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolplaystop_fuzzer/ |
H A D | soundpoolplaystop_fuzzer.cpp | 57 int32_t soundID = 0;
in FuzzSoundPoolPlay() local 107 int32_t soundID = 0;
in FuzzSoundPoolStop() local
|
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolloadunload_fuzzer/ |
H A D | soundpoolloadunload_fuzzer.cpp | 123 int32_t soundID = *reinterpret_cast<int32_t *>(data);
in FuzzSoundPoolUnload() local
|
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolsetloop_fuzzer/ |
H A D | soundpoolsetloop_fuzzer.cpp | 57 int32_t soundID = 0;
in FuzzSoundPoolSetLoop() local
|
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolsetrate_fuzzer/ |
H A D | soundpoolsetrate_fuzzer.cpp | 57 int32_t soundID = 0;
in FuzzSoundPoolSetRate() local
|
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolsetvolume_fuzzer/ |
H A D | soundpoolsetvolume_fuzzer.cpp | 57 int32_t soundID = 0;
in FuzzSoundPoolSetVolume() local
|
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolsetpriority_fuzzer/ |
H A D | soundpoolsetpriority_fuzzer.cpp | 57 int32_t soundID = 0;
in FuzzSoundPoolSetPriority() local
|
/foundation/multimedia/player_framework/test/unittest/soundpool_test/src/ |
H A D | soundpool_mock.cpp | 58 int32_t SoundPoolMock::Play(int32_t soundID, PlayParams playParameters) in Play() argument 97 int32_t SoundPoolMock::Unload(int32_t soundID) in Unload() argument
|
/foundation/multimedia/player_framework/frameworks/native/audio_haptic/ |
H A D | audio_haptic_sound_low_latency_impl.cpp | 105 int32_t soundID = soundPoolPlayer_->Load(uri); in PrepareSound() local
|