HomeSort by relevance Sort by last modified time
    Searched full:effects (Results 76 - 100 of 2492) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/media/mca/effect/java/android/media/effect/
EffectFactory.java 24 * <p>The EffectFactory class defines the list of available Effects, and provides functionality to
25 * inspect and instantiate them. Some effects may not be available on all platforms, so before
34 "android.media.effect.effects.", // Default effect package
38 /** List of Effects */
59 "android.media.effect.effects.BrightnessEffect";
74 "android.media.effect.effects.ContrastEffect";
88 "android.media.effect.effects.FisheyeEffect";
114 "android.media.effect.effects.BackDropperEffect";
129 "android.media.effect.effects.AutoFixEffect";
147 "android.media.effect.effects.BlackWhiteEffect"
    [all...]
  /development/samples/HelloEffects/
_index.html 18 Effects APIs</a> that were introduced in Android 4.0. These APIs let you apply
19 effects to image frames represented as OpenGL ES 2.0 textures. Image frames can
  /external/bison/darwin-lib/
unitypes.h 28 (not pointers!) and which has no side effects. */
38 (possibly pointers) and global memory, and which has no side effects. */
  /external/bison/lib/
unitypes.in.h 27 (not pointers!) and which has no side effects. */
37 (possibly pointers) and global memory, and which has no side effects. */
  /external/bison/linux-lib/
unitypes.h 28 (not pointers!) and which has no side effects. */
38 (possibly pointers) and global memory, and which has no side effects. */
  /external/chromium_org/ash/wm/
resize_shadow.h 40 // Shows resize effects for one or more edges based on a |hit_test| code, such
44 // Hides all resize effects.
  /external/jmonkeyengine/engine/src/core/com/jme3/post/
package.html 17 One use of render processing is post-processing, which is applying effects
21 various effects on the rendered scene.
  /external/proguard/src/proguard/optimize/info/
SideEffectInstructionChecker.java 33 * This class can tell whether an instruction has any side effects. Return
78 // Check for instructions that might cause side effects.
109 // Check for instructions that might cause side effects.
122 // Check for instructions that might cause side effects.
131 // method is causing any side effects.
141 // Check for instructions that might cause side effects.
155 // We'll have to assume accessing an unknown field has side effects.
170 // We'll have to assume invoking the unknown method has side effects.
SideEffectMethodMarker.java 31 * This ClassPoolVisitor marks all methods that have side effects.
44 // A reusable object for checking whether instructions have side effects.
57 // effects, until no new cases can be found.
116 // Remember whether the code has any side effects.
124 * Returns whether the given code has any side effects.
  /frameworks/av/include/media/
EffectsFactoryApi.h 37 // Description: Returns the number of different effects in all loaded libraries.
40 // is used to enumerate all effects present in all loaded libraries.
46 // pNumEffects: address where the number of effects should be returned.
52 // *pNumEffects: updated with number of effects in factory
64 // effects present in all loaded libraries. The enumeration sequence is:
95 // sessionId: audio session to which this effect instance will be attached. All effects
97 // stream. Knowing that two effects are part of the same effect chain can help the
100 // For future use especially with tunneled HW accelerated effects
  /frameworks/av/media/libeffects/lvm/wrapper/
Android.mk 28 $(call include-path-for, audio-effects)
57 $(call include-path-for, audio-effects)
  /frameworks/av/media/libeffects/testlibs/
Android.mk_ 26 $(call include-path-for, audio-effects) \
63 $(call include-path-for, audio-effects)
  /system/media/audio_effects/include/audio_effects/
audio_effects_conf.h 23 // Definitions for effects configuration file (audio_effects.conf)
31 #define EFFECTS_TAG "effects"
  /external/chromium/chrome/browser/tab_contents/
web_drop_target_win.cc 98 DWORD effects) {
105 return interstitial_drop_target_->OnDragEnter(data_object, effects);
122 web_drag_utils_win::WinDragOpMaskToWebDragOpMask(effects));
142 DWORD effects) {
145 OnDragEnter(data_object, key_state, cursor_position, effects);
148 return interstitial_drop_target_->OnDragOver(data_object, effects);
155 web_drag_utils_win::WinDragOpMaskToWebDragOpMask(effects));
  /frameworks/base/data/sounds/
OriginalAudio.mk 29 $(LOCAL_PATH)/effects/Effect_Tick.ogg:system/media/audio/ui/Effect_Tick.ogg \
30 $(LOCAL_PATH)/effects/KeypressStandard.ogg:system/media/audio/ui/KeypressStandard.ogg \
31 $(LOCAL_PATH)/effects/KeypressSpacebar.ogg:system/media/audio/ui/KeypressSpacebar.ogg \
32 $(LOCAL_PATH)/effects/KeypressDelete.ogg:system/media/audio/ui/KeypressDelete.ogg \
33 $(LOCAL_PATH)/effects/KeypressReturn.ogg:system/media/audio/ui/KeypressReturn.ogg \
34 $(LOCAL_PATH)/effects/VideoRecord.ogg:system/media/audio/ui/VideoRecord.ogg \
35 $(LOCAL_PATH)/effects/camera_click.ogg:system/media/audio/ui/camera_click.ogg \
  /external/chromium_org/content/renderer/media/
video_destination_handler.h 22 // Interface used by the effects pepper plugin to output the processed frame
35 // FrameWriterInterface, which will be used by the effects pepper plugin to
70 // the effects pepper plugin host.
  /external/chromium_org/v8/src/
hydrogen-gvn.h 73 // A map of block IDs to their side effects.
76 // A map of loop header block IDs to their loop's side effects.
79 // Used when collecting side effects on paths from dominator to
typing.h 38 #include "effects.h"
62 typedef v8::internal::Effects<int, kNoVar> Effects;
79 Effects EnterEffects() {
  /frameworks/av/media/libeffects/proxy/
EffectProxy.h 27 SUB_FX_COUNT // The number of sub effects for a Proxy(1 HW, 1 SW)
67 sub_effect_entry_t** sube; // Points to the sub effects
70 effect_handle_t eHandle[SUB_FX_COUNT]; // The effect handles of the sub effects
  /cts/tests/tests/effect/src/android/effect/cts/
EffectTest.java 27 * Test case to assert that the EffectFactory is correctly instantiating the effects that should
38 /** This array contains the list of effects we expect to be available and fuctioning */
69 /** Assert the built-in effects are available */
79 /** Assert that bogus effects are unavailable */
  /cts/tests/tests/security/testeffect/
Android.mk 29 $(call include-path-for, audio-effects)
  /device/lge/hammerhead/voice_processing/
Android.mk 25 $(call include-path-for, audio-effects)
  /external/chromium/chrome/browser/ui/views/
unhandled_keyboard_event_handler.h 30 // have produced from it. (Handling this event may cause undesirable effects,
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrSingleTextureEffect.cpp 8 #include "effects/GrSingleTextureEffect.h"
  /external/chromium_org/ui/views/controls/webview/
unhandled_keyboard_event_handler.h 32 // have produced from it. (Handling this event may cause undesirable effects,

Completed in 1323 milliseconds

1 2 34 5 6 7 8 91011>>