Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dconvertframe.c118 GstElement *vcrop = NULL, *csp = NULL, *csp2 = NULL, *vscale = NULL; in build_convert_frame_pipeline() local
129 if (!create_element ("videoconvert", &csp2, &error)) in build_convert_frame_pipeline()
152 gst_bin_add_many (GST_BIN (pipeline), vcrop, csp2, NULL); in build_convert_frame_pipeline()
172 if (!gst_element_link_pads (src, "src", csp2, "sink")) in build_convert_frame_pipeline()
176 if (!gst_element_link_pads (csp2, "src", vcrop, "sink")) in build_convert_frame_pipeline()
242 if (csp2) in build_convert_frame_pipeline()
243 gst_object_unref (csp2); in build_convert_frame_pipeline()
261 if (csp2) in build_convert_frame_pipeline()
262 gst_object_unref (csp2); in build_convert_frame_pipeline()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dvideoscale.c855 GstElement *src, *csp1, *scale, *csp2, *sink;
872 csp2 = gst_element_factory_make ("videoconvert", "csp2");
873 fail_unless (csp2 != NULL);
879 gst_bin_add_many (GST_BIN (pipeline), src, csp1, scale, csp2, sink, NULL);
885 fail_unless (gst_element_link_pads_full (scale, "src", csp2, "sink",
887 fail_unless (gst_element_link_pads_full (csp2, "src", sink, "sink",
/third_party/vk-gl-cts/modules/egl/
DteglRenderTests.cpp133 const tcu::Vec2 csp2 = p2.swizzle(0, 1) / p2.w(); in isANarrowScreenSpaceTriangle() local
136 const tcu::Vec2 e02 = (csp2 - csp0); in isANarrowScreenSpaceTriangle()