Home
last modified time | relevance | path

Searched refs:gst_date_time_has_month (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstdatetime.c471 fail_if (gst_date_time_has_month (dt)); in GST_START_TEST()
485 fail_unless (gst_date_time_has_month (dt)); in GST_START_TEST()
498 fail_unless (gst_date_time_has_month (dt)); in GST_START_TEST()
509 fail_unless (gst_date_time_has_month (dt)); in GST_START_TEST()
521 fail_unless (gst_date_time_has_month (dt)); in GST_START_TEST()
558 fail_unless (gst_date_time_has_month (dt)); in GST_START_TEST()
587 fail_unless (!gst_date_time_has_month (dt)); in GST_START_TEST()
608 fail_unless (gst_date_time_has_month (dt)); in GST_START_TEST()
630 fail_unless (gst_date_time_has_month (dt)); in GST_START_TEST()
653 fail_unless (gst_date_time_has_month (dt)); in GST_START_TEST()
[all …]
Dgstvalue.c2500 fail_if (gst_date_time_has_month (datetime)); in GST_START_TEST()
2515 fail_if (!gst_date_time_has_month (datetime)); in GST_START_TEST()
2530 fail_if (!gst_date_time_has_month (datetime)); in GST_START_TEST()
2545 fail_if (!gst_date_time_has_month (datetime)); in GST_START_TEST()
2562 fail_if (!gst_date_time_has_month (datetime)); in GST_START_TEST()
2580 fail_if (!gst_date_time_has_month (datetime)); in GST_START_TEST()
2597 fail_if (!gst_date_time_has_month (datetime)); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstdatetime.h63 gboolean gst_date_time_has_month (const GstDateTime * datetime);
Dgstdatetime.c143 gst_date_time_has_month (const GstDateTime * datetime) in gst_date_time_has_month() function
223 if (!gst_date_time_has_month (datetime)) in gst_date_time_get_month()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dtag.c550 fail_unless (!gst_date_time_has_month (dt)); in GST_START_TEST()
686 fail_if (gst_date_time_has_month (dt)); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst/id3tag/
Did3tag.c956 if (gst_date_time_has_month (dt)) { in add_date_tag()