/third_party/lwip/src/apps/sntp/ |
D | sntp.c | 286 sntp_process(const struct sntp_timestamps *timestamps) in sntp_process() argument 291 sec = (s32_t)lwip_ntohl(timestamps->xmit.sec); in sntp_process() 292 frac = lwip_ntohl(timestamps->xmit.frac); in sntp_process() 296 if (timestamps->recv.sec != 0 || timestamps->recv.frac != 0) in sntp_process() 315 t1 = SNTP_TIMESTAMP_TO_S64(timestamps->orig); in sntp_process() 316 t2 = SNTP_TIMESTAMP_TO_S64(timestamps->recv); in sntp_process() 441 struct sntp_timestamps timestamps; in sntp_recv() local 472 pbuf_copy_partial(p, ×tamps, sizeof(timestamps), SNTP_OFFSET_TIMESTAMPS); in sntp_recv() 475 if (timestamps.orig.sec != sntp_last_timestamp_sent.sec || in sntp_recv() 476 timestamps.orig.frac != sntp_last_timestamp_sent.frac) { in sntp_recv() [all …]
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglGetFrameTimestampsTests.cpp | 80 … EGLuint64KHR frameId, eglw::EGLint numTimestamps, const eglw::EGLint *timestamps, EGLnsecsANDROID… 523 TimestampInfoMap timestamps; in executeForConfig() local 524 timestamps[EGL_REQUESTED_PRESENT_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig() 525 timestamps[EGL_RENDERING_COMPLETE_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig() 526 timestamps[EGL_COMPOSITION_LATCH_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig() 527 timestamps[EGL_FIRST_COMPOSITION_START_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig() 528 timestamps[EGL_LAST_COMPOSITION_START_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig() 529 timestamps[EGL_FIRST_COMPOSITION_GPU_FINISHED_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig() 530 timestamps[EGL_DISPLAY_PRESENT_TIME_ANDROID] = TimestampInfo(false, false, 0); in executeForConfig() 531 timestamps[EGL_DEQUEUE_READY_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig() [all …]
|
/third_party/flutter/engine/flutter/shell/common/ |
D | shell_unittests.cc | 328 std::vector<int64_t> timestamps; in TEST_F() local 330 ×tamps](Dart_NativeArguments args) { in TEST_F() 332 timestamps = tonic::DartConverter<std::vector<int64_t>>::FromArguments( in TEST_F() 350 ASSERT_TRUE(timestamps.size() > 0); in TEST_F() 351 ASSERT_TRUE(timestamps.size() % FrameTiming::kCount == 0); in TEST_F() 352 std::vector<FrameTiming> timings(timestamps.size() / FrameTiming::kCount); in TEST_F() 354 for (size_t i = 0; i * FrameTiming::kCount < timestamps.size(); i += 1) { in TEST_F() 359 timestamps[i * FrameTiming::kCount + phase]))); in TEST_F() 455 std::vector<int64_t> timestamps; in TEST_F() local 457 ×tamps](Dart_NativeArguments args) { in TEST_F() [all …]
|
/third_party/tzdata/ |
D | NEWS | 10 Changes to future timestamps 19 Changes to past timestamps 65 Changes to future timestamps 75 'zic -r' marks unspecified timestamps with "-00". 77 Changes to future timestamps 117 Fix a bug in 'zic -b fat' that caused old timestamps to be 131 Merge more location-based Zones whose timestamps agree since 1970. 152 Changes to future timestamps 166 Changes to past timestamps 194 Merge more location-based Zones whose timestamps agree since 1970, [all …]
|
D | tzfile.5.txt | 110 correction is zero for all timestamps; otherwise, for timestamps 135 timestamps past 2037, so users desiring (say) Greek time should instead 138 and older timestamps need not be handled accurately. 178 of a leap second; timestamps after this expiration are unreliable in 181 timestamps are treated. 202 readers about timestamps within the contiguous sub-sequence. It also 207 readers should either refuse to process post-expiration timestamps, or 249 limit glitches to rarely used timestamps and allow simple partial 260 even if the reader's native timestamps have only 32 bits. 262 * Some readers designed for version 2 might mishandle timestamps after [all …]
|
/third_party/mesa3d/src/intel/common/ |
D | intel_measure.c | 390 assert(batch->timestamps); in intel_measure_ready() 392 return (batch->timestamps[batch->index - 1] != 0); in intel_measure_ready() 408 uint64_t *timestamps = batch->timestamps; in intel_measure_push_result() local 409 assert(timestamps != NULL); in intel_measure_push_result() 410 assert(batch->index == 0 || timestamps[0] != 0); in intel_measure_push_result() 449 buffered_result->start_ts = timestamps[i]; in intel_measure_push_result() 450 buffered_result->end_ts = timestamps[i+1]; in intel_measure_push_result()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_utrace.c | 44 void *timestamps, unsigned idx, in iris_utrace_record_ts() argument 48 struct iris_resource *res = (void *) timestamps; in iris_utrace_record_ts() 67 void *timestamps, unsigned idx, void *flush_data) in iris_utrace_read_ts() argument 73 struct iris_resource *res = (void *) timestamps; in iris_utrace_read_ts()
|
/third_party/EGL/extensions/ANDROID/ |
D | EGL_ANDROID_get_frame_timestamps.txt | 45 This extension allows querying various timestamps related to the composition 77 const EGLint *timestamps, EGLnsecsANDROID *values); 120 be used to correlate a particular eglSwapBuffers with its timestamps in 130 allows querying anticipated timestamps and durations related to the 151 const EGLint *timestamps, EGLnsecsANDROID *values); 153 allows querying various timestamps related to the composition and display 173 The eglGetFrameTimestampsANDROID function takes an array of timestamps to 174 query and returns timestamps in the corresponding indices of the values 175 array. The possible timestamps that can be queried are:
|
/third_party/skia/third_party/externals/egl-registry/extensions/ANDROID/ |
D | EGL_ANDROID_get_frame_timestamps.txt | 45 This extension allows querying various timestamps related to the composition 77 const EGLint *timestamps, EGLnsecsANDROID *values); 120 be used to correlate a particular eglSwapBuffers with its timestamps in 130 allows querying anticipated timestamps and durations related to the 151 const EGLint *timestamps, EGLnsecsANDROID *values); 153 allows querying various timestamps related to the composition and display 173 The eglGetFrameTimestampsANDROID function takes an array of timestamps to 174 query and returns timestamps in the corresponding indices of the values 175 array. The possible timestamps that can be queried are:
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_utrace.c | 211 anv_utrace_destroy_ts_buffer(struct u_trace_context *utctx, void *timestamps) in anv_utrace_destroy_ts_buffer() argument 215 struct anv_bo *bo = timestamps; in anv_utrace_destroy_ts_buffer() 222 void *timestamps, unsigned idx, in anv_utrace_record_ts() argument 228 struct anv_bo *bo = timestamps; in anv_utrace_record_ts() 239 void *timestamps, unsigned idx, void *flush_data) in anv_utrace_read_ts() argument 243 struct anv_bo *bo = timestamps; in anv_utrace_read_ts()
|
/third_party/typescript/tests/baselines/reference/tsbuild/sample1/incremental-declaration-changes/ |
D | Detects-type-only-changes-in-upstream-projects.js | 21 [[90m12:08:00 AM[0m] Updating unchanged output timestamps of project '/src/core/tsconfig.json'... 25 [[90m12:08:00 AM[0m] Updating output timestamps of project '/src/logic/tsconfig.json'... 29 [[90m12:08:00 AM[0m] Updating output timestamps of project '/src/tests/tsconfig.json'...
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | QueryHelper.cpp | 156 BufferBase* timestamps, in EncodeConvertTimestampsToNanoseconds() argument 172 {{0, timestamps}, {1, availability}, {2, params}})); in EncodeConvertTimestampsToNanoseconds() 181 static_cast<uint32_t>((timestamps->GetSize() / sizeof(uint64_t) + 7) / 8)); in EncodeConvertTimestampsToNanoseconds()
|
/third_party/mesa3d/src/util/perf/ |
D | u_trace.h | 91 void *timestamps); 103 void *timestamps, unsigned idx, 125 void *timestamps, unsigned idx, void *flush_data);
|
D | u_trace.c | 88 void *timestamps; member 278 chunk->utctx->delete_timestamp_buffer(chunk->utctx, chunk->timestamps); in free_chunk() 341 chunk->timestamps = ut->utctx->create_timestamp_buffer(ut->utctx, TIMESTAMP_BUF_SIZE); in get_chunk() 507 uint64_t ns = utctx->read_timestamp(utctx, chunk->timestamps, idx, chunk->flush_data); in process_chunk() 693 from_chunk->timestamps, from_idx, in u_trace_clone_append() 694 to_chunk->timestamps, to_chunk->num_traces, in u_trace_clone_append() 768 ut->utctx->record_timestamp(ut, cs, chunk->timestamps, tp_idx, tp->end_of_pipe); in u_trace_append()
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/ |
D | TODO | 45 timestamps in order to guarantee proper playback and synchronization 48 In the following, 'timestamps' correspond to GStreamer 58 the outgoing buffer timestamps need to correspond to the incoming 94 do not have capture timestamps, we need to ensure the first buffer 108 streams if upstream buffers have timestamps, or will be 126 => The outgoing buffer timestamps are timestamped with their PTS
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | README | 133 RTP in GStreamer uses a combination of the RTP timestamps and GStreamer buffer 134 timestamps to ensure proper synchronisation at the sender and the receiver end. 138 At the sender side, the RTP timestamps are generated in the payloaders based on 139 GStreamer timestamps. At the receiver, GStreamer timestamps are reconstructed 140 from the RTP timestamps and the GStreamer timestamps in the jitterbuffer. This 145 Individual streams at the sender are synchronised using GStreamer timestamps. 167 multiple streams, the RTP timestamps in the packets do not contain enough 169 the RTP timestamps to reconstruct the timing of the stream as it was created by 174 between the RTP and GST timestamps. This information is used by a session 225 GStreamer timestamps (receiver clock rate) and RTP timestamps (sender clock [all …]
|
/third_party/flutter/engine/flutter/shell/common/fixtures/ |
D | shell_test.dart | 18 List<int> timestamps = []; 21 timestamps.add(t.timestampInMicroseconds(phase)); 24 nativeReportTimingsCallback(timestamps);
|
/third_party/ffmpeg/doc/ |
D | resampler.texi | 159 For swr only, simple 1 parameter audio sync to timestamps using stretching, 164 the audio timestamps. 175 For swr only, set the minimum difference between timestamps and audio data (in 177 data to make it match the timestamps. The default is that 182 For swr only, set the minimum difference between timestamps and audio data (in 184 timestamps. This option effectively is a threshold to select between 191 to make it match the timestamps. Must be a non-negative double float value, 196 match the timestamps. Must be a non-negative double float value, default value
|
D | formats.texi | 154 This field specifies the maximum difference between the timestamps of the 164 Use wallclock as timestamps if set to 1. Default is 0. 171 Shift timestamps to make them non-negative. 172 Also note that this affects only leading negative timestamps, and not 173 non-monotonic negative timestamps. 175 Shift timestamps so that the first timestamp is 0. 182 When shifting is enabled, all output timestamps are shifted by the 206 The offset is added by the muxer to the output timestamps.
|
/third_party/rust/crates/rustix/tests/fs/ |
D | y2038.rs | 23 let timestamps = Timestamps { in test_y2038_with_utimensat() localVariable 35 match utimensat(&dir, "foo", ×tamps, AtFlags::empty()) { in test_y2038_with_utimensat() 122 let timestamps = Timestamps { in test_y2038_with_futimens() localVariable 134 match futimens(&file, ×tamps) { in test_y2038_with_futimens()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstbus.c | 826 GArray *timestamps = user_data; in test_async_sync_handler() local 829 g_array_append_val (timestamps, ts); in test_async_sync_handler() 855 GArray *timestamps; in GST_START_TEST() local 860 timestamps = g_array_sized_new (FALSE, FALSE, sizeof (gint64), 10); in GST_START_TEST() 864 gst_bus_set_sync_handler (test_bus, test_async_sync_handler, timestamps, in GST_START_TEST() 883 gint64 prev_ts = g_array_index (timestamps, gint64, i - 1); in GST_START_TEST() 884 gint64 ts = g_array_index (timestamps, gint64, i); in GST_START_TEST() 898 g_array_unref (timestamps); in GST_START_TEST()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_trace_gallium.c | 55 u_trace_pipe_delete_ts_buffer(struct u_trace_context *utctx, void *timestamps) in u_trace_pipe_delete_ts_buffer() argument 57 struct pipe_resource *buffer = timestamps; in u_trace_pipe_delete_ts_buffer()
|
/third_party/gstreamer/gstreamer/docs/random/thomasvs/ |
D | capturing | 66 - If the timestamps are contiguous as well, then everything is fine and 71 shorten the incoming data to match the timestamps set on the data. 90 that supports storing the actual timestamps instead of pretending the 138 Since the streams are perfect and synchronized, the timestamps transmitted 140 sure that it respects the timestamps. 142 based on the timestamps of the data stream, interpolating using another 148 timestamps/durations (by resampling/interpolating/...) so that the sinks 203 - all elements receive new "now" as base_time so timestamps are reset 214 (since the timestamps start at 0), so keeps dropping until it has
|
/third_party/typescript/tests/baselines/reference/tsbuild/watchMode/programUpdates/ |
D | works-with-extended-source-files.js | 210 [[90m12:00:55 AM[0m] Updating unchanged output timestamps of project '/a/b/project1.tsconfig.json… 264 [[90m12:00:59 AM[0m] Updating unchanged output timestamps of project '/a/b/project2.tsconfig.json… 322 [[90m12:01:08 AM[0m] Updating unchanged output timestamps of project '/a/b/project2.tsconfig.json… 454 [[90m12:01:33 AM[0m] Updating unchanged output timestamps of project '/a/b/project1.tsconfig.json… 510 [[90m12:01:37 AM[0m] Updating unchanged output timestamps of project '/a/b/project2.tsconfig.json…
|
/third_party/libinput/doc/user/ |
D | timestamps.rst | 11 Event timestamps 43 Thus, the caller gets events with timestamps in the order t3, t1, t2,
|