HomeSort by relevance Sort by last modified time
    Searched refs:isTempBufferGood (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
DownSampler.cpp 94 bool isTempBufferGood = destFramesToProcess == m_tempBuffer.size();
95 ASSERT(isTempBufferGood);
96 if (!isTempBufferGood)
UpSampler.cpp 84 bool isTempBufferGood = sourceFramesToProcess == m_tempBuffer.size();
85 ASSERT(isTempBufferGood);
86 if (!isTempBufferGood)

Completed in 72 milliseconds