Home
last modified time | relevance | path

Searched refs:expected_duration (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/tests/check/elements/
Ddtmf.c111 check_buffers_duration (GstClockTime expected_duration) in check_buffers_duration() argument
125 fail_unless (duration == expected_duration); in check_buffers_duration()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Daudiomixer.c2104 GstClockTime expected_duration, guint64 expected_processed, in check_qos_message() argument
2119 fail_unless_equals_uint64 (duration, expected_duration); in check_qos_message()
/third_party/gstreamer/gstplugins_bad/tests/check/pipelines/
Dipcpipeline.c1919 GstClockTime expected_duration; member
1965 if (GST_CLOCK_TIME_IS_VALID (i->expected_duration)) { in send_upstream_queries()
1966 GstClockTimeDiff diff = GST_CLOCK_DIFF (dur, i->expected_duration); in send_upstream_queries()