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

  /frameworks/av/media/libaaudio/src/binding/
RingBufferParcelable.h 78 int32_t mBytesPerFrame = 0; // index is in frames
  /frameworks/av/media/libaaudio/src/fifo/
FifoBuffer.h 95 return mBytesPerFrame;
125 const int32_t mBytesPerFrame;
  /frameworks/base/core/java/android/speech/tts/
BlockingAudioTrack.java 54 private final int mBytesPerFrame;
85 mBytesPerFrame = AudioFormat.getBytesPerSample(mAudioFormat) * mChannelCount;
185 final int unconsumedFrames = numBytes / mBytesPerFrame;
261 final int lengthInFrames = mBytesWritten / mBytesPerFrame;
274 final int lengthInFrames = mBytesWritten / mBytesPerFrame;

Completed in 655 milliseconds