Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/libsource/include/source/
DAudioSource.h82 static constexpr int32_t kSampleRate = 44100; member
/device/google/cuttlefish/host/frontend/gcastv2/libsource/
DAudioSource.cpp717 buffer->frame_rate = kSampleRate; in start()
720 const double k = (double)kFrequency / kSampleRate * (2.0 * M_PI); in start()
724 (mPhase * 1000000ll) / kSampleRate); in start()