Searched defs:mBytesPerFrame (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
H A DBlockingAudioTrack.java55 private final int mBytesPerFrame; field in class:BlockingAudioTrack
86 mBytesPerFrame = AudioFormat.getBytesPerSample(mAudioFormat) * mChannelCount;
186 final int unconsumedFrames = numBytes / mBytesPerFrame;
262 final int lengthInFrames = mBytesWritten / mBytesPerFrame;
275 final int lengthInFrames = mBytesWritten / mBytesPerFrame;

Completed in 57 milliseconds