Home
last modified time | relevance | path

Searched refs:totalSample_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/toneplayer/src/
H A Dtoneplayer_impl.cpp282 if (totalSample_ <= nextSegSample_) { in ContinueToneplay()
356 …if (toneInfo_->segments[currSegment_].duration == 0 || totalSample_ > maxSample_ || toneState_ == … in CheckToneStopped()
376 totalSample_ += reqSamples; in AudioToneSequenceGen()
408 totalSample_ = 0; in InitToneWaveInfo()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/toneplayer/include/
H A Dtone_player_impl.h84 uint32_t totalSample_ = 0; // Total no. of tone samples played variable