Home
last modified time | relevance | path

Searched refs:mFrameCountP2 (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libaudioclient/
DAudioTrackShared.cpp62 mFrameCountP2(roundup(frameCount)), mIsOut(isOut), mClientInServer(clientInServer), in Proxy()
215 rear &= mFrameCountP2 - 1; in obtainBuffer()
216 part1 = mFrameCountP2 - rear; in obtainBuffer()
218 front &= mFrameCountP2 - 1; in obtainBuffer()
219 part1 = mFrameCountP2 - front; in obtainBuffer()
390 return (mFrameCountP2 - (mIsOut ? cblk->u.mStreaming.mRear : cblk->u.mStreaming.mFront)) & in getMisalignment()
391 (mFrameCountP2 - 1); in getMisalignment()
400 size_t increment = mFrameCountP2 << 1; in flush()
645 const size_t overflowBit = mFrameCountP2 << 1; in flushBufferIfNeeded()
724 front &= mFrameCountP2 - 1; in obtainBuffer()
[all …]
/frameworks/av/include/private/media/
DAudioTrackShared.h226 const size_t mFrameCountP2; // mFrameCount rounded to power of 2, streaming mode variable