Home
last modified time | relevance | path

Searched refs:sampleCount_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/toneplayer/src/
H A Dtoneplayer_impl.cpp291 sampleCount_ = 0; in ContinueToneplay()
311 … AUDIO_DEBUG_LOG("GetSamples Freq: %{public}d sampleCount_: %{public}d", freqVal, sampleCount_); in GetSamples()
312 index = sampleCount_; in GetSamples()
334 sampleCount_ += reqSamples; in GetSamples()
345 sampleCount_ = 0; in CheckToneStarted()
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dthread_sampler.cpp416 sampleCount_++; in Sample()
426 sampleCount_ = 0; in ResetConsumeInfo()
478 (unsigned long long)sampleCount_, (unsigned long long)requestCount_, in CollectStack()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/toneplayer/include/
H A Dtone_player_impl.h88 uint32_t sampleCount_ = 0; // Initial value should be zero before any new Tone renderering variable
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/include/
H A Dthread_sampler.h122 MAYBE_UNUSED uint64_t sampleCount_ {0};