/third_party/pulseaudio/src/pulsecore/ |
D | time-smoother_2.c | 78 pa_smoother_2* pa_smoother_2_new(pa_usec_t window, pa_usec_t time_stamp, uint32_t frame_size, uint3… in pa_smoother_2_new() argument 91 pa_smoother_2_reset(s, time_stamp); in pa_smoother_2_new() 104 void pa_smoother_2_set_rate(pa_smoother_2 *s, pa_usec_t time_stamp, uint32_t rate) { in pa_smoother_2_set_rate() argument 113 pa_smoother_2_reset(s, time_stamp); in pa_smoother_2_set_rate() 117 void pa_smoother_2_set_sample_spec(pa_smoother_2 *s, pa_usec_t time_stamp, pa_sample_spec *spec) { in pa_smoother_2_set_sample_spec() argument 129 pa_smoother_2_reset(s, time_stamp); in pa_smoother_2_set_sample_spec() 134 void pa_smoother_2_put(pa_smoother_2 *s, pa_usec_t time_stamp, int64_t byte_count) { in pa_smoother_2_put() argument 147 s->resume_time = time_stamp; in pa_smoother_2_put() 156 s->last_time = time_stamp; in pa_smoother_2_put() 157 s->start_time = time_stamp; in pa_smoother_2_put() [all …]
|
D | time-smoother_2.h | 26 pa_smoother_2* pa_smoother_2_new(pa_usec_t window, pa_usec_t time_stamp, uint32_t frame_size, uint3… 30 void pa_smoother_2_reset(pa_smoother_2 *s, pa_usec_t time_stamp); 32 void pa_smoother_2_pause(pa_smoother_2 *s, pa_usec_t time_stamp); 34 void pa_smoother_2_resume(pa_smoother_2 *s, pa_usec_t time_stamp); 37 void pa_smoother_2_put(pa_smoother_2 *s, pa_usec_t time_stamp, int64_t byte_count); 40 int64_t pa_smoother_2_get_delay(pa_smoother_2 *s, pa_usec_t time_stamp, uint64_t byte_count); 42 pa_usec_t pa_smoother_2_get(pa_smoother_2 *s, pa_usec_t time_stamp); 49 void pa_smoother_2_set_rate(pa_smoother_2 *s, pa_usec_t time_stamp, uint32_t rate); 51 void pa_smoother_2_set_sample_spec(pa_smoother_2 *s, pa_usec_t time_stamp, pa_sample_spec *spec);
|
/third_party/cef/libcef/browser/native/ |
D | browser_platform_delegate_native_aura.cc | 115 base::TimeTicks time_stamp = GetEventTimeStamp(); in TranslateUiClickEvent() local 133 ui::MouseEvent result(event_type, location, root_location, time_stamp, flags, in TranslateUiClickEvent() 147 base::TimeTicks time_stamp = GetEventTimeStamp(); in TranslateUiMoveEvent() local 155 return ui::MouseEvent(event_type, location, root_location, time_stamp, flags, in TranslateUiMoveEvent() 169 base::TimeTicks time_stamp = GetEventTimeStamp(); in TranslateUiWheelEvent() local 174 return ui::MouseWheelEvent(offset, location, root_location, time_stamp, in TranslateUiWheelEvent()
|
D | browser_platform_delegate_native_linux.cc | 286 base::TimeTicks time_stamp = GetEventTimeStamp(); in TranslateUiKeyEvent() local 289 return ui::KeyEvent(character, key_code, dom_code, flags, time_stamp); in TranslateUiKeyEvent() 306 return ui::KeyEvent(type, key_code, dom_code, flags, dom_key, time_stamp); in TranslateUiKeyEvent()
|
D | browser_platform_delegate_native_win.cc | 469 base::TimeTicks time_stamp = GetEventTimeStamp(); in TranslateUiKeyEvent() local 473 dom_code, flags, time_stamp); in TranslateUiKeyEvent() 491 return ui::KeyEvent(type, key_code, dom_code, flags, dom_key, time_stamp); in TranslateUiKeyEvent()
|
/third_party/curl/lib/vtls/ |
D | schannel_int.h | 116 TimeStamp time_stamp; member 126 TimeStamp time_stamp; member
|
D | schannel.c | 972 &backend->cred->time_stamp); in schannel_acquire_credential_handle() 1019 &backend->cred->time_stamp); in schannel_acquire_credential_handle() 1263 &outbuf_desc, &backend->ret_flags, &backend->ctxt->time_stamp); in schannel_connect_step1() 1453 &outbuf_desc, &backend->ret_flags, &backend->ctxt->time_stamp); in schannel_connect_step2() 2541 &backend->ctxt->time_stamp); in schannel_shutdown()
|
/third_party/skia/third_party/externals/piex/src/ |
D | piex_types.h | 76 Rational time_stamp[3]; // Giving hour, minute and second. member
|
D | tiff_parser.cc | 98 preview_image_data->gps.time_stamp)) { in FillGpsPreviewImageData()
|
/third_party/mesa3d/src/amd/common/ |
D | ac_rgp.h | 89 uint64_t time_stamp; member
|
D | ac_sqtt.c | 142 record->time_stamp = os_time_get_nano(); in ac_sqtt_add_code_object_loader_event()
|
D | ac_rgp.c | 642 uint64_t time_stamp; member
|
/third_party/openssl/crypto/objects/ |
D | obj_mac.num | 133 time_stamp 133
|
/third_party/node/deps/openssl/openssl/crypto/objects/ |
D | obj_mac.num | 133 time_stamp 133
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 32727 u64 time_stamp; member
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 257375 + ui::ET_TOUCH_PRESSED, touch_location, /*time_stamp=*/tes.Now(), 257383 + /*time_stamp=*/press.time_stamp() + base::Milliseconds(50), 257409 + /*time_stamp=*/tes.Now(),
|
D | 0001-cve.patch | 149598 + ui::ET_TOUCH_PRESSED, touch_location, /*time_stamp=*/tes.Now(), 149606 + /*time_stamp=*/press.time_stamp() + base::Milliseconds(50),
|