Searched refs:mBytesPerFrame (Results 1 – 5 of 5) sorted by relevance
55 return mBytesPerFrame; in getBytesPerFrame()59 mBytesPerFrame = bytesPerFrame; in setBytesPerFrame()85 status = parcel->writeInt32(mBytesPerFrame); in writeToParcel()108 status = parcel->readInt32(&mBytesPerFrame); in readFromParcel()147 descriptor->bytesPerFrame = mBytesPerFrame; in resolve()160 if (mBytesPerFrame < 0 || mBytesPerFrame >= 256) { in validate()161 ALOGE("RingBufferParcelable invalid mBytesPerFrame = %d", mBytesPerFrame); in validate()187 ALOGD("RingBufferParcelable mBytesPerFrame = %d", mBytesPerFrame); in dump()
77 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()
93 return mBytesPerFrame; in getBytesPerFrame()118 const int32_t mBytesPerFrame; variable
34 , mBytesPerFrame(bytesPerFrame) in FifoBuffer()57 , mBytesPerFrame(bytesPerFrame) in FifoBuffer()79 return frames * mBytesPerFrame; in convertFramesToBytes()