HomeSort by relevance Sort by last modified time
    Searched full:effect (Results 401 - 425 of 6243) sorted by null

<<11121314151617181920>>

  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/js/
effect.js 7 suite('effect', function() {
233 test('Make property specific keyframe groups for a simple effect with one property.', function() {
252 test('Make property specific keyframe groups for an effect with three properties.', function() {
410 test('Make interpolations for a simple effect with one property.', function() {
433 suite('effect-convertEffectInput', function() {
444 test('Convert effect input for a simple effect with one property.', function() {
468 test('Convert effect input where one property is animated and the property has two keyframes at offset 1.', function() {
483 test('Convert effect input and apply effect at fraction null.', function()
    [all...]
  /external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
WebRtcAudioEffects.java 52 // Contains the audio effect objects. Created in enable() and destroyed
58 // Affects the final state given to the setEnabled() method on each effect.
59 // The default state is set to "disabled" but each effect can also be enabled
61 // To enable an effect, both the shouldEnableXXX member and the static
219 // of the AEC effect is modified. Returns true if HW AEC is supported and
238 // of the AGC effect is modified. Returns true if HW AGC is supported and
257 // of the NS effect is modified. Returns true if HW NS is supported and
349 // Releases all native audio effect resources. It is a good practice to
350 // release the effect engine when not in use as control can be returned
368 // Returns true for effect types in |type| that are of "VoIP" types
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaPresetReverbTest.java 47 // Implementor UUID for volume controller effect defined in
51 // Implementor UUID for preset reverb effect defined in
105 assertTrue(msg +": invalid effect ID", (reverb.getId() != 0));
113 msg = msg.concat(": Effect library not loaded");
189 // 2 - Effect action
233 assertTrue(msg + ": reverb has no effect", energy1000 > 0);
295 // reverb will be chosen by the effect framework as we are on session 0
306 // effect chain
316 assertTrue(msg + ": reverb has no effect", energy1000 > 0);
365 Log.e(TAG, "getReverb() Effect library not loaded exception: "+e)
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 35 /// There is no effect.
86 /// when the effect of the call is completely unknown.
100 /// The models the effect that the called function decrements the reference
107 /// The models the effect that the called function decrements the reference
221 /// Returns the effect on the return value.
  /external/skia/src/gpu/effects/
GrBezierEffect.h 19 * The output of this effect is a hairline edge for conics.
47 * approx. So this version is not the one to use. Version 2 has the opposite effect
51 * chopping to tighten the clipping. Another side effect of the overestimating is
130 * The output of this effect is a hairline edge for quadratics.
212 * The output of this effect is a hairline edge for non rational cubics.
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/lib/
LVCS.h 87 /* Effect Level */
88 #define LVCS_EFFECT_LOW 16384 /* Effect scaling 50% */
89 #define LVCS_EFFECT_MEDIUM 24576 /* Effect scaling 75% */
90 #define LVCS_EFFECT_HIGH 32767 /* Effect Scaling 100% */
206 LVM_INT16 EffectLevel; /* Effect level */
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_BypassMix.c 47 /* processing blocks and by the effect level gain. */
50 /* as they are mixed together the correct effect is achieved, this is the value */
92 /* Select no effect level */
134 * Correct gain for the effect level
189 /* overall system gain and allow progressive control of the Concert Sound effect. */
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
PresetReverbTest.java 224 public void onEnableStatusChange(AudioEffect effect, boolean enabled) {
227 public void onControlStatusChange(AudioEffect effect, boolean controlGranted) {
231 public void onParameterChange(PresetReverb effect, int status, int param, short value) {
257 Log.e(TAG,"PresetReverb effect not supported");
261 Log.e(TAG,"PresetReverb effect not found");
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
OpReorderer.java 81 // going in reverse, first revert the effect of add
97 // now affect of add is consumed. now apply effect of first remove
162 // going in reverse, first revert the effect of add
184 // going in reverse, first revert the effect of add
192 // now affect of add is consumed. now apply effect of first remove
  /external/sonivox/arm-wt-22k/lib_src/
eas_mixer.c 117 /* need to clear other side-chain effect buffers (chorus & reverb) */
143 if (pEASData->effectsModules[EAS_MODULE_MAXIMIZER].effect)
179 /* enhancer effect */
181 (*pEASData->effectsModules[EAS_MODULE_ENHANCER].effect->pfProcess)
189 /* graphic EQ effect */
191 (*pEASData->effectsModules[EAS_MODULE_GRAPHIC_EQ].effect->pfProcess)
199 /* compressor effect */
201 (*pEASData->effectsModules[EAS_MODULE_COMPRESSOR].effect->pfProcess)
214 (*pEASData->effectsModules[EAS_MODULE_WOW].effect->pfProcess)
222 /* ToneControlEQ effect */
    [all...]
  /external/clang/test/SemaCXX/
warn-absolute-value.cpp     [all...]
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
FlameMain.java 202 private ParticleEffect effect; field in class:FlameMain
211 effect = new ParticleEffect();
212 particleSystem.add(effect);
382 Array<ParticleController> effectControllers = effect.getControllers();
390 effect.init();
391 effect.start();
587 effect.start();
933 ParticleEffect effect = out.get(i); local
    [all...]
  /external/clang/test/Sema/
warn-absolute-value.c     [all...]
format-strings-scanf.c 45 scanf("%hhs", "foo"); // expected-warning{{length modifier 'hh' results in undefined behavior or no effect with 's' conversion specifier}}
46 scanf("%1$zp", &p); // expected-warning{{length modifier 'z' results in undefined behavior or no effect with 'p' conversion specifier}}
65 scanf(kFormat4, &i); // expected-warning {{length modifier 'l' results in undefined behavior or no effect with 'p' conversion specifier}}
86 scanf("%h[abc]", sp); // expected-warning{{length modifier 'h' results in undefined behavior or no effect with '[' conversion specifier}}
88 scanf("%ll[xyx]", ls); // expected-warning {{length modifier 'll' results in undefined behavior or no effect with '[' conversion specifier}}
111 scanf("%md", sp); // expected-warning{{length modifier 'm' results in undefined behavior or no effect with 'd' conversion specifier}}
  /external/v8/src/compiler/
common-operator-reducer.cc 170 Node* const effect = node->InputAt(0); local
171 DCHECK_NE(node, effect);
179 if (input != effect) return NoChange();
183 return Replace(effect);
277 Node* const effect = node->InputAt(1); local
281 effect->opcode() == IrOpcode::kEffectPhi &&
282 NodeProperties::GetControlInput(effect) == control &&
287 DCHECK_EQ(control_input_count, effect->InputCount() - 1);
296 effect->InputAt(i), control->InputAt(i));
escape-analysis.cc 940 PrintF("Dangeling effect node: #%d (%s)\n", node->id(),
944 Node* effect = NodeProperties::GetEffectInput(node); local
945 // Break the cycle for effect phis.
946 if (effect->opcode() == IrOpcode::kEffectPhi) {
947 if (virtual_states_[effect->id()] == nullptr) {
948 virtual_states_[effect->id()] =
952 DCHECK_NOT_NULL(virtual_states_[effect->id()]);
953 if (IsEffectBranchPoint(effect)) {
956 static_cast<void*>(virtual_states_[effect->id()]), effect->id()
    [all...]
js-native-context-specialization.cc 66 Node* effect = NodeProperties::GetEffectInput(node); local
96 Node* const exit_effect = effect;
114 Node* receiverissmi_effect = effect;
116 // Load the {receiver} map. The resulting effect is the dominating effect for
118 Node* receiver_map = effect =
120 receiver, effect, control);
127 Node* this_effect = effect;
425 value = effect = control = jsgraph()->Dead();
428 effect = effects.front()
491 Node* effect = NodeProperties::GetEffectInput(node); local
    [all...]
node-properties.cc 165 void NodeProperties::ReplaceEffectInput(Node* node, Node* effect, int index) {
167 return node->ReplaceInput(FirstEffectIndex(node) + index, effect);
210 void NodeProperties::ReplaceUses(Node* node, Node* value, Node* effect,
212 // Requires distinguishing between value, effect and control edges.
225 DCHECK_NOT_NULL(effect);
226 edge.UpdateTo(effect);
  /frameworks/av/media/libeffects/loudness/
EffectLoudnessEnhancer.cpp 31 // effect_handle_t interface implementation for LE effect
63 //--- Local functions (not directly used by effect interface)
92 // pContext: effect engine context
126 // pContext: effect engine context
146 // pContext: effect engine context
188 //--- Effect Library Interface Implementation
264 //--- Effect Control Interface Implementation
429 /* Effect Control Interface Implementation: get_descriptor */
445 // effect_handle_t interface implementation for DRC effect
  /frameworks/av/media/libeffects/lvm/lib/Bundle/lib/
LVM.h 79 /* Concert Sound effect level presets */
80 #define LVM_CS_EFFECT_NONE 0 /* 0% effect, minimum value */
81 #define LVM_CS_EFFECT_LOW 16384 /* 50% effect */
82 #define LVM_CS_EFFECT_MED 24576 /* 75% effect */
83 #define LVM_CS_EFFECT_HIGH 32767 /* 100% effect, maximum value */
88 /* Bass enhancement effect level presets */
89 #define LVM_BE_0DB 0 /* 0dB boost, no effect */
274 LVM_INT16 CS_EffectLevel; /* Concert Sound effect level */
283 LVM_INT16 BE_EffectLevel; /* Bass Enhancement effect level */
    [all...]
  /frameworks/base/core/tests/coretests/src/android/text/
StaticLayoutTest.java 70 * Basic test showing effect of includePad = true with 1 line.
85 * Basic test showing effect of includePad = true wrapping to 2 lines.
102 * Basic test showing effect of includePad = true wrapping to 3 lines.
121 * Basic test showing effect of includePad = true wrapping to 3 lines and
122 * large text. See effect of leading. Currently, we don't expect there to
149 * Basic test showing effect of includePad = true, spacingAdd = 2, wrapping
170 * Basic test showing effect of includePad = true, spacingAdd = 2,
192 * Basic test showing effect of includePad = true, spacingAdd = 0,
215 // Models the effect of the scale and add parameters. I think the current
  /frameworks/av/services/audioflinger/
Threads.h 303 // effect
310 // get effect chain corresponding to session Id.
314 // add an effect chain to the chain list (mEffectChains)
316 // remove an effect chain from the chain list (mEffectChains)
318 // lock all effect chains Mutexes. Must be called before releasing the
323 // unlock effect chains after process
327 // set audio mode to all effect chains
329 // get effect module with corresponding ID on specified audio session
332 // add and effect module. Also creates the effect chain is none exists fo
    [all...]
AudioFlinger.h 557 // Specific types are audio_io_handle_t, audio_session_t, effect ID (int),
589 // Store an effect chain to mOrphanEffectChains keyed vector.
592 // effect chain and same instances in the effect library.
597 // Get an effect chain for the specified session in mOrphanEffectChains and remove
600 // Called when the last effect handle on an effect instance is removed. If this
601 // effect belongs to an effect chain in mOrphanEffectChains, the chain is updated
602 // and removed from mOrphanEffectChains if it does not contain any effect
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES_Android.h 34 /* Android Effect interface */
39 /** Android Effect interface methods */
71 /* Android Effect Send interface */
76 /** Android Effect Send interface methods */
115 /* Android Effect Capabilities interface */
120 /** Android Effect Capabilities interface methods */
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/
BodyDef.java 70 * 1.0f but the damping effect becomes sensitive to the time step when the damping parameter is
77 * 1.0f but the damping effect becomes sensitive to the time step when the damping parameter is
224 * 1.0f but the damping effect becomes sensitive to the time step when the damping parameter is
233 * 1.0f but the damping effect becomes sensitive to the time step when the damping parameter is
242 * 1.0f but the damping effect becomes sensitive to the time step when the damping parameter is
251 * 1.0f but the damping effect becomes sensitive to the time step when the damping parameter is

Completed in 662 milliseconds

<<11121314151617181920>>