Searched refs:typefind_data (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/check/gst/ |
D | typefindfunctions.c | 29 typefind_data (const guint8 * data, gsize data_size, in typefind_data() function 459 caps = typefind_data (utf16, 2 + strlen (MANIFEST) * 2, &prob); in GST_START_TEST() 469 caps = typefind_data (utf16, 2 + strlen (MANIFEST) * 2, &prob); in GST_START_TEST() 493 caps = typefind_data (webvtt, sizeof (webvtt), &prob); in GST_START_TEST() 501 caps = typefind_data (webvtt_with_bom, sizeof (webvtt_with_bom), &prob); in GST_START_TEST()
|