Home
last modified time | relevance | path

Searched refs:time_stamp (Results 1 – 17 of 17) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dtime-smoother_2.c78 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 …]
Dtime-smoother_2.h26 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/
Dbrowser_platform_delegate_native_aura.cc115 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()
Dbrowser_platform_delegate_native_linux.cc286 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()
Dbrowser_platform_delegate_native_win.cc469 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/
Dschannel_int.h116 TimeStamp time_stamp; member
126 TimeStamp time_stamp; member
Dschannel.c972 &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/
Dpiex_types.h76 Rational time_stamp[3]; // Giving hour, minute and second. member
Dtiff_parser.cc98 preview_image_data->gps.time_stamp)) { in FillGpsPreviewImageData()
/third_party/mesa3d/src/amd/common/
Dac_rgp.h89 uint64_t time_stamp; member
Dac_sqtt.c142 record->time_stamp = os_time_get_nano(); in ac_sqtt_add_code_object_loader_event()
Dac_rgp.c642 uint64_t time_stamp; member
/third_party/openssl/crypto/objects/
Dobj_mac.num133 time_stamp 133
/third_party/node/deps/openssl/openssl/crypto/objects/
Dobj_mac.num133 time_stamp 133
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h32727 u64 time_stamp; member
/third_party/chromium/patch/
D0003-ohos-1115.patch257375 + ui::ET_TOUCH_PRESSED, touch_location, /*time_stamp=*/tes.Now(),
257383 + /*time_stamp=*/press.time_stamp() + base::Milliseconds(50),
257409 + /*time_stamp=*/tes.Now(),
D0001-cve.patch149598 + ui::ET_TOUCH_PRESSED, touch_location, /*time_stamp=*/tes.Now(),
149606 + /*time_stamp=*/press.time_stamp() + base::Milliseconds(50),