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

  /external/autotest/client/site_tests/platform_TraceClockMonotonic/
platform_TraceClockMonotonic.py 73 prev_timestamp = 0
84 if sample_timestamp < prev_timestamp:
86 prev_timestamp = entry_timestamp
88 if prev_timestamp == 0:
  /hardware/intel/common/libmix/mix_video/src/
mixframemanager.h 58 guint64 prev_timestamp; member in struct:_MixFrameManager
mixframemanager.c 47 self->prev_timestamp = 0;
308 fm->prev_timestamp = 0;
631 fm->prev_timestamp);
649 fm->prev_timestamp = timestamp;
656 if (timestamp > fm->prev_timestamp) {
657 ret = mix_videoframe_set_timestamp(mvf, fm->prev_timestamp);
663 fm->prev_timestamp = timestamp;
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
rendering_stats_unittest.py 88 prev_timestamp = ref_stats.frame_timestamps[-1][-1]
89 ref_stats.frame_times[-1].append(timestamp - prev_timestamp)
118 prev_timestamp = ref_stats.frame_timestamps[-1][-1]
119 ref_stats.frame_times[-1].append(timestamp - prev_timestamp)
152 prev_timestamp = ref_stats.frame_timestamps[-1][-1]
153 ref_stats.frame_times[-1].append(timestamp - prev_timestamp)
  /external/webrtc/webrtc/modules/include/
module_common_types.h 744 inline bool IsNewerTimestamp(uint32_t timestamp, uint32_t prev_timestamp) {
749 if (static_cast<uint32_t>(timestamp - prev_timestamp) == 0x80000000) {
750 return timestamp > prev_timestamp;
752 return timestamp != prev_timestamp &&
753 static_cast<uint32_t>(timestamp - prev_timestamp) < 0x80000000;
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 275 nsecs_t prev_timestamp; member in struct:mm_stream
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 275 nsecs_t prev_timestamp; member in struct:mm_stream
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c     [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c     [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl.cc 1847 uint32_t prev_timestamp = 0; local
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 292 nsecs_t prev_timestamp; member in struct:mm_stream
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 344 nsecs_t prev_timestamp; member in struct:mm_stream
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c     [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c     [all...]

Completed in 365 milliseconds