Home
last modified time | relevance | path

Searched refs:mChannelIndex (Results 1 – 4 of 4) sorted by relevance

/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DRecorderRunnable.java61 private final int mChannelIndex; field in RecorderRunnable
106 mChannelIndex = channelIndex; in RecorderRunnable()
134 .setAudioFormat((mChannelIndex < 0 ? in initRecord()
138 .Builder().setChannelIndexMask(1 << mChannelIndex)) in initRecord()
201 .setAudioFormat((mChannelIndex < 0 ? in initBufferRecord()
205 .Builder().setChannelIndexMask(1 << mChannelIndex)) in initBufferRecord()
DLoopbackAudioThread.java59 private final int mChannelIndex; field in LoopbackAudioThread
109 mChannelIndex = channelIndex; in LoopbackAudioThread()
143 mBufferTestWavePlotDurationInSeconds, mContext, mChannelIndex, mCaptureHolder); in run()
154 .setAudioFormat((mChannelIndex < 0 ? in run()
156 new AudioFormat.Builder().setChannelIndexMask(1 << mChannelIndex)) in run()
DLoopbackApplication.java39 private int mChannelIndex = -1; field in LoopbackApplication
74 int getChannelIndex() { return mChannelIndex; } in getChannelIndex()
76 void setChannelIndex(int channelIndex) { mChannelIndex = channelIndex; } in setChannelIndex()
DLoopbackActivity.java175 private int mChannelIndex; field in LoopbackActivity
688 mChannelIndex = b.getInt(INTENT_CHANNEL_INDEX); in applyIntent()
914 mChannelIndex = getApp().getChannelIndex(); in restartAudioSystem()
962 mChannelIndex, mCaptureHolder); in restartAudioSystem()
1883 s.append(" ChannelIndex: ").append(mChannelIndex < 0 ? "MONO" : mChannelIndex); in refreshState()
2184 sb.append(INTENT_CHANNEL_INDEX + " = " + mChannelIndex + endline); in getReport()
2526 mChannelIndex = in.getInt("mChannelIndex"); in restoreInstanceState()
2574 out.putInt("mChannelIndex", mChannelIndex); in onSaveInstanceState()