HomeSort by relevance Sort by last modified time
    Searched defs:timestamp (Results 26 - 50 of 435) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/ImageMagick/MagickCore/
module.h 52 timestamp; member in struct:_ModuleInfo
  /external/curl/lib/
hostip.h 68 /* timestamp == 0 -- CURLOPT_RESOLVE entry, doesn't timeout */
69 time_t timestamp; member in struct:Curl_dns_entry
  /external/grpc-grpc/src/core/lib/gpr/
time_windows.cc 47 LARGE_INTEGER timestamp; local
58 QueryPerformanceCounter(&timestamp);
59 diff = timestamp.QuadPart - g_start_time.QuadPart;
  /external/kernel-headers/original/uapi/linux/
erspan.h 21 __be32 timestamp; member in struct:erspan_md2
  /external/kernel-headers/original/uapi/linux/iio/
events.h 19 * @timestamp: best estimate of time of event occurrence (often from
24 __s64 timestamp; member in struct:iio_event_data
  /external/libnl/lib/netfilter/
log_msg.c 101 struct nfulnl_msg_packet_timestamp *timestamp = nla_data(attr); local
104 tv.tv_sec = ntohll(timestamp->sec);
105 tv.tv_usec = ntohll(timestamp->usec);
  /external/libxcam/xcore/
meta_data.h 40 int64_t timestamp; // in microseconds member in struct:XCam::MetaData
43 timestamp = 0;
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_fence.c 42 uint32_t timestamp; member in struct:pipe_fence_handle
71 if (etna_pipe_wait_ns(fence->screen->pipe, fence->timestamp, timeout))
114 fence->timestamp = etna_cmd_stream_timestamp(ctx->stream);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_texture.h 68 unsigned timestamp; member in struct:softpipe_resource
  /external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/internal/
TimestampConverterTest.java 23 import io.opencensus.common.Timestamp;
34 private final Timestamp timestamp = Timestamp.create(1234, 5678); field in class:TimestampConverterTest
44 when(mockClock.now()).thenReturn(timestamp);
47 assertThat(timeConverter.convertNanoTime(6234)).isEqualTo(Timestamp.create(1234, 10678));
48 assertThat(timeConverter.convertNanoTime(1000)).isEqualTo(Timestamp.create(1234, 5444));
49 assertThat(timeConverter.convertNanoTime(999995556)).isEqualTo(Timestamp.create(1235, 0));
  /external/perfetto/src/android_internal/
power_stats_hal.h 47 uint64_t timestamp; member in struct:perfetto::android_internal::RailEnergyData
  /external/perfetto/src/trace_processor/
event_tracker_unittest.cc 48 int64_t timestamp = 100; local
57 context.event_tracker->PushSchedSwitch(cpu, timestamp, pid_1, kCommProc2,
62 context.event_tracker->PushSchedSwitch(cpu, timestamp + 1, pid_2, kCommProc1,
67 ASSERT_EQ(timestamps[0], timestamp);
78 int64_t timestamp = 100; local
85 context.event_tracker->PushSchedSwitch(cpu, timestamp, /*tid=*/4, kCommProc2,
90 context.event_tracker->PushSchedSwitch(cpu, timestamp + 1, /*tid=*/2,
93 context.event_tracker->PushSchedSwitch(cpu, timestamp + 11, /*tid=*/4,
96 context.event_tracker->PushSchedSwitch(cpu, timestamp + 31, /*tid=*/2,
101 ASSERT_EQ(timestamps[0], timestamp);
112 int64_t timestamp = 100; local
    [all...]
  /external/skia/src/gpu/
GrGpuResourceCacheAccess.h 58 uint32_t timestamp() const { return fResource->fTimestamp; } function in class:GrGpuResource::CacheAccess
  /external/skqp/src/gpu/
GrGpuResourceCacheAccess.h 58 uint32_t timestamp() const { return fResource->fTimestamp; } function in class:GrGpuResource::CacheAccess
  /external/u-boot/arch/m68k/lib/
time.c 17 static volatile ulong timestamp = 0; variable
66 timestamp++;
69 if ((timestamp % (CONFIG_SYS_WATCHDOG_FREQ)) == 0) {
81 timestamp = 0;
106 return (timestamp - base);
144 timestamp = 0;
162 timestamp += diff;
164 return timestamp - base;
  /external/u-boot/arch/microblaze/cpu/
timer.c 15 volatile int timestamp = 0; variable
21 return timestamp - base;
22 return timestamp++ - base;
39 timestamp++;
83 timestamp = 0;
  /external/u-boot/arch/nds32/cpu/n1213/ag101/
timer.c 15 static ulong timestamp; variable
52 /* init the timestamp and lastdec value */
76 timestamp = 0; /* start "advancing" time stamp from 0 */
109 timestamp += lastdec - now;
120 timestamp += lastdec + TIMER_LOAD_VAL - now;
125 debug("%s() returns %lx\n", __func__, timestamp);
127 return timestamp;
142 timestamp = t;
145 /* delay x useconds AND preserve advance timestamp value */
  /external/u-boot/arch/powerpc/lib/
interrupts.c 75 static volatile ulong timestamp = 0; variable
85 timestamp++;
88 if ((timestamp % (CONFIG_SYS_WATCHDOG_FREQ)) == 0)
93 status_led_tick (timestamp);
97 board_show_activity (timestamp);
103 return (timestamp - base);
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
StatsReport.java 53 public final double timestamp; field in class:StatsReport
56 public StatsReport(String id, String type, double timestamp, Value[] values) {
59 this.timestamp = timestamp;
66 .append(", timestamp: ").append(timestamp).append(", values: ");
  /external/webrtc/webrtc/audio/
audio_sink.h 34 uint32_t timestamp)
39 timestamp(timestamp) {}
45 uint32_t timestamp; // The RTP timestamp of the first sample. member in struct:webrtc::AudioSinkInterface::Data
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
inter_arrival.h 22 // between two timestamp groups. A timestamp is a 32 bit unsigned number with
26 // A timestamp group is defined as all packets with a timestamp which are at
27 // most timestamp_group_length_ticks older than the first timestamp in that
35 // |timestamp| is the timestamp.
38 // |timestamp_delta| (output) is the computed timestamp delta.
41 bool ComputeDeltas(uint32_t timestamp,
53 timestamp(0)
62 uint32_t timestamp; member in struct:webrtc::InterArrival::TimestampGroup
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
timing_unittest.cc 33 uint32_t timeStamp = 0;
37 timing.UpdateCurrentDelay(timeStamp);
41 timing.IncomingTimestamp(timeStamp, clock.TimeInMilliseconds());
44 timing.UpdateCurrentDelay(timeStamp);
47 timing.RenderTimeMs(timeStamp, clock.TimeInMilliseconds()),
54 timeStamp += 90000;
57 timing.UpdateCurrentDelay(timeStamp);
59 timing.RenderTimeMs(timeStamp, clock.TimeInMilliseconds()),
64 timeStamp += 90000;
66 timing.UpdateCurrentDelay(timeStamp);
135 uint32_t timestamp = 0xFFFFFFFFu - 3 * 90000 \/ kFramerate; local
    [all...]
  /frameworks/av/services/oboeservice/
AAudioServiceStreamMMAP.cpp 164 Timestamp timestamp(*positionFrames, *timeNanos);
165 mAtomicStreamTimestamp.write(timestamp);
166 *positionFrames = timestamp.getPosition();
167 *timeNanos = timestamp.getNanoseconds();
174 // Get timestamp that was written by getFreeRunningPosition()
186 // TODO Get presentation timestamp from the HAL
188 Timestamp timestamp = mAtomicStreamTimestamp.read(); local
189 *positionFrames = timestamp.getPosition()
    [all...]
  /development/tools/repo_diff/service/repodiff/tools/migrations/
2018_02_21__21_30_16_upgrade.sql 4 timestamp BIGINT NOT NULL,
11 PRIMARY KEY (upstream_target_id, downstream_target_id, timestamp, uuid, row_index)
  /external/adhd/cras/src/common/
rtp.h 36 uint32_t timestamp; member in struct:rtp_header
61 uint32_t timestamp; member in struct:rtp_header

Completed in 1230 milliseconds

12 3 4 5 6 7 8 91011>>