Searched refs:overflowBit (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libaudioclient/
H A DAudioTrackShared.cpp640 const size_t overflowBit = mFrameCountP2 << 1; local
641 const size_t mask = overflowBit - 1;
644 if (filled >= (ssize_t)overflowBit) {
648 ALOGV("flush wrap: filled %zx >= overflowBit %zx", filled, overflowBit);
649 newFront += overflowBit;
650 filled -= overflowBit;

Completed in 203 milliseconds