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

  /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);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
AudioQualityVerifierActivity.java 54 public static final int BYTES_PER_SAMPLE = 2;
  /external/quake/quake/src/WinQuake/
snd_android.cpp 25 const size_t BYTES_PER_SAMPLE = 2;
27 const size_t BITS_PER_SAMPLE = 8 * BYTES_PER_SAMPLE;
324 shm->samples = TOTAL_BUFFER_SIZE / BYTES_PER_SAMPLE;
435 const size_t BYTES_PER_SAMPLE = 2;
437 const size_t BITS_PER_SAMPLE = 8 * BYTES_PER_SAMPLE;
509 size_t framesToCopy = buffer->size / (BYTES_PER_SAMPLE * CHANNEL_COUNT);
657 shm->samples = TOTAL_BUFFER_SIZE / BYTES_PER_SAMPLE;
692 int dmaPos = gDMAByteIndex / BYTES_PER_SAMPLE;

Completed in 185 milliseconds