Home
last modified time | relevance | path

Searched refs:CREATE_TEST (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/tests/check/pipelines/
Deffectv.c93 #define CREATE_TEST(element) \ macro
109 CREATE_TEST (agingtv);
110 CREATE_TEST (dicetv);
111 CREATE_TEST (edgetv);
112 CREATE_TEST (optv);
113 CREATE_TEST (quarktv);
114 CREATE_TEST (radioactv);
115 CREATE_TEST (revtv);
116 CREATE_TEST (rippletv);
117 CREATE_TEST (shagadelictv);
[all …]
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dvideoscale.c423 #define CREATE_TEST(name,method,src_width,src_height,dest_width,dest_height) \ macro
448 CREATE_TEST (test_downscale_640x480_320x240_method_0, 0, 640, 480, 320, 240);
449 CREATE_TEST (test_downscale_640x480_320x240_method_1, 1, 640, 480, 320, 240);
450 CREATE_TEST (test_downscale_640x480_320x240_method_2, 2, 640, 480, 320, 240);
451 CREATE_TEST (test_downscale_640x480_320x240_method_3, 3, 640, 480, 320, 240);
452 CREATE_TEST (test_upscale_320x240_640x480_method_0, 0, 320, 240, 640, 480);
453 CREATE_TEST (test_upscale_320x240_640x480_method_1, 1, 320, 240, 640, 480);
454 CREATE_TEST (test_upscale_320x240_640x480_method_2, 2, 320, 240, 640, 480);
455 CREATE_TEST (test_upscale_320x240_640x480_method_3, 3, 320, 240, 640, 480);
457 CREATE_TEST (test_downscale_640x480_1x1_method_0, 0, 640, 480, 1, 1);
[all …]