Searched defs:mCapacityInFrames (Results 1 - 4 of 4) sorted by last modified time

/frameworks/av/services/oboeservice/
H A DAAudioServiceStreamBase.h140 int32_t mCapacityInFrames = AAUDIO_UNSPECIFIED; member in class:aaudio::AAudioServiceStreamBase
H A DAAudioServiceStreamShared.cpp108 mCapacityInFrames = numBursts * mFramesPerBurst;
109 ALOGD("AAudioServiceStreamShared::open(), mCapacityInFrames = %d", mCapacityInFrames);
113 mAudioDataQueue->allocate(calculateBytesPerFrame(), mCapacityInFrames); local
H A DSharedRingBuffer.h59 android::fifo_frames_t mCapacityInFrames = 0; member in class:aaudio::SharedRingBuffer
/frameworks/av/media/libaaudio/src/binding/
H A DRingBufferParcelable.h79 int32_t mCapacityInFrames = 0; // zero if unused member in class:aaudio::RingBufferParcelable

Completed in 382 milliseconds