HomeSort by relevance Sort by last modified time
    Searched refs:mSamplingN (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audioflinger/
FastMixer.h 115 // but are only initialized and used based on the runtime parameter mSamplingN.
121 uint32_t mSamplingN;
FastMixer.cpp 88 bool full = false; // whether we have collected at least mSamplingN samples
584 size_t i = bounds & (dumpState->mSamplingN - 1);
588 } else if (!(bounds & (dumpState->mSamplingN - 1))) {
668 , mSamplingN(0), mBounds(0)
681 if (samplingN <= mSamplingN || samplingN > kSamplingN || roundup(samplingN) != samplingN) {
684 uint32_t additional = samplingN - mSamplingN;
    [all...]

Completed in 33 milliseconds