/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | rawaudioparse.c | 229 push_data_and_check_output (&testctx, 45, 44, GST_USECOND * 0, in GST_START_TEST() 230 GST_USECOND * 275, 1, 4, 0, 512); in GST_START_TEST() 231 push_data_and_check_output (&testctx, 99, 100, GST_USECOND * 275, in GST_START_TEST() 232 GST_USECOND * 625, 2, 4, 11, 523); in GST_START_TEST() 233 push_data_and_check_output (&testctx, 18, 16, GST_USECOND * 900, in GST_START_TEST() 234 GST_USECOND * 100, 3, 4, 36, 548); in GST_START_TEST() 256 push_data_and_check_output (&testctx, 45, 44, GST_USECOND * 0, in GST_START_TEST() 257 GST_USECOND * 275, 1, 4, 0, 512); in GST_START_TEST() 258 push_data_and_check_output (&testctx, 99, 100, GST_USECOND * 275, in GST_START_TEST() 259 GST_USECOND * 625, 2, 4, 11, 523); in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpsession.c | 2477 gst_test_clock_advance_time (h->testclock, 100 * GST_USECOND); in GST_START_TEST() 2704 {20000, 23, 0, 250 * GST_USECOND}, /* minimal duration */ 2774 fail_unless_equals_clocktime (td->duration, fci_data[11] * 250 * GST_USECOND); in GST_START_TEST() 2791 #define TWCC_DELTA_UNIT (250 * GST_USECOND) 3109 {0, 0 * 250 * GST_USECOND, FALSE}, in GST_START_TEST() 3110 {1, 1 * 250 * GST_USECOND, FALSE}, in GST_START_TEST() 3111 {2, 2 * 250 * GST_USECOND, FALSE}, in GST_START_TEST() 3112 {3, 3 * 250 * GST_USECOND, FALSE}, in GST_START_TEST() 3113 {4, 4 * 250 * GST_USECOND, FALSE}, in GST_START_TEST() 3114 {5, 5 * 250 * GST_USECOND, FALSE}, in GST_START_TEST() [all …]
|
D | rtptimerqueue.c | 289 GST_MSECOND, 0, GST_USECOND); in GST_START_TEST() 293 fail_unless_equals_uint64 (2 * GST_SECOND + GST_MSECOND + GST_USECOND, in GST_START_TEST() 295 fail_unless_equals_int64 (GST_USECOND, timer->offset); in GST_START_TEST() 298 2 * GST_MSECOND, 2 * GST_USECOND, FALSE); in GST_START_TEST() 300 2 * GST_USECOND, timer->timeout); in GST_START_TEST() 301 fail_unless_equals_int64 (2 * GST_USECOND, timer->offset); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/gst/debugutils/ |
D | cpureport.c | 111 cur_time = g_get_real_time () * GST_USECOND; in gst_cpu_report_transform_ip() 139 filter->start_time = filter->last_time = g_get_real_time () * GST_USECOND; in gst_cpu_report_start()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstclock.h | 115 #define GST_USECOND ((GstClockTimeDiff)(GST_SECOND / G_GINT64_CONSTANT (1000000))) macro 169 …T_TIMEVAL_TO_TIME(tv) (GstClockTime)((tv).tv_sec * GST_SECOND + (tv).tv_usec * GST_USECOND) 189 / GST_USECOND); \
|
D | gstsystemclock.c | 296 #define CLOCK_MIN_WAIT_TIME GST_USECOND 899 return 1 * GST_USECOND; in gst_system_clock_get_resolution() 913 return 1 * GST_USECOND; in gst_system_clock_get_resolution() 927 return 1 * GST_USECOND; in gst_system_clock_get_resolution() 988 if (diff <= 500 * GST_USECOND) { in gst_system_clock_id_wait_jitter_unlocked() 1002 diff -= 500 * GST_USECOND; in gst_system_clock_id_wait_jitter_unlocked()
|
/third_party/gstreamer/gstplugins_good/ext/raw1394/ |
D | gst1394clock.c | 135 result += (((cycle_timer >> 12) & 0x1fff) * 125) * GST_USECOND; in gst_1394_clock_get_internal_time()
|
/third_party/gstreamer/gstplugins_base/gst/tcp/ |
D | gstmultihandlesink.c | 545 client->connect_time = g_get_real_time () * GST_USECOND; in gst_multi_handle_sink_client_init() 546 client->connect_time_monotonic = g_get_monotonic_time () * GST_USECOND; in gst_multi_handle_sink_client_init() 815 (g_get_monotonic_time () * GST_USECOND) - in gst_multi_handle_sink_get_stats() 903 mhclient->disconnect_time = g_get_real_time () * GST_USECOND; in gst_multi_handle_sink_remove_client_link() 904 mhclient->disconnect_time_monotonic = g_get_monotonic_time () * GST_USECOND; in gst_multi_handle_sink_remove_client_link() 1666 now = g_get_monotonic_time () * GST_USECOND; in gst_multi_handle_sink_queue_buffer()
|
D | gstmultifdsink.c | 691 now = g_get_real_time () * GST_USECOND; in gst_multi_fd_sink_handle_client_write() 692 now_monotonic = g_get_monotonic_time () * GST_USECOND; in gst_multi_fd_sink_handle_client_write() 912 now = g_get_monotonic_time () * GST_USECOND; in gst_multi_fd_sink_handle_clients()
|
D | gstmultisocketsink.c | 836 now = g_get_real_time () * GST_USECOND; in gst_multi_socket_sink_handle_client_write() 837 now_monotonic = g_get_monotonic_time () * GST_USECOND; in gst_multi_socket_sink_handle_client_write() 1120 now = g_get_monotonic_time () * GST_USECOND; in gst_multi_socket_sink_timeout()
|
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | basesrc.c | 97 g_usleep (GST_USECOND * 1); in GST_START_TEST() 250 g_usleep (GST_USECOND * 1); in GST_START_TEST() 394 g_usleep (GST_USECOND * 1); in GST_START_TEST() 471 g_usleep (GST_USECOND * 1); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
D | gstamcvideoenc.c | 976 GST_USECOND, 1); in gst_amc_video_enc_handle_output_frame() 1014 gst_util_uint64_scale (buffer_info->presentation_time_us, GST_USECOND, in gst_amc_video_enc_handle_output_frame() 1153 gst_util_uint64_scale (buffer_info.presentation_time_us, GST_USECOND, 1)); in gst_amc_video_enc_loop() 1634 gst_util_uint64_scale (timestamp + timestamp_offset, 1, GST_USECOND); in gst_amc_video_enc_handle_frame() 1767 gst_util_uint64_scale (self->last_upstream_ts, 1, GST_USECOND); in gst_amc_video_enc_drain()
|
D | gstamcvideodec.c | 1382 gst_util_uint64_scale (buffer_info.presentation_time_us, GST_USECOND, 1)); in gst_amc_video_dec_loop() 1516 gst_util_uint64_scale (buffer_info.presentation_time_us, GST_USECOND, in gst_amc_video_dec_loop() 2203 gst_util_uint64_scale (timestamp + timestamp_offset, 1, GST_USECOND); in gst_amc_video_dec_handle_frame() 2344 gst_util_uint64_scale (self->last_upstream_ts, 1, GST_USECOND); in gst_amc_video_dec_drain()
|
D | gstamcaudiodec.c | 1174 gst_util_uint64_scale (timestamp + timestamp_offset, 1, GST_USECOND); in gst_amc_audio_dec_handle_frame() 1306 gst_util_uint64_scale (self->last_upstream_ts, 1, GST_USECOND); in gst_amc_audio_dec_drain()
|
/third_party/gstreamer/gstplugins_bad/sys/directsound/ |
D | gstdirectsoundsrc.c | 511 GST_SECOND / GST_USECOND); in gst_directsound_src_prepare() 517 GST_SECOND / GST_USECOND); in gst_directsound_src_prepare() 533 gst_util_uint64_scale (spec->segsize, GST_SECOND / GST_USECOND, in gst_directsound_src_prepare()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstfdsrc.c | 435 timeout = src->timeout * GST_USECOND; in gst_fd_src_create_offset() 583 timeout = src->timeout * GST_USECOND; in gst_fd_src_create()
|
/third_party/gstreamer/gstplugins_bad/gst/audiolatency/ |
D | gstaudiolatency.c | 363 "duration as %" G_GINT64_FORMAT "us", duration / GST_USECOND); in buffer_has_wave()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstsystemclock.c | 45 fail_unless (time2 == GST_USECOND); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/ext/srt/ |
D | gstsrtsrc.c | 224 delay = (srt_time - mctrl.srctime) * GST_USECOND; in gst_srt_src_fill()
|
/third_party/gstreamer/gstplugins_bad/sys/tinyalsa/ |
D | tinyalsasink.c | 273 GST_FORMAT_TIME, spec->latency_time * GST_USECOND, in pcm_config_from_spec()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudiobasesink.c | 88 #define DEFAULT_BUFFER_TIME ((200 * GST_MSECOND) / GST_USECOND) 89 #define DEFAULT_LATENCY_TIME ((10 * GST_MSECOND) / GST_USECOND) 102 #define DEFAULT_DRIFT_TOLERANCE ((40 * GST_MSECOND) / GST_USECOND) 980 (GST_SECOND / GST_USECOND), spec->info.rate * spec->info.bpf); in gst_audio_base_sink_setcaps()
|
D | gstaudiobasesrc.c | 62 #define DEFAULT_BUFFER_TIME ((200 * GST_MSECOND) / GST_USECOND) 63 #define DEFAULT_LATENCY_TIME ((10 * GST_MSECOND) / GST_USECOND)
|
/third_party/gstreamer/gstplugins_base/tests/examples/seek/ |
D | scrubby.c | 224 cur_time = g_get_real_time () * GST_USECOND; in do_seek()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglfiltershader.c | 319 *result = (gdouble) time / GST_USECOND; in _gint64_time_val_to_double()
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/ |
D | mpegtsparse.c | 303 parse->smoothing_latency = GST_USECOND * g_value_get_uint (value); in mpegts_parse_set_property() 332 g_value_set_uint (value, parse->smoothing_latency / GST_USECOND); in mpegts_parse_get_property()
|