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

/frameworks/av/media/libaaudio/src/binding/
H A DRingBufferParcelable.cpp56 return mBytesPerFrame;
60 mBytesPerFrame = bytesPerFrame;
89 status = parcel->writeInt32(mBytesPerFrame);
112 status = parcel->readInt32(&mBytesPerFrame);
151 descriptor->bytesPerFrame = mBytesPerFrame;
163 if (mBytesPerFrame < 0 || mBytesPerFrame >= 256) {
164 ALOGE("invalid mBytesPerFrame = %d", mBytesPerFrame);
178 ALOGD("mBytesPerFrame
[all...]
H A DRingBufferParcelable.h78 int32_t mBytesPerFrame = 0; // index is in frames member in class:aaudio::RingBufferParcelable
/frameworks/av/media/libaaudio/src/fifo/
H A DFifoBuffer.h95 return mBytesPerFrame;
125 const int32_t mBytesPerFrame; member in class:android::FifoBuffer
H A DFifoBuffer.cpp36 , mBytesPerFrame(bytesPerFrame)
59 , mBytesPerFrame(bytesPerFrame)
81 return frames * mBytesPerFrame;
/frameworks/base/core/java/android/speech/tts/
H A DBlockingAudioTrack.java54 private final int mBytesPerFrame; field in class:BlockingAudioTrack
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 838 milliseconds