Home
last modified time | relevance | path

Searched refs:soundID_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dsound_parser.cpp37 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 Dsound_parser.h89 const int32_t soundID_; variable
112 return soundID_; in GetSoundID()
145 int32_t soundID_ = 0; variable
H A Dcache_buffer.h84 return soundID_; in GetSoundID()
112 int32_t soundID_; variable
H A Dcache_buffer.cpp32 …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 Daudio_haptic_sound_low_latency_impl.h68 int32_t soundID_ = -1; variable
H A Daudio_haptic_sound_low_latency_impl.cpp136 soundID_ = soundID; in PrepareSound()
163 streamID_ = soundPoolPlayer_->Play(soundID_, playParams); in StartSound()