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

  /packages/apps/Settings/src/com/android/settings/development/
BluetoothAudioBitsPerSamplePreferenceController.java 62 int bitsPerSampleValue = BluetoothCodecConfig.BITS_PER_SAMPLE_NONE; // default
68 bitsPerSampleValue = BluetoothCodecConfig.BITS_PER_SAMPLE_16;
71 bitsPerSampleValue = BluetoothCodecConfig.BITS_PER_SAMPLE_24;
74 bitsPerSampleValue = BluetoothCodecConfig.BITS_PER_SAMPLE_32;
79 mBluetoothA2dpConfigStore.setBitsPerSample(bitsPerSampleValue);
  /frameworks/base/media/java/android/media/
ExifInterface.java     [all...]

Completed in 243 milliseconds