Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaaudio/src/binding/
H A DRingBufferParcelable.h74 int32_t mBytesPerFrame = 0; // index is in frames variable
/aosp12/frameworks/av/media/libaaudio/src/fifo/
H A DFifoBuffer.h125 const int32_t mBytesPerFrame; variable
/aosp12/frameworks/base/core/java/android/speech/tts/
H A DBlockingAudioTrack.java54 private final int mBytesPerFrame; field in BlockingAudioTrack