Home
last modified time | relevance | path

Searched refs:sleep_time_ms (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/test/core/gprpp/
Dfork_test.cc75 intptr_t sleep_time_ms = in test_thd_count() local
78 grpc_core::Thread("grpc_fork_test", sleeping_thd, (void*)sleep_time_ms); in test_thd_count()
/third_party/gstreamer/gstplugins_bad/sys/directsound/
Dgstdirectsoundsrc.c615 guint64 sleep_time_ms, sleep_until; in gst_directsound_src_read() local
694 sleep_time_ms = gst_util_uint64_scale (dsoundsrc->latency_time, in gst_directsound_src_read()
697 sleep_time_ms = MAX (sleep_time_ms, 10); in gst_directsound_src_read()
700 sleep_time_ms * GST_MSECOND; in gst_directsound_src_read()
715 sleep_time_ms); in gst_directsound_src_read()
/third_party/gstreamer/gstplugins_good/sys/directsound/
Dgstdirectsoundsink.c621 GstClockTime sleep_time_ms = 0, sleep_until; in gst_directsound_sink_write() local
643 sleep_time_ms = gst_util_uint64_scale_int ((length - dwFreeBufferSize), in gst_directsound_sink_write()
646 sleep_time_ms = MAX (sleep_time_ms, 10); in gst_directsound_sink_write()
648 sleep_time_ms * GST_MSECOND; in gst_directsound_sink_write()
652 ", bps: %i, rate: %i", length, dwFreeBufferSize, sleep_time_ms, in gst_directsound_sink_write()