Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/tv/
DTvInputHardwareManager.java1197 int sourceChannelMask = AudioFormat.CHANNEL_IN_DEFAULT; in updateAudioConfigLocked() local
1201 sourceChannelMask = inChannelMask; in updateAudioConfigLocked()
1209 sourceConfig = mAudioSource.buildConfig(sourceSamplingRate, sourceChannelMask, in updateAudioConfigLocked()