Home
last modified time | relevance | path

Searched defs:soundID (Results 1 - 14 of 14) sorted by relevance

/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dsound_id_manager.cpp79 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 Dstream_id_manager.h59 void OnLoadCompleted(int32_t soundID) in OnLoadCompleted() argument
H A Dcache_buffer.cpp28 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 Dsound_parser.cpp31 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 Dsoundpool.cpp102 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 Dstream_id_manager.cpp93 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 Dsoundpoolplaystop_fuzzer.cpp57 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 Dsoundpoolloadunload_fuzzer.cpp123 int32_t soundID = *reinterpret_cast<int32_t *>(data); in FuzzSoundPoolUnload() local
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolsetloop_fuzzer/
H A Dsoundpoolsetloop_fuzzer.cpp57 int32_t soundID = 0; in FuzzSoundPoolSetLoop() local
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolsetrate_fuzzer/
H A Dsoundpoolsetrate_fuzzer.cpp57 int32_t soundID = 0; in FuzzSoundPoolSetRate() local
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolsetvolume_fuzzer/
H A Dsoundpoolsetvolume_fuzzer.cpp57 int32_t soundID = 0; in FuzzSoundPoolSetVolume() local
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolsetpriority_fuzzer/
H A Dsoundpoolsetpriority_fuzzer.cpp57 int32_t soundID = 0; in FuzzSoundPoolSetPriority() local
/foundation/multimedia/player_framework/test/unittest/soundpool_test/src/
H A Dsoundpool_mock.cpp58 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 Daudio_haptic_sound_low_latency_impl.cpp105 int32_t soundID = soundPoolPlayer_->Load(uri); in PrepareSound() local

Completed in 7 milliseconds