Searched refs:colorkey (Results 1 - 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/ |
H A D | test_surface.c | 44 int colorkey; in main() local 72 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey); in main()
|
H A D | xvmc_bench.c | 188 int colorkey; in main() local 228 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey); in main() 232 colorkey = 0; in main() 236 window = XCreateSimpleWindow(display, root, 0, 0, config.output_width, config.output_height, 0, 0, colorkey); in main()
|
H A D | test_blocks.c | 45 int colorkey; in main() local 75 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey); in main()
|
H A D | test_context.c | 44 int colorkey; in main() local 71 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey); in main()
|
H A D | test_rendering.c | 144 int colorkey; in main() local 180 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey); in main() 184 window = XCreateSimpleWindow(display, root, 0, 0, output_width, output_height, 0, 0, colorkey); in main()
|
H A D | test_subpicture.c | 67 int colorkey; in main() local 98 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey); in main()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_colorkey.c | 177 if (!strcmp(avctx->filter->name, "colorkey")) { in config_output() 219 { "color", "set the colorkey key color", OFFSET(colorkey_rgba), AV_OPT_TYPE_COLOR, { .str = "black" }, 0, 0, FLAGS }, 220 { "similarity", "set the colorkey similarity value", OFFSET(similarity), AV_OPT_TYPE_FLOAT, { .dbl = 0.01 }, 0.01, 1.0, FLAGS }, 221 { "blend", "set the colorkey key blend value", OFFSET(blend), AV_OPT_TYPE_FLOAT, { .dbl = 0.0 }, 0.0, 1.0, FLAGS }, 225 AVFILTER_DEFINE_CLASS(colorkey); variable 228 .name = "colorkey",
|
H A D | Makefile | 226 opencl/colorkey.o
|
/third_party/ffmpeg/tests/fate/ |
H A D | ffmpeg.mak | 38 fate-ffmpeg-filter_colorkey: tests/data/filtergraphs/colorkey 39 fate-ffmpeg-filter_colorkey: CMD = framecrc -auto_conversion_filters -idct simple -fflags +bitexact -flags +bitexact -sws_flags +accurate_rnd+bitexact -i $(TARGET_SAMPLES)/cavs/cavs.mpg -fflags +bitexact -flags +bitexact -sws_flags +accurate_rnd+bitexact -i $(TARGET_SAMPLES)/lena.pnm -an -filter_complex_script $(TARGET_PATH)/tests/data/filtergraphs/colorkey -sws_flags +accurate_rnd+bitexact -fflags +bitexact -flags +bitexact -qscale 2 -frames:v 10
|
Completed in 5 milliseconds