Searched refs:last_time_stamp (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_onyxd_int.h34 int64_t last_time_stamp; member in struct:VP9Decompressor
H A Dvp9_onyxd_if.c417 pbi->last_time_stamp = time_stamp;
438 *time_stamp = pbi->last_time_stamp;
/external/libvpx/libvpx/vp8/decoder/
H A Donyxd_int.h106 int64_t last_time_stamp; member in struct:VP8D_COMP
H A Donyxd_if.c403 pbi->last_time_stamp = time_stamp;
430 *time_stamp = pbi->last_time_stamp;
/external/chromium_org/v8/tools/profviz/
H A Dcomposer.js138 var last_time_stamp = [];
141 last_time_stamp[i] = -1;
231 start = Math.max(last_time_stamp[thread_id] + kMinRangeLength, start);
236 var new_range = new Range(last_time_stamp[thread_id], start);
240 last_time_stamp[thread_id] = start;
250 end = Math.max(last_time_stamp[thread_id] + kMinRangeLength, end);
252 var new_range = new Range(last_time_stamp[thread_id], end);
254 last_time_stamp[thread_id] = end;

Completed in 70 milliseconds