Home
last modified time | relevance | path

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

/cts/tests/tests/media/common/src/android/media/cts/
DAudioHelper.java533 int format, int bufferSize, boolean isChannelIndex) { in AudioRecordAudit() argument
534 this(audioSource, sampleRate, channelMask, format, bufferSize, isChannelIndex, in AudioRecordAudit()
540 boolean isChannelIndex, int auditStreamType, int delayMs) { in AudioRecordAudit() argument
546 (isChannelIndex in AudioRecordAudit()
556 final int channelOutMask = isChannelIndex ? channelMask : in AudioRecordAudit()
569 .setAudioFormat((isChannelIndex ? in AudioRecordAudit()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioRecordTest.java1012 boolean auditRecording, boolean isChannelIndex) { in createAudioRecord() argument
1017 audioFormat, bufferSizeInBytes, isChannelIndex); in createAudioRecord()
1018 } else if (isChannelIndex) { in createAudioRecord()
1034 assertEquals(isChannelIndex ? channelConfig : AudioFormat.CHANNEL_INVALID, in createAudioRecord()
1036 assertEquals(isChannelIndex ? AudioFormat.CHANNEL_INVALID : channelConfig, in createAudioRecord()
1050 final boolean auditRecording, final boolean isChannelIndex, in doTest() argument
1054 useByteBuffer, blocking, auditRecording, isChannelIndex, in doTest()
1060 final boolean auditRecording, final boolean isChannelIndex, in doTest() argument
1072 final int bufferSizeInBytes = isChannelIndex ? in doTest()
1087 TEST_FORMAT, bufferSizeInBytes, auditRecording, isChannelIndex); in doTest()
[all …]