Home
last modified time | relevance | path

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

/external/oboe/samples/iolib/src/main/cpp/player/
DSampleSource.h87 float mLeftGain; variable
98 mLeftGain = (1.0 - rightPan) * mGain; } in calcGainFactors()
DOneShotSampleSource.cpp45 outBuff[dstSampleIndex++] += data[mCurFrameIndex] * mLeftGain; in mixAudio()