Home
last modified time | relevance | path

Searched refs:chromakey (Results 1 - 3 of 3) sorted by relevance

/third_party/NuttX/include/nuttx/video/
H A Dfb.h189 # define FB_ACCL_CHROMA 0x02 /* Hardware chromakey support */
348 uint32_t chromakey; /* Chroma key argb8888 formatted */ member
528 * chromakey
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dtest_VIDIOC_FMT.c269 ".chromakey = 0x%X, " in do_get_formats()
281 format.fmt.win.chromakey, in do_get_formats()
304 //CU_ASSERT_EQUAL(format.fmt.win.chromakey, ???); in do_get_formats()
948 ".field = %i, " ".chromakey = 0x%X, " in do_set_formats_enum()
957 format_max.fmt.win.chromakey, in do_set_formats_enum()
983 //CU_ASSERT_EQUAL(format.fmt.win.chromakey, ???); in do_set_formats_enum()
1010 ".field = %i, " ".chromakey = 0x%X, " in do_set_formats_enum()
1019 format_min.fmt.win.chromakey, in do_set_formats_enum()
1045 //CU_ASSERT_EQUAL(format.fmt.win.chromakey, ???); in do_set_formats_enum()
/third_party/ffmpeg/libavfilter/
H A Dvf_chromakey.c295 if (!strcmp(avctx->filter->name, "chromakey")) { in config_output()
350 { "color", "set the chromakey key color", OFFSET(chromakey_rgba), AV_OPT_TYPE_COLOR, { .str = "black" }, 0, 0, FLAGS },
351 { "similarity", "set the chromakey similarity value", OFFSET(similarity), AV_OPT_TYPE_FLOAT, { .dbl = 0.01 }, 0.01, 1.0, FLAGS },
352 { "blend", "set the chromakey key blend value", OFFSET(blend), AV_OPT_TYPE_FLOAT, { .dbl = 0.0 }, 0.0, 1.0, FLAGS },
368 AVFILTER_DEFINE_CLASS(chromakey); variable
371 .name = "chromakey",

Completed in 5 milliseconds