Home | History | Annotate | Download | only in libaudioclient

Lines Matching full:overflowbit

645         const size_t overflowBit = mFrameCountP2 << 1;
646 const size_t mask = overflowBit - 1;
649 if (filled >= (ssize_t)overflowBit) {
653 ALOGV("flush wrap: filled %zx >= overflowBit %zx", filled, overflowBit);
654 newFront += overflowBit;
655 filled -= overflowBit;