HomeSort by relevance Sort by last modified time
    Searched refs:BYTES_PER_SAMPLE (Results 1 - 7 of 7) sorted by null

  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/synth/
SimpleAudioOutput.java 32 public static final int BYTES_PER_SAMPLE = 4; // float
33 public static final int BYTES_PER_FRAME = SAMPLES_PER_FRAME * BYTES_PER_SAMPLE;
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/synth/
SimpleAudioOutput.java 32 public static final int BYTES_PER_SAMPLE = 4; // float
33 public static final int BYTES_PER_FRAME = SAMPLES_PER_FRAME * BYTES_PER_SAMPLE;
  /developers/samples/android/common/src/java/com/example/android/common/midi/synth/
SimpleAudioOutput.java 32 public static final int BYTES_PER_SAMPLE = 4; // float
33 public static final int BYTES_PER_FRAME = SAMPLES_PER_FRAME * BYTES_PER_SAMPLE;
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
SimpleAudioOutput.java 32 public static final int BYTES_PER_SAMPLE = 4; // float
33 public static final int BYTES_PER_FRAME = SAMPLES_PER_FRAME * BYTES_PER_SAMPLE;
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
SimpleAudioOutput.java 32 public static final int BYTES_PER_SAMPLE = 4; // float
33 public static final int BYTES_PER_FRAME = SAMPLES_PER_FRAME * BYTES_PER_SAMPLE;
  /frameworks/base/media/jni/
android_media_AmrInputStream.cpp 35 static const int BYTES_PER_SAMPLE = 2; // Assume 16-bit PCM samples
36 static const int BYTES_PER_FRAME = (SAMPLES_PER_FRAME * BYTES_PER_SAMPLE);
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp 112 BYTES_PER_SAMPLE = 2,
    [all...]

Completed in 372 milliseconds