Searched refs:test_timecode_from_string (Results 1 – 1 of 1) sorted by relevance
| /third_party/gstreamer/gstplugins_base/tests/check/libs/ |
| D | videotimecode.c | 674 test_timecode_from_string (const gchar * str, gboolean success, guint hours, in test_timecode_from_string() function 708 test_timecode_from_string ("11:12:13:14", TRUE, 11, 12, 13, 14, FALSE); in GST_START_TEST() 709 test_timecode_from_string ("11:12:13;14", TRUE, 11, 12, 13, 14, TRUE); in GST_START_TEST() 710 test_timecode_from_string ("11:12:13:", FALSE, 0, 0, 0, 0, FALSE); in GST_START_TEST() 711 test_timecode_from_string ("11:12:13:ab", FALSE, 0, 0, 0, 0, FALSE); in GST_START_TEST() 712 test_timecode_from_string ("a 11:12:13:14", FALSE, 0, 0, 0, 0, FALSE); in GST_START_TEST()
|