Lines Matching defs:effect

391         /** Invalid effect kind. */
394 /** Invalid video effect. */
397 /** Invalid audio effect. */
409 /** External effect is called but this function is not set. */
934 /** Invert the default rotation direction of the AlphaMagic effect. */
1183 /** Defines settings for an effect. */
1185 /** No audio effect. */
1188 /** Fade-in effect. */
1191 /** Fade-out effect. */
1195 /** Defines the effect settings. */
1198 /** Start time of the effect in milliseconds. */
1201 /** Duration of the effect in milliseconds. */
1205 * Video effect type. See {@link VideoEffect VideoEffect} for valid
1211 * Audio effect type. See {@link AudioEffect AudioEffect} for valid
1217 * Start time of the effect in percents of the duration of the clip. A
1224 * Duration of the effect in percents of the duration of the clip.
1260 * text in the text effect.
1273 * text in the text effect.
1324 * Processing rate for the fifties effect. A high value (e.g. 30)
1325 * results in high effect strength.
1334 * RGB 16 color of the RGB16 and gradient color effect.
1374 * Duration, in percentage of effect duration of the fade-in phase.
1384 * Duration, in percentage of effect duration of the fade-out phase.
1477 /** Encapsulates preview clips and effect settings */
1482 /** The effect settings. */
1511 /** The effect settings. */
1903 * @return The populated effect settings in EffectSettings reference
2133 * Helper function to adjust the effect or overlay start time
2274 * Populates the settings for generating an effect clip
2276 * @param lMediaItem The media item for which the effect clip
2280 * @param e The EditSettings reference containing effect specific data
2364 * Populates the settings for generating a Ken Burn effect clip
2366 * @param m The media image item for which the Ken Burn effect clip
2519 * @param m1 Media item associated with effect
2521 * effect specific data
2522 * @param beginCutTime The begin cut time of the clip associated with effect
2523 * @param endCutTime The end cut time of the clip associated with effect
2553 for (Effect effect : effects) {
2554 if (effect instanceof EffectColor) {
2555 effectSettings[i] = getEffectSettings((EffectColor)effect);
2821 * and effect settings for preview purpose or export.
2892 * Check if Ken Burns effect is present
3480 * Maps the effect color type used in JAVA layer
3481 * to effect color type used in native layer
3483 * @param effect The EffectColor reference
3485 * @return The color effect value from native layer
3487 private int getEffectColorType(EffectColor effect) {
3489 switch (effect.getType()) {
3491 if (effect.getColor() == EffectColor.GREEN) {
3493 } else if (effect.getColor() == EffectColor.PINK) {
3495 } else if (effect.getColor() == EffectColor.GRAY) {