Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/
DAudioTrackShared.cpp60 mFrameCountP2(roundup(frameCount)), mIsOut(isOut), mClientInServer(clientInServer), in Proxy()
175 rear &= mFrameCountP2 - 1; in obtainBuffer()
176 part1 = mFrameCountP2 - rear; in obtainBuffer()
178 front &= mFrameCountP2 - 1; in obtainBuffer()
179 part1 = mFrameCountP2 - front; in obtainBuffer()
344 return (mFrameCountP2 - (mIsOut ? cblk->u.mStreaming.mRear : cblk->u.mStreaming.mFront)) & in getMisalignment()
345 (mFrameCountP2 - 1); in getMisalignment()
374 size_t increment = mFrameCountP2 << 1; in flush()
619 const size_t overflowBit = mFrameCountP2 << 1; in obtainBuffer()
676 front &= mFrameCountP2 - 1; in obtainBuffer()
[all …]
/frameworks/av/include/private/media/
DAudioTrackShared.h214 const size_t mFrameCountP2; // mFrameCount rounded to power of 2, streaming mode variable