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

  /frameworks/av/media/libaaudio/src/flowgraph/
RampLinear.h 43 return mLengthInFrames;
78 int32_t mLengthInFrames = 48000.0f / 100.0f ; // 10 msec at 48000 Hz;
RampLinear.cpp 35 mLengthInFrames = frames;
57 mRemaining = mLengthInFrames;
60 mScaler = (mLevelTo - mLevelFrom) / mLengthInFrames; // for interpolation

Completed in 549 milliseconds