HomeSort by relevance Sort by last modified time
    Searched full:samples_per_frame (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/java/android/media/
AmrInputStream.java 38 private final static int SAMPLES_PER_FRAME = 8000 * 20 / 1000;
47 private final byte[] mBuf = new byte[SAMPLES_PER_FRAME * 2];
86 for (int i = 0; i < SAMPLES_PER_FRAME * 2; ) {
87 int n = mInputStream.read(mBuf, i, SAMPLES_PER_FRAME * 2 - i);
  /frameworks/av/media/libstagefright/
XINGSeeker.cpp 96 int samples_per_frame = 0; local
98 NULL, &samples_per_frame)) {
145 seeker->mDurationUs = (int64_t)frames * samples_per_frame * 1000000LL / sampling_rate;
  /frameworks/base/media/jni/
android_media_AmrInputStream.cpp 34 static const int SAMPLES_PER_FRAME = ((SAMPLING_RATE_HZ * FRAME_DURATION_MS) / 1000);
36 static const int BYTES_PER_FRAME = (SAMPLES_PER_FRAME * BYTES_PER_SAMPLE);
  /external/libogg/doc/
ogg-multiplex.html 303 [samples_per_frame] / [samples_per_second]</tt>.</p>

Completed in 93 milliseconds