Home
last modified time | relevance | path

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

/external/oboe/samples/iolib/src/main/cpp/player/
DSampleSource.h88 float mRightGain; variable
97 mRightGain = rightPan * mGain; in calcGainFactors()
DOneShotSampleSource.cpp46 outBuff[dstSampleIndex++] += data[mCurFrameIndex++] * mRightGain; in mixAudio()