Searched refs:alpha_mode (Results 1 – 12 of 12) sorted by relevance
/third_party/uboot/u-boot-2020.01/arch/arm/mach-bcm283x/ |
D | msg.c | 35 struct bcm2835_mbox_tag_alpha_mode alpha_mode; member 109 int pixel_order, int alpha_mode, ulong *fb_basep, in bcm2835_set_video_params() argument 126 BCM2835_MBOX_INIT_TAG(&msg_setup->alpha_mode, SET_ALPHA_MODE); in bcm2835_set_video_params() 127 msg_setup->alpha_mode.body.req.alpha = alpha_mode; in bcm2835_set_video_params()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_il.c | 41 int luma_mode, chroma_mode, alpha_mode; ///<FilterMode member 66 …{"alpha_mode", "select alpha mode", OFFSET(alpha_mode), AV_OPT_TYPE_INT, {.i64=MODE_NONE}, MODE_NO… 67 …{"a", "select alpha mode", OFFSET(alpha_mode), AV_OPT_TYPE_INT, {.i64=MODE_NONE}, MODE_NO… 179 s->alpha_mode, s->alpha_swap); in filter_frame()
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-bcm283x/include/mach/ |
D | msg.h | 48 int pixel_order, int alpha_mode, ulong *fb_basep,
|
/third_party/gstreamer/gstplugins_base/gst/videoconvert/ |
D | gstvideoconvert.h | 53 GstVideoAlphaMode alpha_mode; member
|
D | gstvideoconvert.c | 466 GST_TYPE_VIDEO_ALPHA_MODE, space->alpha_mode, in gst_video_convert_set_info() 602 space->alpha_mode = DEFAULT_PROP_ALPHA_MODE; in gst_video_convert_init() 627 csp->alpha_mode = g_value_get_enum (value); in gst_video_convert_set_property() 672 g_value_set_enum (value, csp->alpha_mode); in gst_video_convert_get_property()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-converter.c | 401 AlphaMode alpha_mode; member 1925 switch (convert->alpha_mode) { in chain_alpha() 1944 GST_DEBUG ("chain alpha mode %d", convert->alpha_mode); in chain_alpha() 2364 convert->alpha_mode = convert_get_alpha_mode (convert); in gst_video_converter_new() 6695 need_copy = (convert->alpha_mode & ALPHA_MODE_COPY) == ALPHA_MODE_COPY; in video_converter_lookup_fastpath() 6696 need_set = (convert->alpha_mode & ALPHA_MODE_SET) == ALPHA_MODE_SET; in video_converter_lookup_fastpath() 6697 need_mult = (convert->alpha_mode & ALPHA_MODE_MULT) == ALPHA_MODE_MULT; in video_converter_lookup_fastpath()
|
/third_party/ffmpeg/libavformat/ |
D | matroskadec.c | 198 uint64_t alpha_mode; member 482 { MATROSKA_ID_VIDEOALPHAMODE, EBML_UINT, 0, offsetof(MatroskaTrackVideo, alpha_mode) }, 2766 if (track->video.alpha_mode) in matroska_parse_tracks()
|
/third_party/ffmpeg/tests/fate/ |
D | filter-video.mak | 710 fate-filter-pixfmts-il: CMD = pixfmts "luma_mode=d:chroma_mode=d:alpha_mode=d"
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | libpng-manual.txt | 990 Choices for the alpha_mode are
|
/third_party/skia/third_party/externals/libpng/ |
D | libpng-manual.txt | 990 Choices for the alpha_mode are
|
/third_party/libpng/ |
D | libpng-manual.txt | 990 Choices for the alpha_mode are
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 12471 @item alpha_mode, a 12473 @var{alpha_mode} are:
|