Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHardwareManager.java1033 int sourceChannelMask = AudioFormat.CHANNEL_IN_DEFAULT; in updateAudioConfigLocked() local
1037 sourceChannelMask = inChannelMask; in updateAudioConfigLocked()
1045 sourceConfig = mAudioSource.buildConfig(sourceSamplingRate, sourceChannelMask, in updateAudioConfigLocked()