Searched refs:SAMPLES_PER_FRAME (Results 1 – 2 of 2) sorted by relevance
36 private final static int SAMPLES_PER_FRAME = 8000 * 20 / 1000; field in AmrInputStream47 private final byte[] mBuf = new byte[SAMPLES_PER_FRAME * 2];127 for (numRead = 0; numRead < SAMPLES_PER_FRAME * 2; ) { in read()128 int n = mInputStream.read(mBuf, numRead, SAMPLES_PER_FRAME * 2 - numRead); in read()
23697 Landroid/media/AmrInputStream;->SAMPLES_PER_FRAME:I