Searched refs:soundID_ (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/soundpool/ |
H A D | sound_parser.cpp | 37 soundID_ = soundID; in SoundParser() 54 soundID_ = soundID; in SoundParser() 61 MEDIA_LOGI("SoundParser Destruction, soundID:%{public}d", soundID_); in ~SoundParser() 68 MEDIA_LOGI("SoundParser::DoParser start, soundID:%{public}d", soundID_); in DoParser() 91 MEDIA_LOGI("SoundParser::DoParser end, soundID:%{public}d", soundID_); in DoParser() 137 MEDIA_LOGI("SoundParser::DoDemuxer end, soundID:%{public}d", soundID_); in DoDemuxer() 197 MEDIA_LOGI("SoundParser::Release start, soundID:%{public}d", soundID_); in Release() 229 MEDIA_LOGI("SoundParser::Release end, soundID:%{public}d", soundID_); in Release() 236 const bool isRawFile) : soundID_(soundID), audioDec_(audioDec), in SoundDecoderCallback() 306 callback_->OnLoadCompleted(soundID_); in DealBufferRawFile() [all …]
|
H A D | sound_parser.h | 89 const int32_t soundID_; variable 112 return soundID_; in GetSoundID() 145 int32_t soundID_ = 0; variable
|
H A D | cache_buffer.h | 84 return soundID_; in GetSoundID() 112 int32_t soundID_; variable
|
H A D | cache_buffer.cpp | 32 …cacheData_(cacheData), cacheDataTotalSize_(cacheDataTotalSize), soundID_(soundID), streamID_(strea… in CacheBuffer() 41 …MEDIA_LOGI("Destruction CacheBuffer soundID:%{public}d, streamID:%{public}d", soundID_, streamID_); in ~CacheBuffer()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/audio_haptic/ |
H A D | audio_haptic_sound_low_latency_impl.h | 68 int32_t soundID_ = -1; variable
|
H A D | audio_haptic_sound_low_latency_impl.cpp | 136 soundID_ = soundID; in PrepareSound() 163 streamID_ = soundPoolPlayer_->Play(soundID_, playParams); in StartSound()
|