Searched refs:gst_date_time_get_hour (Results 1 – 11 of 11) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstdatetime.c | 56 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 …]
|
D | gstvalue.c | 2302 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/ |
D | gstdatetime.h | 86 gint gst_date_time_get_hour (const GstDateTime * datetime);
|
D | gstdatetime.c | 258 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/ |
D | dash_mpd.c | 160 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()
|
D | jifmux.c | 393 && 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/ |
D | mpegts.c | 532 fail_unless (gst_date_time_get_hour (dt) == 13); 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 | 1566 hour = gst_date_time_get_hour (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 | 75970 API: gst_date_time_get_hour
|