Searched refs:getChannelMask (Results 1 – 5 of 5) sorted by relevance
57 TEST_CONF_POS, copiedFormat.getChannelMask()); in testBuilderForCopy()82 AudioFormat.CHANNEL_INVALID, copiedFormat.getChannelMask()); in testPartialFormatBuilderForCopyEncoding()103 AudioFormat.CHANNEL_INVALID, copiedFormat.getChannelMask()); in testPartialFormatBuilderForCopyRate()119 TEST_CONF_POS, copiedFormat.getChannelMask()); in testPartialFormatBuilderForCopyChanMask()148 AudioFormat.CHANNEL_INVALID, copiedFormat.getChannelMask()); in testPartialFormatBuilderForCopyChanIdxMask()
311 && (config.getClientFormat().getChannelMask() == format.getChannelMask()) in verifyAudioConfig()318 && ((config.getFormat().getChannelMask() != AudioFormat.CHANNEL_INVALID) in verifyAudioConfig()
957 assertEquals(AudioFormat.CHANNEL_IN_MONO, format.getChannelMask()); in checkRecordingConfig()996 format.getChannelMask()); in createAudioRecord()
1791 assertEquals(testName, testConf, format.getChannelMask()); in playOnceStreamData()
68 final int channelMask = getChannelMask(format); in createAudioTrack()89 private int getChannelMask(MediaFormat format) { in getChannelMask() method in AudioPlaybackLoad