Home
last modified time | relevance | path

Searched refs:fail_unless_equals_clocktime (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dh265parse.c400 fail_unless_equals_clocktime (GST_BUFFER_PTS (b), pts); in pull_and_check_full()
681 fail_unless_equals_clocktime (gst_harness_query_latency (h), 0); in GST_START_TEST()
695 fail_unless_equals_clocktime (gst_harness_query_latency (h), 0); in GST_START_TEST()
719 fail_unless_equals_clocktime (gst_harness_query_latency (h), in GST_START_TEST()
734 fail_unless_equals_clocktime (gst_harness_query_latency (h), 0); in GST_START_TEST()
Dh264parse.c912 fail_unless_equals_clocktime (GST_BUFFER_PTS (b), pts); \
950 fail_unless_equals_clocktime (gst_harness_query_latency (h), 0); in GST_START_TEST()
1021 fail_unless_equals_clocktime (gst_harness_query_latency (h), 0); in GST_START_TEST()
1101 fail_unless_equals_clocktime (gst_harness_query_latency (h), in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dwavparse.c199 fail_unless_equals_clocktime (first_ts, seek_position); in GST_START_TEST()
Drtpsession.c2774 fail_unless_equals_clocktime (td->duration, fci_data[11] * 250 * GST_USECOND); in GST_START_TEST()
2797 fail_unless_equals_clocktime ( in fail_unless_equals_twcc_clocktime()
3707 fail_unless_equals_clocktime (twcc_pkt->timestamp, ts); in GST_START_TEST()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstcheck.h526 #define fail_unless_equals_clocktime(a, b) \ macro
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dcompositor.c2279 fail_unless_equals_clocktime (dur, GST_MSECOND * 100); in on_reverse_handoff()
2369 fail_unless_equals_clocktime (pos, 0); in GST_START_TEST()
/third_party/gstreamer/gstreamer/
DChangeLog3717 gstcheck.h:517: Warning: GstCheck: Unknown namespace for symbol 'fail_unless_equals_clocktime'
11381 check: Add a fail_unless_equals_clocktime macro for convenience