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

  /hardware/intel/common/libmix/mix_video/src/
mixbufferpool.c 43 self->high_water_mark = 0;
150 this_target->high_water_mark = this_src->high_water_mark;
193 && this_first->high_water_mark == this_second->high_water_mark) {
244 obj->high_water_mark = 0;
280 obj->high_water_mark = 0;
383 if (size > obj->high_water_mark)
384 obj->high_water_mark = size;
440 obj->high_water_mark = 0
    [all...]
mixsurfacepool.c 44 self->high_water_mark = 0;
152 this_target->high_water_mark = this_src->high_water_mark;
197 && this_first->high_water_mark == this_second->high_water_mark) {
257 obj->high_water_mark = 0;
301 obj->high_water_mark = 0;
427 if (size > obj->high_water_mark)
428 obj->high_water_mark = size;
508 if (size > obj->high_water_mark)
    [all...]
mixbufferpool.h 80 gulong high_water_mark; /* most buffers in use at one time */ member in struct:_MixBufferPool
mixsurfacepool.h 81 gulong high_water_mark; /* most surfaces in use at one time */ member in struct:_MixSurfacePool
  /external/webp/src/utils/
utils.c 71 static size_t high_water_mark = 0; variable
83 fprintf(stderr, "high-water mark: %u\n", (uint32_t)high_water_mark);
135 if (total_mem > high_water_mark) high_water_mark = total_mem;
  /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/libvpx/libvpx/vp8/encoder/
firstpass.c 2725 int64_t high_water_mark = local
    [all...]

Completed in 322 milliseconds