Searched refs:minChannelCount (Results 1 – 2 of 2) sorted by relevance
79 int minChannelCount = 1; in createMinFormat() local81 format = MediaFormat.createAudioFormat(mime, minSampleRate, minChannelCount); in createMinFormat()
2382 int minChannelCount = 1; in testPrependHeadersToSyncFrames() local2384 minChannelCount = acaps.getMinInputChannelCount(); in testPrependHeadersToSyncFrames()2387 … format = MediaFormat.createAudioFormat(mime, minSampleRate, minChannelCount); in testPrependHeadersToSyncFrames()