Home
last modified time | relevance | path

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

/camera/camera-video/src/main/java/androidx/camera/video/internal/config/
DAudioEncoderConfigAudioProfileResolver.java79 mAudioSettings.getChannelCount(), mAudioProfileProxy.getChannels(), in get()
DAudioSettingsAudioProfileResolver.java70 int audioProfileChannelCount = mAudioProfile.getChannels(); in get()
/camera/camera-core/src/main/java/androidx/camera/core/impl/compat/
DEncoderProfilesProxyCompatApi31Impl.java79 profile.getChannels(), in fromAudioProfiles()
DEncoderProfilesProxyCompatApi33Impl.java79 profile.getChannels(), in fromAudioProfiles()
/camera/camera-core/src/main/java/androidx/camera/core/impl/
DEncoderProfilesProxy.java209 public abstract int getChannels(); in getChannels() method in EncoderProfilesProxy.AudioProfileProxy