Searched refs:gst_date_time_get_microsecond (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstdatetime.c | 155 assert_equals_int (gst_date_time_get_microsecond (dt), 500000); in GST_START_TEST() 174 assert_equals_int (gst_date_time_get_microsecond (dt), 500000); in GST_START_TEST() 352 assert_almost_equals_int (now_us, gst_date_time_get_microsecond (dt)); in GST_START_TEST() 391 assert_equals_int (1234, gst_date_time_get_microsecond (dt)); in GST_START_TEST() 402 assert_equals_int (500000, gst_date_time_get_microsecond (dt)); in GST_START_TEST() 921 assert_equals_int (gst_date_time_get_microsecond (dt), in GST_START_TEST()
|
D | gstvalue.c | 2305 gst_date_time_get_microsecond (a) != gst_date_time_get_microsecond (b)) in date_time_equal() 2364 fail_unless (gst_date_time_get_microsecond (datetime) == 0); in GST_START_TEST() 2420 fail_unless (gst_date_time_get_microsecond (datetime) == 1); in GST_START_TEST() 2476 fail_unless (gst_date_time_get_microsecond (datetime) == 1); in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstdatetime.h | 95 gint gst_date_time_get_microsecond (const GstDateTime * datetime);
|
D | gstdatetime.c | 318 gst_date_time_get_microsecond (const GstDateTime * datetime) in gst_date_time_get_microsecond() function 809 msecs = gst_date_time_get_microsecond (datetime); in __gst_date_time_serialize()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | dash_mpd.c | 163 assert_equals_int (gst_date_time_get_microsecond (availabilityStartTime), 0); in GST_START_TEST() 172 assert_equals_int (gst_date_time_get_microsecond (availabilityEndTime), in GST_START_TEST() 6096 assert_equals_int (gst_date_time_get_microsecond (availabilityStartTime), 0); in GST_START_TEST() 6107 assert_equals_int (gst_date_time_get_microsecond (availabilityEndTime), in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | gstxmptag.c | 1569 microsec = gst_date_time_get_microsecond (datetime); in gst_value_serialize_xmp()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 75971 API: gst_date_time_get_microsecond
|