Home | History | Annotate | Download | only in libmedia

Lines Matching refs:mFrameCountP2

40       mFrameCountP2(roundup(frameCount)), mIsOut(isOut), mClientInServer(clientInServer),
148 rear &= mFrameCountP2 - 1;
149 part1 = mFrameCountP2 - rear;
151 front &= mFrameCountP2 - 1;
152 part1 = mFrameCountP2 - front;
315 return (mFrameCountP2 - (mIsOut ? cblk->u.mStreaming.mRear : cblk->u.mStreaming.mFront)) &
316 (mFrameCountP2 - 1);
564 front &= mFrameCountP2 - 1;
565 part1 = mFrameCountP2 - front;
567 rear &= mFrameCountP2 - 1;
568 part1 = mFrameCountP2 - rear;