Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DAudioTrackShared.cpp64 mFrameCountP2(roundup(frameCount)), mIsOut(isOut), mClientInServer(clientInServer), in Proxy()
217 rear &= mFrameCountP2 - 1; in obtainBuffer()
218 part1 = mFrameCountP2 - rear; in obtainBuffer()
220 front &= mFrameCountP2 - 1; in obtainBuffer()
221 part1 = mFrameCountP2 - front; in obtainBuffer()
393 return (mFrameCountP2 - (mIsOut ? cblk->u.mStreaming.mRear : cblk->u.mStreaming.mFront)) & in getMisalignment()
394 (mFrameCountP2 - 1); in getMisalignment()
426 const size_t increment = mFrameCountP2 << 1; in sendStreamingFlushStop()
685 const size_t overflowBit = mFrameCountP2 << 1; in flushBufferIfNeeded()
727 const size_t overflowBit = mFrameCountP2 << 1; in getRear()
[all …]
/frameworks/av/include/private/media/
DAudioTrackShared.h228 const size_t mFrameCountP2; // mFrameCount rounded to power of 2, streaming mode variable