Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/toneplayer/include/
H A Dtone_player_impl.h86 uint32_t maxSample_ = 0; // Maximum number of audio samples played (maximun tone duration) variable
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/toneplayer/src/
H A Dtoneplayer_impl.cpp356 …if (toneInfo_->segments[currSegment_].duration == 0 || totalSample_ > maxSample_ || toneState_ == … in CheckToneStopped()
405 maxSample_ = TONEINFO_INF; in InitToneWaveInfo()