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

/frameworks/av/media/libaaudio/src/binding/
H A DRingBufferParcelable.cpp55 return mBytesPerFrame;
59 mBytesPerFrame = bytesPerFrame;
85 status = parcel->writeInt32(mBytesPerFrame);
108 status = parcel->readInt32(&mBytesPerFrame);
147 descriptor->bytesPerFrame = mBytesPerFrame;
160 if (mBytesPerFrame < 0 || mBytesPerFrame >= 256) {
161 ALOGE("RingBufferParcelable invalid mBytesPerFrame = %d", mBytesPerFrame);
187 ALOGD("RingBufferParcelable mBytesPerFrame
[all...]
H A DRingBufferParcelable.h77 int32_t mBytesPerFrame = 0; // index is in frames member in class:aaudio::RingBufferParcelable
/frameworks/av/media/libaaudio/src/fifo/
H A DFifoBuffer.h93 return mBytesPerFrame;
118 const int32_t mBytesPerFrame; member in class:android::FifoBuffer
H A DFifoBuffer.cpp34 , mBytesPerFrame(bytesPerFrame)
57 , mBytesPerFrame(bytesPerFrame)
79 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 1083 milliseconds