Searched refs:alpha_mode (Results 1 – 13 of 13) sorted by relevance
/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… 176 s->alpha_mode, s->alpha_swap); in filter_frame()
|
/third_party/gstreamer/gstplugins_base/gst/videoconvert/ |
D | gstvideoconvert.h | 48 GstVideoAlphaMode alpha_mode; member
|
D | gstvideoconvert.c | 593 GST_TYPE_VIDEO_ALPHA_MODE, space->alpha_mode, in gst_video_convert_set_info() 730 space->alpha_mode = DEFAULT_PROP_ALPHA_MODE; in gst_video_convert_init() 755 csp->alpha_mode = g_value_get_enum (value); in gst_video_convert_set_property() 800 g_value_set_enum (value, csp->alpha_mode); in gst_video_convert_get_property()
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-ids.c | 68 video_context->alpha_mode = FALSE; in gst_matroska_track_init_video_context()
|
D | matroska-ids.h | 643 gboolean alpha_mode; member
|
D | matroska-demux.c | 1136 videocontext->alpha_mode = TRUE; in gst_matroska_demux_parse_stream() 1138 videocontext->alpha_mode = FALSE; in gst_matroska_demux_parse_stream() 5036 if (blockadd->id == 1 && videocontext->alpha_mode in gst_matroska_demux_parse_blockgroup_or_simpleblock() 6627 if (videocontext->alpha_mode) in gst_matroska_demux_video_caps() 6632 if (videocontext->alpha_mode) in gst_matroska_demux_video_caps()
|
/third_party/ffmpeg/libavformat/ |
D | matroskadec.c | 210 uint64_t alpha_mode; member 501 …{ MATROSKA_ID_VIDEOALPHAMODE, EBML_UINT, 0, 0, offsetof(MatroskaTrackVideo, alpha_mode), { .… 2830 if (track->video.alpha_mode) in matroska_parse_tracks()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-converter.c | 378 AlphaMode alpha_mode; member 1928 switch (convert->alpha_mode) { in chain_alpha() 1947 GST_DEBUG ("chain alpha mode %d", convert->alpha_mode); in chain_alpha() 2417 convert->alpha_mode = convert_get_alpha_mode (convert); in gst_video_converter_new_with_pool() 8189 need_copy = (convert->alpha_mode & ALPHA_MODE_COPY) == ALPHA_MODE_COPY; in video_converter_lookup_fastpath() 8190 need_set = (convert->alpha_mode & ALPHA_MODE_SET) == ALPHA_MODE_SET; in video_converter_lookup_fastpath() 8191 need_mult = (convert->alpha_mode & ALPHA_MODE_MULT) == ALPHA_MODE_MULT; in video_converter_lookup_fastpath()
|
/third_party/ffmpeg/tests/fate/ |
D | filter-video.mak | 722 fate-filter-pixfmts-il: CMD = pixfmts "luma_mode=d:chroma_mode=d:alpha_mode=d"
|
/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/flutter/skia/third_party/externals/libpng/ |
D | libpng-manual.txt | 990 Choices for the alpha_mode are
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 13500 @item alpha_mode, a 13502 @var{alpha_mode} are:
|