OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_time_stamp
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp9/decoder/
vp9_onyxd_int.h
34
int64_t
last_time_stamp
;
member in struct:VP9Decompressor
vp9_onyxd_if.c
417
pbi->
last_time_stamp
= time_stamp;
438
*time_stamp = pbi->
last_time_stamp
;
/external/libvpx/libvpx/vp8/decoder/
onyxd_int.h
106
int64_t
last_time_stamp
;
member in struct:VP8D_COMP
onyxd_if.c
403
pbi->
last_time_stamp
= time_stamp;
430
*time_stamp = pbi->
last_time_stamp
;
/external/chromium_org/v8/tools/profviz/
composer.js
138
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 408 milliseconds