Home
last modified time | relevance | path

Searched refs:gst_date_time_get_day (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstdatetime.c55 assert_equals_int (gst_date_time_get_day (dt), tm.tm_mday); in GST_START_TEST()
80 assert_equals_int (gst_date_time_get_day (dt), tm.tm_mday); in GST_START_TEST()
98 assert_equals_int (gst_date_time_get_day (dt), 2); in GST_START_TEST()
124 assert_equals_int (gst_date_time_get_day (dt), tm.tm_mday); in GST_START_TEST()
151 assert_equals_int (gst_date_time_get_day (dt), tm.tm_mday); in GST_START_TEST()
170 assert_equals_int (gst_date_time_get_day (dt), 1); in GST_START_TEST()
196 assert_equals_int (gst_date_time_get_day (dt), tt.tm_mday); in GST_START_TEST()
387 assert_equals_int (11, gst_date_time_get_day (dt)); in GST_START_TEST()
398 assert_equals_int (29, gst_date_time_get_day (dt)); in GST_START_TEST()
424 assert_equals_int (tm.tm_mday, gst_date_time_get_day (dt)); in GST_START_TEST()
[all …]
Dgstvalue.c2299 gst_date_time_get_day (a) != gst_date_time_get_day (b)) in date_time_equal()
2360 fail_unless (gst_date_time_get_day (datetime) == 23); in GST_START_TEST()
2416 fail_unless (gst_date_time_get_day (datetime) == 23); in GST_START_TEST()
2472 fail_unless (gst_date_time_get_day (datetime) == 23); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstdatetime.h83 gint gst_date_time_get_day (const GstDateTime * datetime);
Dgstdatetime.c238 gst_date_time_get_day (const GstDateTime * datetime) in gst_date_time_get_day() function
792 g_string_append_printf (s, "-%02u", gst_date_time_get_day (datetime)); in __gst_date_time_serialize()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Did3demux.c149 fail_unless_equals_int (gst_date_time_get_day (date), 23); in check_date_1977_06_23()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c159 assert_equals_int (gst_date_time_get_day (availabilityStartTime), 24); in GST_START_TEST()
168 assert_equals_int (gst_date_time_get_day (availabilityEndTime), 24); in GST_START_TEST()
4434 assert_equals_int (gst_date_time_get_day (segmentAvailability), 24); in GST_START_TEST()
5046 assert_equals_int (gst_date_time_get_day (segmentAvailability), 24); in GST_START_TEST()
5082 assert_equals_int (gst_date_time_get_day (segmentAvailability), 24); in GST_START_TEST()
5115 assert_equals_int (gst_date_time_get_day (segmentAvailability), 24); in GST_START_TEST()
6092 assert_equals_int (gst_date_time_get_day (availabilityStartTime), 24); in GST_START_TEST()
6103 assert_equals_int (gst_date_time_get_day (availabilityEndTime), 24); in GST_START_TEST()
Djifmux.c391 && gst_date_time_get_day (datetime) == in compare_date_time()
392 gst_date_time_get_day (exif_datetime) in compare_date_time()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dmpegts.c529 fail_unless (gst_date_time_get_day (dt) == 30); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dtag.c293 fail_unless (gst_date_time_get_day (dt) == 31); in GST_START_TEST()
531 fail_unless (gst_date_time_get_day (dt) == 25); in GST_START_TEST()
/third_party/gstreamer/gstreamer/tools/
Dgst-launch.c416 gst_date_time_get_day (dt), gst_date_time_get_hour (dt), in print_tag()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dgstxmptag.c1565 day = gst_date_time_get_day (datetime); in gst_value_serialize_xmp()
Dgstexiftag.c897 gst_date_time_get_day (dt), gst_date_time_get_hour (dt), in write_exif_ascii_tag_from_taglist()
/third_party/gstreamer/gstreamer/
DChangeLog75967 API: gst_date_time_get_day