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

  /external/chromium_org/third_party/libwebp/utils/
utils.c 67 static size_t high_water_mark = 0; variable
79 fprintf(stderr, "high-water mark: %u\n", (uint32_t)high_water_mark);
131 if (total_mem > high_water_mark) high_water_mark = total_mem;
  /external/webp/src/utils/
utils.c 67 static size_t high_water_mark = 0; variable
79 fprintf(stderr, "high-water mark: %u\n", (uint32_t)high_water_mark);
131 if (total_mem > high_water_mark) high_water_mark = total_mem;
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profiler.cc 170 static int64 high_water_mark = 0; // In-use-bytes at last high-water dump variable
283 high_water_mark + FLAGS_heap_profile_inuse_interval) {
293 if (inuse_bytes > high_water_mark)
294 high_water_mark = inuse_bytes;
449 high_water_mark = 0;
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
web_services.py 193 high_water_mark = str(long(_time.mktime(high_water_date.utctimetuple())) + 1)
194 logging.info('New sync state: ' + high_water_mark)
210 DeletedContactData(updated_contacts, handle, high_water_mark)
213 UpdatedContactData(updated_contacts, handle, None, base_url, high_water_mark)
364 def __init__(self, contact_list, username, client_id, host_url, high_water_mark):
376 contact['x'] = high_water_mark
382 def __init__(self, contact_list, username, high_water_mark):
387 contact['x'] = high_water_mark
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profiler.cc 219 static int64 high_water_mark = 0; // In-use-bytes at last high-water dump variable
355 high_water_mark + FLAGS_heap_profile_inuse_interval) {
372 if (inuse_bytes > high_water_mark)
373 high_water_mark = inuse_bytes;
529 high_water_mark = 0;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
firstpass.c 2921 int64_t high_water_mark = (opt_buffer_lvl + local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 2921 int64_t high_water_mark = (opt_buffer_lvl + local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
firstpass.c 2924 int64_t high_water_mark = (opt_buffer_lvl + local
    [all...]

Completed in 570 milliseconds