Home
last modified time | relevance | path

Searched refs:expected_caps (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtphdrext-colorspace.c70 GstCaps *src_caps, *caps, *expected_caps; in GST_START_TEST() local
127 expected_caps = gst_caps_from_string ("application/x-rtp, " in GST_START_TEST()
129 fail_unless (gst_caps_is_subset (caps, expected_caps)); in GST_START_TEST()
132 gst_caps_unref (expected_caps); in GST_START_TEST()
160 GstCaps *src_caps, *caps, *expected_caps; in GST_START_TEST() local
229 expected_caps = gst_caps_from_string ("application/x-rtp, " in GST_START_TEST()
231 fail_unless (gst_caps_is_subset (caps, expected_caps)); in GST_START_TEST()
234 gst_caps_unref (expected_caps); in GST_START_TEST()
Drtpfunnel.c306 GstCaps *caps, *expected_caps; in GST_START_TEST() local
321 expected_caps = gst_caps_new_empty_simple ("application/x-rtp"); in GST_START_TEST()
322 fail_unless (gst_caps_is_equal (expected_caps, caps)); in GST_START_TEST()
324 gst_caps_unref (expected_caps); in GST_START_TEST()
334 expected_caps = gst_caps_from_string ("application/x-rtp, " in GST_START_TEST()
336 gst_harness_set_src_caps (h1, gst_caps_ref (expected_caps)); in GST_START_TEST()
338 fail_unless (gst_caps_is_equal (expected_caps, caps)); in GST_START_TEST()
340 gst_caps_unref (expected_caps); in GST_START_TEST()
Ddtmf.c385 GstCaps *expected_caps, *caps; in GST_START_TEST() local
443 expected_caps = gst_caps_new_simple ("application/x-rtp", in GST_START_TEST()
451 fail_unless (gst_caps_can_intersect (caps, expected_caps)); in GST_START_TEST()
453 gst_caps_unref (expected_caps); in GST_START_TEST()
493 GstCaps *expected_caps, *caps; in GST_START_TEST() local
547 expected_caps = gst_caps_new_simple ("audio/x-raw", in GST_START_TEST()
551 fail_unless (gst_caps_can_intersect (caps, expected_caps)); in GST_START_TEST()
553 gst_caps_unref (expected_caps); in GST_START_TEST()
Dqtmux.c1307 GstCaps *caps, *expected_caps; in compare_event() local
1310 gst_event_parse_caps (expected, &expected_caps); in compare_event()
1311 fail_unless (gst_caps_can_intersect (caps, expected_caps)); in compare_event()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dvideorate.c816 GstCaps *expected_caps; in GST_START_TEST() local
830 expected_caps = gst_caps_new_empty (); in GST_START_TEST()
831 gst_caps_append_structure (expected_caps, structure); in GST_START_TEST()
835 gst_caps_append_structure (expected_caps, structure); in GST_START_TEST()
837 fail_unless (gst_caps_is_equal (expected_caps, caps)); in GST_START_TEST()
839 gst_caps_unref (expected_caps); in GST_START_TEST()
1151 GstCaps *expected_caps; in check_peer_caps() local
1156 expected_caps = gst_caps_from_string (expected); in check_peer_caps()
1157 fail_unless (expected_caps != NULL); in check_peer_caps()
1159 check_caps_identical (caps, expected_caps, name); in check_peer_caps()
[all …]
Dappsrc.c213 GstCaps *expected_caps; member
223 GST_LOG_OBJECT (child, "expected caps: %" GST_PTR_FORMAT, h->expected_caps); in caps_notify_cb()
225 fail_unless (gst_caps_is_equal (caps, h->expected_caps)); in caps_notify_cb()
234 h->expected_caps = h->caps2; in handoff_cb()
276 h.expected_caps = h.caps2; in GST_START_TEST()
312 h.expected_caps = h.caps1; in GST_START_TEST()
/third_party/ltp/testcases/kernel/security/filecaps/
Dverify_caps_exec.c154 static int fork_drop_and_exec(int keepperms, cap_t expected_caps) in fork_drop_and_exec() argument
172 capstxt = cap_to_text(expected_caps, NULL); in fork_drop_and_exec()
195 if (cap_compare(actual_caps, expected_caps) != 0) { in fork_drop_and_exec()
196 capstxt = cap_to_text(expected_caps, NULL); in fork_drop_and_exec()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dccconverter.c99 GstCaps *caps, *expected_caps; in GST_START_TEST() local
121 expected_caps = in GST_START_TEST()
124 gst_check_caps_equal (caps, expected_caps); in GST_START_TEST()
126 gst_caps_unref (expected_caps); in GST_START_TEST()
140 expected_caps = in GST_START_TEST()
143 gst_check_caps_equal (caps, expected_caps); in GST_START_TEST()
145 gst_caps_unref (expected_caps); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Daudiodecoder.c816 GstCaps *expected_caps; in GST_START_TEST() local
826 expected_caps = gst_caps_from_string (GETCAPS_CAPS_STR); in GST_START_TEST()
827 fail_unless (gst_caps_is_equal (expected_caps, caps)); in GST_START_TEST()
828 gst_caps_unref (expected_caps); in GST_START_TEST()
Dvideodecoder.c1120 GstCaps *expected_caps; in GST_START_TEST() local
1134 expected_caps = gst_caps_from_string (GETCAPS_CAPS_STR); in GST_START_TEST()
1135 fail_unless (gst_caps_is_equal (expected_caps, caps)); in GST_START_TEST()
1136 gst_caps_unref (expected_caps); in GST_START_TEST()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstcheck.c861 GstCaps *expected_caps = gst_pad_get_element_private (pad); in buffer_event_function() local
864 fail_unless (gst_caps_is_fixed (expected_caps)); in buffer_event_function()
866 fail_unless (gst_caps_is_equal_fixed (event_caps, expected_caps)); in buffer_event_function()