Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/libsource/include/source/
DAudioSource.h86 size_t mPhase; member
/device/google/cuttlefish/host/frontend/gcastv2/libsource/
DAudioSource.cpp649 ,mPhase(0) in AudioSource()
724 (mPhase * 1000000ll) / kSampleRate); in start()
748 double x = mPhase * k; in start()
762 mPhase += kNumFramesPerBuffer; in start()