Searched refs:mFramesPerBurst (Results 1 – 8 of 8) sorted by relevance
98 __func__, sampleRate, mFramesPerBurst, mFramesPerCallback); in configureBufferSizes()102 mFramesPerBurst = mFramesPerCallback; in configureBufferSizes()104 mFramesPerBurst = DefaultStreamValues::FramesPerBurst; in configureBufferSizes()114 && mFramesPerBurst < framesPerHighLatencyBuffer) { in configureBufferSizes()116 … int32_t numBursts = (framesPerHighLatencyBuffer + mFramesPerBurst - 1) / mFramesPerBurst; in configureBufferSizes()117 mFramesPerBurst *= numBursts; in configureBufferSizes()119 __func__, mFramesPerBurst); in configureBufferSizes()121 mFramesPerCallback = mFramesPerBurst; in configureBufferSizes()124 __func__, sampleRate, mFramesPerBurst, mFramesPerCallback); in configureBufferSizes()136 mBufferCapacityInFrames = mFramesPerBurst * kBufferQueueLength; in configureBufferSizes()[all …]
84 private int mFramesPerBurst = 0; field in StreamConfiguration110 return mFramesPerBurst; in getFramesPerBurst()114 this.mFramesPerBurst = framesPerBurst; in setFramesPerBurst()
43 private int mFramesPerBurst; field in BufferSizeView148 if (framesPerBurst > 0) mFramesPerBurst = framesPerBurst; in onStreamOpened()
36 int getFramesPerBurst() const { return mFramesPerBurst; } in getFramesPerBurst()47 const int mFramesPerBurst; member in __anon8db8069d0111::Stream54 mFramesPerBurst(mAAudio->stream_getFramesPerBurst(stream)) { in Stream()56 mChannelCount, mFramesPerBurst); in Stream()
203 int32_t mFramesPerBurst = kUnspecified; variable
240 return (callbackSize == 0) ? mFramesPerBurst : callbackSize; in getFramesPerBlock()296 int32_t mFramesPerBurst = 0; // TODO per stream variable
218 mFramesPerBurst = oboeStream->getFramesPerBurst(); in open()
593 mFramesPerBurst = mLibLoader->stream_getFramesPerBurst(stream); in getFramesPerBurst()595 return mFramesPerBurst; in getFramesPerBurst()