Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dinterlace.c33 gst_harness_set (h, "interlace", "field-pattern", 1, "top-field-first", TRUE, in GST_START_TEST()
40 gst_harness_set (h, "interlace", "field-pattern", 1, "top-field-first", FALSE, in GST_START_TEST()
60 gst_harness_set (h, "interlace", "field-pattern", 3, NULL); in GST_START_TEST()
79 gst_harness_set (h, "interlace", "field-pattern", 1, "top-field-first", FALSE, in GST_START_TEST()
86 gst_harness_set (h, "interlace", "field-pattern", 1, "top-field-first", TRUE, in GST_START_TEST()
105 gst_harness_set (h, "interlace", "field-pattern", 1, "top-field-first", TRUE, in GST_START_TEST()
132 gst_harness_set (h, "interlace", "field-pattern", 0, "top-field-first", TRUE, in GST_START_TEST()
159 gst_harness_set (h, "interlace", "field-pattern", 2, NULL); in GST_START_TEST()
Dmpegtsdemux.c225 gst_harness_set (h, "tsparse", "alignment", aac_ts_packets, NULL); in GST_START_TEST()
260 gst_harness_set (h, "tsparse", "alignment", 1, NULL); in GST_START_TEST()
Dmpegvideoparse.c252 gst_harness_set (h, "filesrc", "location", fn, NULL); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpulpfec.c157 gst_harness_set (h, "rtpstorage", "size-time", (guint64) 200 * RTP_PACKET_DUR, in harness_rtpulpfecdec()
161 gst_harness_set (h, "rtpulpfecdec", "storage", internal_storage, "pt", fec_pt, in harness_rtpulpfecdec()
522 gst_harness_set (h, "identity", "error-after", 2, NULL); in GST_START_TEST()
Drtp-payloading.c1716 gst_harness_set (h, "rtpopuspay", "dtx", dtx, NULL); in test_rtp_opus_dtx()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstharness.h338 void gst_harness_set (GstHarness * h,
Dgstharness.c2754 gst_harness_set (GstHarness * h, in gst_harness_set() function