Home
last modified time | relevance | path

Searched refs:alpha_handling (Results 1 – 25 of 34) sorted by relevance

12

/dports/graphics/movit/movit-1.6.3/
H A Ddeinterlace_effect.h87 AlphaHandling alpha_handling() const override { return INPUT_PREMULTIPLIED_ALPHA_KEEP_BLANK; } in alpha_handling() function
150 AlphaHandling alpha_handling() const override { return INPUT_PREMULTIPLIED_ALPHA_KEEP_BLANK; } in alpha_handling() function
H A Dsaturation_effect.h20 AlphaHandling alpha_handling() const override { return DONT_CARE_ALPHA_TYPE; } in alpha_handling() function
H A Dmirror_effect.h20 AlphaHandling alpha_handling() const override { return DONT_CARE_ALPHA_TYPE; } in alpha_handling() function
H A Doverlay_effect.h34 AlphaHandling alpha_handling() const override { return INPUT_PREMULTIPLIED_ALPHA_KEEP_BLANK; } in alpha_handling() function
H A Dcolorspace_conversion_effect.h30 AlphaHandling alpha_handling() const override { return DONT_CARE_ALPHA_TYPE; } in alpha_handling() function
H A Dwhite_balance_effect.h18 AlphaHandling alpha_handling() const override { return DONT_CARE_ALPHA_TYPE; } in alpha_handling() function
H A Dresize_effect.h24 AlphaHandling alpha_handling() const override { return INPUT_PREMULTIPLIED_ALPHA_KEEP_BLANK; } in alpha_handling() function
H A Dlift_gamma_gain_effect.h34 AlphaHandling alpha_handling() const override { return INPUT_PREMULTIPLIED_ALPHA_KEEP_BLANK; } in alpha_handling() function
H A Dluma_mix_effect.h30 AlphaHandling alpha_handling() const override { return INPUT_PREMULTIPLIED_ALPHA_KEEP_BLANK; } in alpha_handling() function
H A Dgamma_compression_effect.h36 AlphaHandling alpha_handling() const override { return OUTPUT_POSTMULTIPLIED_ALPHA; } in alpha_handling() function
H A Dgamma_expansion_effect.h37 AlphaHandling alpha_handling() const override { return DONT_CARE_ALPHA_TYPE; } in alpha_handling() function
H A Dvignette_effect.h21 AlphaHandling alpha_handling() const override { return DONT_CARE_ALPHA_TYPE; } in alpha_handling() function
H A Dycbcr_conversion_effect.h28 AlphaHandling alpha_handling() const override { return DONT_CARE_ALPHA_TYPE; } in alpha_handling() function
H A Ddeconvolution_sharpen_effect.h47 AlphaHandling alpha_handling() const override { return INPUT_PREMULTIPLIED_ALPHA_KEEP_BLANK; } in alpha_handling() function
H A Ddither_effect.h68 AlphaHandling alpha_handling() const override { return DONT_CARE_ALPHA_TYPE; } in alpha_handling() function
H A Ddiffusion_effect.h57 AlphaHandling alpha_handling() const override { return INPUT_PREMULTIPLIED_ALPHA_KEEP_BLANK; } in alpha_handling() function
H A Dglow_effect.h54 AlphaHandling alpha_handling() const override { return INPUT_PREMULTIPLIED_ALPHA_KEEP_BLANK; } in alpha_handling() function
H A Dfft_input.h48 AlphaHandling alpha_handling() const override { return INPUT_AND_OUTPUT_PREMULTIPLIED_ALPHA; } in alpha_handling() function
H A Dpadding_effect.h45 AlphaHandling alpha_handling() const override;
H A Deffect_chain.cpp1213 Effect::AlphaHandling alpha_handling = input->alpha_handling(); in find_color_spaces_for_inputs() local
1214 switch (alpha_handling) { in find_color_spaces_for_inputs()
1335 Effect::AlphaHandling alpha_handling = node->effect->alpha_handling(); in propagate_alpha() local
1336 assert(alpha_handling == Effect::INPUT_AND_OUTPUT_PREMULTIPLIED_ALPHA || in propagate_alpha()
1337 alpha_handling == Effect::INPUT_PREMULTIPLIED_ALPHA_KEEP_BLANK || in propagate_alpha()
1338 alpha_handling == Effect::DONT_CARE_ALPHA_TYPE); in propagate_alpha()
1377 if (alpha_handling == Effect::INPUT_AND_OUTPUT_PREMULTIPLIED_ALPHA || in propagate_alpha()
1378 alpha_handling == Effect::INPUT_PREMULTIPLIED_ALPHA_KEEP_BLANK) { in propagate_alpha()
1388 alpha_handling == Effect::INPUT_PREMULTIPLIED_ALPHA_KEEP_BLANK) { in propagate_alpha()
1397 assert(alpha_handling == Effect::DONT_CARE_ALPHA_TYPE); in propagate_alpha()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/opengl/
H A Dmlt_flip_effect.h35 AlphaHandling alpha_handling() const { return DONT_CARE_ALPHA_TYPE; } in alpha_handling() function
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/opengl/
H A Dmlt_flip_effect.h35 AlphaHandling alpha_handling() const { return DONT_CARE_ALPHA_TYPE; } in alpha_handling() function
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/movit/
H A Dmlt_flip_effect.h35 AlphaHandling alpha_handling() const { return DONT_CARE_ALPHA_TYPE; } in alpha_handling() function
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/movit/
H A Dmlt_flip_effect.h35 AlphaHandling alpha_handling() const { return DONT_CARE_ALPHA_TYPE; } in alpha_handling() function
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/opengl/
H A Dmlt_flip_effect.h35 AlphaHandling alpha_handling() const { return DONT_CARE_ALPHA_TYPE; } in alpha_handling() function

12