Searched refs:timestamp (Results 26 - 50 of 723) sorted by relevance

1234567891011>>

/external/autotest/client/cros/video/
H A Dvideo_screenshot_collector.py23 def collect_screenshot(self, timestamp):
30 @param timestamp: time_delta, the time value to capture screenshot for.
35 filename = self.screnshot_namer.get_filename(timestamp)
37 self.player.seek_to(timestamp)
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Ddefault_temporal_layers.h27 int EncodeFlags(uint32_t timestamp) override;
36 uint32_t timestamp) override;
38 void FrameEncoded(unsigned int size, uint32_t timestamp, int qp) override {}
H A Dtemporal_layers.h42 virtual int EncodeFlags(uint32_t timestamp) = 0;
51 uint32_t timestamp) = 0;
53 virtual void FrameEncoded(unsigned int size, uint32_t timestamp, int qp) = 0;
H A Dscreenshare_layers.h38 int EncodeFlags(uint32_t timestamp) override;
47 uint32_t timestamp) override;
49 void FrameEncoded(unsigned int size, uint32_t timestamp, int qp) override;
59 bool TimeToSync(int64_t timestamp) const;
/external/webrtc/webrtc/modules/video_coding/
H A Dpacket.h29 uint32_t timestamp,
35 uint32_t timestamp; member in class:webrtc::VCMPacket
/external/webrtc/webrtc/voice_engine/
H A Dvoe_video_sync_impl.h32 int SetInitTimestamp(int channel, unsigned int timestamp) override;
36 int GetPlayoutTimestamp(int channel, unsigned int& timestamp) override;
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dtimestamp_scaler_unittest.cc34 // Test both sides of the timestamp wrap-around.
35 for (uint32_t timestamp = 0xFFFFFFFF - 5; timestamp != 5; ++timestamp) {
36 // Scale to internal timestamp.
37 EXPECT_EQ(timestamp, scaler.ToInternal(timestamp, kRtpPayloadType));
39 EXPECT_EQ(timestamp, scaler.ToExternal(timestamp));
55 // Test both sides of the timestamp wra
297 uint32_t timestamp = 4711; // Some number. local
[all...]
H A Dnack_unittest.cc62 uint32_t timestamp = 0; local
66 nack->UpdateLastReceivedPacket(seq_num, timestamp);
69 timestamp += kTimestampIncrement;
80 uint32_t timestamp = 0; local
83 nack->UpdateLastReceivedPacket(seq_num, timestamp);
92 timestamp + num_late_packets * kTimestampIncrement);
116 uint32_t timestamp = 0; local
119 nack->UpdateLastReceivedPacket(seq_num, timestamp);
124 timestamp += kTimestampIncrement * (kNumAllLostPackets + 1);
128 nack->UpdateLastReceivedPacket(seq_num, timestamp);
164 uint32_t timestamp = 0; local
236 uint32_t timestamp = timestamp_lost_packets[0] - 2 * kTimestampIncrement; local
370 uint32_t timestamp = 0x12345678; local
393 uint32_t timestamp = 0x87654321; local
460 uint32_t timestamp = 0x87654321; local
[all...]
H A Dpacket_buffer.h67 // Gets the timestamp for the first packet in the buffer and writes it to the
73 // Gets the timestamp for the first packet in the buffer with a timestamp no
74 // lower than the input limit |timestamp|. The result is written to the output
78 virtual int NextHigherTimestamp(uint32_t timestamp,
88 // Subsequent packets with the same timestamp as the one extracted will be
100 // to zero implies that the horizon is set to half the timestamp range. That
134 // Static method returning true if |timestamp| is older than |timestamp_limit|
136 // with timestamp_limit = 100 and horizon_samples = 10, a timestamp in the
139 // half the 32-bit timestamp rang
140 IsObsoleteTimestamp(uint32_t timestamp, uint32_t timestamp_limit, uint32_t horizon_samples) argument
[all...]
/external/libdrm/etnaviv/
H A Detnaviv_pipe.c33 int etna_pipe_wait(struct etna_pipe *pipe, uint32_t timestamp, uint32_t ms) argument
35 return etna_pipe_wait_ns(pipe, timestamp, ms * 1000000);
38 int etna_pipe_wait_ns(struct etna_pipe *pipe, uint32_t timestamp, uint64_t ns) argument
45 .fence = timestamp,
/external/libdrm/freedreno/
H A Dfreedreno_pipe.c77 int fd_pipe_wait(struct fd_pipe *pipe, uint32_t timestamp) argument
79 return fd_pipe_wait_timeout(pipe, timestamp, ~0);
82 int fd_pipe_wait_timeout(struct fd_pipe *pipe, uint32_t timestamp, argument
85 return pipe->funcs->wait(pipe, timestamp, timeout);
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dtimestamp.hpp33 namespace timestamp { namespace in namespace:clover
35 /// Emit a timestamp query that is executed asynchronously by
57 /// Get the current timestamp value.
/external/toolchain-utils/cros_utils/
H A Dtimeline.py17 self.timestamp = cur_time
39 tl[e.name] = e.timestamp
45 return e.timestamp
49 return self.events[-1].timestamp
/external/v8/src/profiler/
H A Dtick-sample.h21 base::TimeTicks timestamp; member in struct:v8::internal::TickSample
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
H A Dscreenshare_layers.cc48 ScreenshareLayersVP9::GetSuperFrameSettings(uint32_t timestamp, argument
52 last_timestamp_ = timestamp;
55 float time_diff = (timestamp - last_timestamp_) / 90.f;
89 last_timestamp_ = timestamp;
/external/autotest/client/common_lib/cros/network/
H A Diw_event_logger.py13 LogEntry = collections.namedtuple('LogEntry', ['timestamp',
110 timestamp = float('%s.%s' % (time_integer, time_decimal))
111 yield LogEntry(timestamp=timestamp,
137 start_time = entry.timestamp
144 start_time = entry.timestamp
148 end_time = entry.timestamp
185 return entry.timestamp - self._start_time
/external/chromium-trace/catapult/devil/devil/android/perf/
H A Dsurface_stats_collector.py76 timestamps += [timestamp for timestamp in new_timestamps
77 if timestamp > last_timestamp]
145 # C) timestamp immediately after SF submitted that frame to the h/w
147 # The difference between the 1st and 3rd timestamp is the frame-latency.
171 # latency data, SurfaceFlinger gives the frame a timestamp of INT64_MAX.
180 timestamp = long(fields[1])
181 if timestamp == pending_fence_timestamp:
183 timestamp /= nanoseconds_per_millisecond
184 timestamps.append(timestamp)
[all...]
/external/drm_hwcomposer/
H A Dvsyncworker.cpp68 * Returns the timestamp of the next vsync in phase with last_timestamp_.
77 * Thus, we must sleep until timestamp 687 to maintain phase with the last
78 * timestamp.
90 int VSyncWorker::SyntheticWaitVBlank(int64_t *timestamp) { argument
112 *timestamp = (int64_t)vsync.tv_sec * kOneSecondNs + (int64_t)vsync.tv_nsec;
148 int64_t timestamp; local
153 ret = SyntheticWaitVBlank(&timestamp);
157 timestamp = (int64_t)vblank.reply.tval_sec * kOneSecondNs +
171 procs->vsync(procs, display, timestamp);
172 last_timestamp_ = timestamp;
[all...]
/external/libmojo/third_party/catapult/devil/devil/android/perf/
H A Dsurface_stats_collector.py76 timestamps += [timestamp for timestamp in new_timestamps
77 if timestamp > last_timestamp]
143 # C) timestamp immediately after SF submitted that frame to the h/w
145 # The difference between the 1st and 3rd timestamp is the frame-latency.
168 # latency data, SurfaceFlinger gives the frame a timestamp of INT64_MAX.
177 timestamp = long(fields[1])
178 if timestamp == pending_fence_timestamp:
180 timestamp /= nanoseconds_per_millisecond
181 timestamps.append(timestamp)
[all...]
/external/snakeyaml/src/test/java/examples/jodatime/
H A DJodaTimeExampleTest.java34 private static final long timestamp = 1000000000000L; field in class:JodaTimeExampleTest
37 DateTime time = new DateTime(timestamp, DateTimeZone.UTC);
40 String date = new Yaml().dump(new Date(timestamp));
48 assertEquals(new DateTime(timestamp, DateTimeZone.UTC), time);
57 String timestamp = yaml.dump(someDate);
58 assertEquals("0009-02-22T23:40:28Z\n", timestamp);
59 // System.out.println(timestamp);
60 Object o = yaml.load(timestamp);
72 if (nnode.getTag().equals("tag:yaml.org,2002:timestamp")) {
94 // Whenever we see an explicit timestamp ta
[all...]
/external/libdrm/freedreno/kgsl/
H A Dkgsl_priv.h60 /* list of bo's that have been submitted but timestamp has
65 /* if we are the 2d pipe, and want to wait on a timestamp
82 /* timestamp (per pipe) for bo's in a pipe's pending_list: */
83 uint32_t timestamp[FD_PIPE_MAX]; member in struct:kgsl_bo
97 uint32_t *timestamp);
102 uint32_t timestamp);
104 uint32_t timestamp);
117 drm_private void kgsl_bo_set_timestamp(struct kgsl_bo *bo, uint32_t timestamp);
/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_fence.c42 uint32_t timestamp; member in struct:pipe_fence_handle
72 if (fd_pipe_wait_timeout(fence->screen->pipe, fence->timestamp, timeout))
102 uint32_t timestamp, int fence_fd)
114 fence->timestamp = timestamp;
101 fd_fence_create(struct fd_context *ctx, uint32_t timestamp, int fence_fd) argument
/external/webrtc/webrtc/base/
H A Dasyncpacketsocket.h48 PacketTime() : timestamp(-1), not_before(-1) {}
49 PacketTime(int64_t timestamp, int64_t not_before) argument
50 : timestamp(timestamp), not_before(not_before) {}
52 int64_t timestamp; // Receive time after socket delivers the data. member in struct:rtc::PacketTime
55 // potential error in the |timestamp| value, in case the system, is busy. For
/external/v8/base/trace_event/common/
H A Dtrace_event_common.h58 // current process id, thread id, and a timestamp in microseconds.
256 timestamp) \
258 TRACE_EVENT_PHASE_INSTANT, category_group, name, timestamp, \
289 // Similar to TRACE_EVENT_BEGINx but with a custom |at| timestamp provided.
296 thread_id, timestamp) \
299 timestamp, TRACE_EVENT_FLAG_NONE)
301 category_group, name, id, thread_id, timestamp) \
304 timestamp, TRACE_EVENT_FLAG_COPY)
306 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val) \
309 timestamp, TRACE_EVENT_FLAG_COP
[all...]
/external/conscrypt/platform/src/main/java/org/conscrypt/ct/
H A DSignedCertificateTimestamp.java49 private final long timestamp; field in class:SignedCertificateTimestamp
58 long timestamp, byte[] extensions,
62 this.timestamp = timestamp;
75 return timestamp;
123 Serialization.writeNumber(output, timestamp, CTConstants.TIMESTAMP_LENGTH);
57 SignedCertificateTimestamp(Version version, byte[] logId, long timestamp, byte[] extensions, DigitallySigned signature, Origin origin) argument

Completed in 1412 milliseconds

1234567891011>>