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

  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.h 45 int64_t last_time_stamp; member in struct:VP9Decoder
vp9_decoder.c 400 pbi->last_time_stamp = time_stamp;
419 *time_stamp = pbi->last_time_stamp;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decoder.h 45 int64_t last_time_stamp; member in struct:VP9Decompressor
vp9_decoder.c 400 pbi->last_time_stamp = time_stamp;
420 *time_stamp = pbi->last_time_stamp;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
onyxd_int.h 110 int64_t last_time_stamp; member in struct:VP8D_COMP
onyxd_if.c 385 pbi->last_time_stamp = time_stamp;
404 *time_stamp = pbi->last_time_stamp;
  /external/libvpx/libvpx/vp8/decoder/
onyxd_int.h 110 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;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
onyxd_int.h 110 int64_t last_time_stamp; member in struct:VP8D_COMP
onyxd_if.c 405 pbi->last_time_stamp = time_stamp;
432 *time_stamp = pbi->last_time_stamp;
  /external/chromium_org/v8/tools/profviz/
composer.js 142 var last_time_stamp = [];
145 last_time_stamp[i] = -1;
235 start = Math.max(last_time_stamp[thread_id] + kMinRangeLength, start);
240 var new_range = new Range(last_time_stamp[thread_id], start);
244 last_time_stamp[thread_id] = start;
254 end = Math.max(last_time_stamp[thread_id] + kMinRangeLength, end);
256 var new_range = new Range(last_time_stamp[thread_id], end);
258 last_time_stamp[thread_id] = end;

Completed in 375 milliseconds