Home
last modified time | relevance | path

Searched refs:getChannelMask (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DAudioFormatTest.java55 TEST_CONF_POS, copiedFormat.getChannelMask()); in testBuilderForCopy()
80 AudioFormat.CHANNEL_INVALID, copiedFormat.getChannelMask()); in testPartialFormatBuilderForCopyEncoding()
101 AudioFormat.CHANNEL_INVALID, copiedFormat.getChannelMask()); in testPartialFormatBuilderForCopyRate()
117 TEST_CONF_POS, copiedFormat.getChannelMask()); in testPartialFormatBuilderForCopyChanMask()
146 AudioFormat.CHANNEL_INVALID, copiedFormat.getChannelMask()); in testPartialFormatBuilderForCopyChanIdxMask()
DAudioRecordingConfigurationTest.java311 && (config.getClientFormat().getChannelMask() == format.getChannelMask()) in verifyAudioConfig()
318 && ((config.getFormat().getChannelMask() != AudioFormat.CHANNEL_INVALID) in verifyAudioConfig()
DAudioRecordTest.java957 assertEquals(AudioFormat.CHANNEL_IN_MONO, format.getChannelMask()); in checkRecordingConfig()
996 format.getChannelMask()); in createAudioRecord()
DAudioTrackTest.java1790 assertEquals(testName, testConf, format.getChannelMask()); in playOnceStreamData()
/cts/tests/mediapc/src/android/mediapc/cts/
DAudioPlaybackLoad.java68 final int channelMask = getChannelMask(format); in createAudioTrack()
89 private int getChannelMask(MediaFormat format) { in getChannelMask() method in AudioPlaybackLoad