HomeSort by relevance Sort by last modified time
    Searched defs:getMaxChannels (Results 1 - 3 of 3) sorted by null

  /system/media/audio_utils/spdif/
DTSFrameScanner.h 35 virtual int getMaxChannels() const { return 5 + 1; }
AC3FrameScanner.h 41 virtual int getMaxChannels() const { return 5 + 1; } // 5.1 surround
  /packages/services/Car/service/src/com/android/car/
CarAudioDeviceInfo.java 61 mChannelCount = getMaxChannels(audioDeviceInfo);
191 private int getMaxChannels(AudioDeviceInfo info) {

Completed in 102 milliseconds