Searched refs:gst_date_time_get_day (Results 1 – 13 of 13) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstdatetime.c | 55 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 …]
|
D | gstvalue.c | 2299 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/ |
D | gstdatetime.h | 83 gint gst_date_time_get_day (const GstDateTime * datetime);
|
D | gstdatetime.c | 238 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/ |
D | id3demux.c | 149 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/ |
D | dash_mpd.c | 159 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()
|
D | jifmux.c | 391 && 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/ |
D | mpegts.c | 529 fail_unless (gst_date_time_get_day (dt) == 30); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | tag.c | 293 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/ |
D | gst-launch.c | 416 gst_date_time_get_day (dt), gst_date_time_get_hour (dt), in print_tag()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | gstxmptag.c | 1565 day = gst_date_time_get_day (datetime); in gst_value_serialize_xmp()
|
D | gstexiftag.c | 897 gst_date_time_get_day (dt), gst_date_time_get_hour (dt), in write_exif_ascii_tag_from_taglist()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 75967 API: gst_date_time_get_day
|