Searched refs:pull_and_check_full (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | h264parse.c | 908 #define pull_and_check_full(h, data, size, pts, flags) \ macro 919 pull_and_check_full (h, data, sizeof (data), pts, flags) 1094 pull_and_check_full (h, info.data, info.size, 100, 0); in GST_START_TEST() 1156 pull_and_check_full (h, info.data, info.size, 100, 0); in GST_START_TEST() 1167 pull_and_check_full (h, info.data, info.size, 200, 0); in GST_START_TEST()
|
D | h265parse.c | 395 pull_and_check_full (GstHarness * h, const guint8 * data, gsize size, in pull_and_check_full() function 407 pull_and_check_full (h, data, sizeof (data), pts, flags) 417 pull_and_check_full (h, info.data, info.size, pts, flags); \
|