Home
last modified time | relevance | path

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

/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()
84 MEDIA_LOGI("SoundParser::DoParser end, soundID:%{public}d", soundID_); in DoParser()
91 MEDIA_LOGI("SoundParser::DoDemuxer start, soundID:%{public}d", soundID_); in DoDemuxer()
130 MEDIA_LOGI("SoundParser::DoDemuxer end, soundID:%{public}d", soundID_); in DoDemuxer()
137 MEDIA_LOGI("SoundParser::DoDecode start, soundID:%{public}d", soundID_); in DoDecode()
148 audioDecCb_ = std::make_shared<SoundDecoderCallback>(soundID_, audioDec_, demuxer_, isRawFile_); in DoDecode()
158 MEDIA_LOGI("SoundParser::DoDecode, audioDec_ started, soundID:%{public}d", soundID_); in DoDecode()
[all...]
H A Dcache_buffer.h78 return soundID_; in GetSoundID()
105 int32_t soundID_; member in OHOS::Media::CacheBuffer
H A Dsound_parser.h89 const int32_t soundID_; member in OHOS::Media::SoundDecoderCallback
112 return soundID_; in GetSoundID()
182 int32_t soundID_ = 0; member in OHOS::Media::SoundParser
H A Dcache_buffer.cpp31 cacheData_(cacheData), cacheDataTotalSize_(cacheDataTotalSize), soundID_(soundID), streamID_(streamID), in CacheBuffer()
40 MEDIA_LOGI("Destruction CacheBuffer soundID:%{public}d, streamID:%{public}d", soundID_, streamID_); in ~CacheBuffer()
/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_sound_low_latency_impl.h67 int32_t soundID_ = -1; member in OHOS::Media::AudioHapticSoundLowLatencyImpl
H A Daudio_haptic_sound_low_latency_impl.cpp119 soundID_ = soundID; in PrepareSound()
146 streamID_ = soundPoolPlayer_->Play(soundID_, playParams); in StartSound()

Completed in 4 milliseconds