Home
last modified time | relevance | path

Searched defs:isIndexGood (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/audio/
DHRTFElevation.cpp161 bool isIndexGood = index < TotalNumberOfResponses; in calculateKernelsForAzimuthElevation() local
316 bool isIndexGood = azimuthIndex < numKernels; in getKernelsFromAzimuth() local
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DScriptProcessorNode.cpp252 bool isIndexGood = m_doubleBufferIndexForEvent < 2; in fireProcessEvent() local