Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/
DAudioTrackShared.cpp62 mFrameCountP2(roundup(frameCount)), mIsOut(isOut), mClientInServer(clientInServer), in Proxy()
214 rear &= mFrameCountP2 - 1; in obtainBuffer()
215 part1 = mFrameCountP2 - rear; in obtainBuffer()
217 front &= mFrameCountP2 - 1; in obtainBuffer()
218 part1 = mFrameCountP2 - front; in obtainBuffer()
386 return (mFrameCountP2 - (mIsOut ? cblk->u.mStreaming.mRear : cblk->u.mStreaming.mFront)) & in getMisalignment()
387 (mFrameCountP2 - 1); in getMisalignment()
395 size_t increment = mFrameCountP2 << 1; in flush()
644 const size_t overflowBit = mFrameCountP2 << 1; in obtainBuffer()
702 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