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

  /frameworks/base/core/java/android/bluetooth/
BluetoothCodecConfig.java 58 public static final int BITS_PER_SAMPLE_24 = 0x1 << 1;
175 if ((mBitsPerSample & BITS_PER_SAMPLE_24) != 0) {
335 * {@link android.bluetooth.BluetoothCodecConfig#BITS_PER_SAMPLE_24} or
  /tools/test/connectivity/acts/tests/google/bt/power/
A2dpPowerTest.py 91 BITS_PER_SAMPLE_24 = 0x1 << 1
636 self.BITS_PER_SAMPLE_24, self.cd_quality_music_file)
659 self.BITS_PER_SAMPLE_24, self.hi_res_music_file)
682 self.BITS_PER_SAMPLE_24, self.cd_quality_music_file)
705 self.BITS_PER_SAMPLE_24, self.hi_res_music_file)
911 self.CODEC_LDAC, self.SAMPLE_RATE_44100, self.BITS_PER_SAMPLE_24,
    [all...]

Completed in 194 milliseconds