Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/toneplayer/src/
H A Dtoneplayer_impl.cpp36 constexpr int32_t C1000MS = 1000; variable
295 nextSegSample_ += (toneInfo_->segments[currSegment_].duration * samplingRate_) / C1000MS; in ContinueToneplay()
415 nextSegSample_ = (toneInfo_->segments[0].duration * samplingRate_) / C1000MS; in InitToneWaveInfo()
424 processSize_ = (rendererOptions_.streamInfo.samplingRate * C20MS) / C1000MS; in InitAudioRenderer()