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

  /frameworks/av/media/libstagefright/flac/dec/
FLACDecoder.h 62 unsigned getBitsPerSample() const {
  /frameworks/base/core/java/android/bluetooth/
BluetoothCodecConfig.java 341 public int getBitsPerSample() {
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_a2dp.cpp 40 jmethodID getBitsPerSample;
182 android_bluetooth_BluetoothCodecConfig.getBitsPerSample =
183 env->GetMethodID(jniBluetoothCodecConfigClass, "getBitsPerSample", "()I");
230 jcodecConfig, android_bluetooth_BluetoothCodecConfig.getBitsPerSample);
  /frameworks/av/media/extractors/flac/
FLACExtractor.cpp 101 unsigned getBitsPerSample() const {
564 switch (getBitsPerSample()) {
570 ALOGE("unsupported bits per sample %u", getBitsPerSample());
609 table[i].mBitsPerSample == getBitsPerSample()) {
678 mWriteHeader.bits_per_sample != getBitsPerSample()) {
680 getSampleRate(), getChannels(), getBitsPerSample(),
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 631 milliseconds