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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
utility.cc 149 _buffLen = 0;
154 _buffLen = len;
166 assert(_buffLen > 0);
177 if (_idx >= _buffLen) {
199 assert(_buffLen > 0);
204 lim = _buffLen;
217 assert(_buffLen > 0);
222 lim = _buffLen;
235 assert(_buffLen > 0);
239 mean = _sum / (double) _buffLen;
    [all...]
utility.h 103 uint32_t _buffLen;

Completed in 36 milliseconds