Searched refs:time_stamp (Results 1 - 9 of 9) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A 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, uint32_t rate) { 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() 261 pa_smoother_2_get_delay(pa_smoother_2 *s, pa_usec_t time_stamp, uint64_t byte_count) pa_smoother_2_get_delay() argument 284 pa_smoother_2_get(pa_smoother_2 *s, pa_usec_t time_stamp) pa_smoother_2_get() argument 341 pa_smoother_2_reset(pa_smoother_2 *s, pa_usec_t time_stamp) pa_smoother_2_reset() argument 370 pa_smoother_2_pause(pa_smoother_2 *s, pa_usec_t time_stamp) pa_smoother_2_pause() argument 395 pa_smoother_2_resume(pa_smoother_2 *s, pa_usec_t time_stamp) pa_smoother_2_resume() argument [all...] |
H A 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, uint32_t rate); 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/curl/lib/vtls/ |
H A D | schannel_int.h | 116 TimeStamp time_stamp; member 126 TimeStamp time_stamp; member
|
H A D | schannel.c | 975 &backend->cred->time_stamp); in schannel_acquire_credential_handle() 1022 &backend->cred->time_stamp); in schannel_acquire_credential_handle() 1252 &outbuf_desc, &backend->ret_flags, &backend->ctxt->time_stamp); in schannel_connect_step1() 1442 &outbuf_desc, &backend->ret_flags, &backend->ctxt->time_stamp); in schannel_connect_step2() 2530 &backend->ctxt->time_stamp); in schannel_shutdown()
|
/third_party/skia/third_party/externals/piex/src/ |
H A D | piex_types.h | 76 Rational time_stamp[3]; // Giving hour, minute and second. member
|
H A D | tiff_parser.cc | 98 preview_image_data->gps.time_stamp)) { in FillGpsPreviewImageData()
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_sqtt.c | 142 record->time_stamp = os_time_get_nano(); in ac_sqtt_add_code_object_loader_event()
|
H A D | ac_rgp.h | 89 uint64_t time_stamp; member
|
H A D | ac_rgp.c | 642 uint64_t time_stamp; member
|
Completed in 10 milliseconds