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

  /external/speex/include/speex/
speex_jitter.h 119 * @param step_size Starting value for the size of concleanment packets and delay
124 JitterBuffer *jitter_buffer_init(int step_size);
  /external/webp/src/enc/
filter.c 329 const int step_size = (delta_max - delta_min >= 4) ? 4 : 1; local
344 for (d = delta_min; d <= delta_max; d += step_size) {
  /external/chromium/base/
file_util.h 630 size_t step_size);
file_util_win.cc     [all...]
  /external/speex/libspeex/
jitter.c 272 EXPORT JitterBuffer *jitter_buffer_init(int step_size)
281 jitter->delay_step = step_size;
282 jitter->concealment_size = step_size;
  /external/v8/src/
heap.h     [all...]
heap.cc 4854 intptr_t step_size = size_factor * IncrementalMarking::kAllocatedThreshold; local
    [all...]

Completed in 482 milliseconds