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

  /external/webrtc/webrtc/modules/video_coding/utility/
frame_dropper.cc 202 int max_limit = static_cast<int>(_incoming_frame_rate * _max_time_drops);
203 if (limit > max_limit) {
204 limit = max_limit;
  /external/webp/src/enc/
backward_references_enc.c 64 // If no two elements are the same, it returns max_limit.
67 int best_len_match, int max_limit) {
72 return VP8LVectorMismatch(array1, array2, max_limit);
    [all...]
  /external/v8/src/inspector/
v8-debugger.cc 555 size_t max_limit = std::numeric_limits<size_t>::max() / 4; local
556 return std::min(max_limit, initial_heap_limit * kDebugHeapSizeFactor);
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 737 png_alloc_size_t max_limit; member in struct:store_pool
841 pool->max_max = pool->max_limit = pool->max_total = 0;
    [all...]

Completed in 377 milliseconds