Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/audio/
DReverbInputBuffer.cpp63 … bool isPointerGood = readIndex && *readIndex >= 0 && *readIndex + numberOfFrames <= bufferLength; in directReadFrom() local
64 ASSERT(isPointerGood); in directReadFrom()
65 if (!isPointerGood) { in directReadFrom()