Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DAudioRecordTest.java482 final int RECORD_CHANNEL_MASK = AudioFormat.CHANNEL_IN_STEREO; in testTimestamp() local
487 .setChannelMask(RECORD_CHANNEL_MASK) in testTimestamp()
496 AudioFormat.channelCountFromInChannelMask(RECORD_CHANNEL_MASK); in testTimestamp()
601 final int RECORD_CHANNEL_MASK = AudioFormat.CHANNEL_IN_STEREO; in testSynchronizedRecord() local
606 .setChannelMask(RECORD_CHANNEL_MASK) in testSynchronizedRecord()
645 AudioFormat.channelCountFromInChannelMask(RECORD_CHANNEL_MASK); in testSynchronizedRecord()