Searched defs:kSamplingN (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DFastMixer.h109 // kSamplingN is the size of the sampling frame, and must be a power of 2 <= 0x8000.
110 static const uint32_t kSamplingN = 0x1000; member in struct:android::FastMixerDumpState
117 uint32_t mMonotonicNs[kSamplingN]; // delta monotonic (wall clock) time
118 uint32_t mLoadNs[kSamplingN]; // delta CPU load in time
120 uint32_t mCpukHz[kSamplingN]; // absolute CPU clock frequency in kHz, bits 0-3 are CPU#

Completed in 31 milliseconds