Searched refs:mBytesPerFrame (Results 1 – 5 of 5) sorted by relevance
37 mBytesPerFrame(parcelable.bytesPerFrame), in RingBufferParcelable()50 result.bytesPerFrame = mBytesPerFrame; in parcelable()81 return mBytesPerFrame; in getBytesPerFrame()85 mBytesPerFrame = bytesPerFrame; in setBytesPerFrame()124 descriptor->bytesPerFrame = mBytesPerFrame; in resolve()144 if (mBytesPerFrame < 0 || mBytesPerFrame >= 256) { in validate()145 ALOGE("invalid mBytesPerFrame = %d", mBytesPerFrame); in validate()159 ALOGD("mBytesPerFrame = %d", mBytesPerFrame); in dump()
81 int32_t mBytesPerFrame = 0; // index is in frames variable
54 private final int mBytesPerFrame; field in BlockingAudioTrack85 mBytesPerFrame = AudioFormat.getBytesPerSample(mAudioFormat) * mChannelCount; in BlockingAudioTrack()185 final int unconsumedFrames = numBytes / mBytesPerFrame; in getAudioLengthMs()261 final int lengthInFrames = mBytesWritten / mBytesPerFrame; in blockUntilEstimatedCompletion()274 final int lengthInFrames = mBytesWritten / mBytesPerFrame; in blockUntilCompletion()
76 return mBytesPerFrame; in getBytesPerFrame()125 const int32_t mBytesPerFrame; variable
39 : mBytesPerFrame(bytesPerFrame) {} in FifoBuffer()68 return frames * mBytesPerFrame; in convertFramesToBytes()