Home
last modified time | relevance | path

Searched refs:gst_date_time_get_hour (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstdatetime.c56 assert_equals_int (gst_date_time_get_hour (dt), tm.tm_hour); in GST_START_TEST()
81 assert_equals_int (gst_date_time_get_hour (dt), tm.tm_hour); in GST_START_TEST()
99 assert_equals_int (gst_date_time_get_hour (dt), 1); in GST_START_TEST()
125 assert_equals_int (gst_date_time_get_hour (dt), tm.tm_hour); in GST_START_TEST()
152 assert_equals_int (gst_date_time_get_hour (dt), tm.tm_hour); in GST_START_TEST()
171 assert_equals_int (gst_date_time_get_hour (dt), 20); in GST_START_TEST()
208 assert_equals_int (15, gst_date_time_get_hour (dt)); in GST_START_TEST()
212 assert_equals_int (1, gst_date_time_get_hour (dt)); in GST_START_TEST()
216 assert_equals_int (0, gst_date_time_get_hour (dt)); in GST_START_TEST()
220 assert_equals_int (23, gst_date_time_get_hour (dt)); in GST_START_TEST()
[all …]
Dgstvalue.c2302 if (gst_date_time_get_hour (a) != gst_date_time_get_hour (b) || in date_time_equal()
2361 fail_unless (gst_date_time_get_hour (datetime) == 7); in GST_START_TEST()
2417 fail_unless (gst_date_time_get_hour (datetime) == 7); in GST_START_TEST()
2473 fail_unless (gst_date_time_get_hour (datetime) == 7); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstdatetime.h86 gint gst_date_time_get_hour (const GstDateTime * datetime);
Dgstdatetime.c258 gst_date_time_get_hour (const GstDateTime * datetime) in gst_date_time_get_hour() function
798 g_string_append_printf (s, "T%02u:%02u", gst_date_time_get_hour (datetime), in __gst_date_time_serialize()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c160 assert_equals_int (gst_date_time_get_hour (availabilityStartTime), 1); in GST_START_TEST()
169 assert_equals_int (gst_date_time_get_hour (availabilityEndTime), 1); in GST_START_TEST()
4435 assert_equals_int (gst_date_time_get_hour (segmentAvailability), 0); in GST_START_TEST()
5047 assert_equals_int (gst_date_time_get_hour (segmentAvailability), 0); in GST_START_TEST()
5083 assert_equals_int (gst_date_time_get_hour (segmentAvailability), 0); in GST_START_TEST()
5116 assert_equals_int (gst_date_time_get_hour (segmentAvailability), 0); in GST_START_TEST()
6093 assert_equals_int (gst_date_time_get_hour (availabilityStartTime), 1); in GST_START_TEST()
6104 assert_equals_int (gst_date_time_get_hour (availabilityEndTime), 1); in GST_START_TEST()
Djifmux.c393 && gst_date_time_get_hour (datetime) == in compare_date_time()
394 gst_date_time_get_hour (exif_datetime) in compare_date_time()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dmpegts.c532 fail_unless (gst_date_time_get_hour (dt) == 13); 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.c1566 hour = gst_date_time_get_hour (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/
DChangeLog75970 API: gst_date_time_get_hour