| /frameworks/av/services/audioflinger/ |
| AudioFlinger.cpp | 70 // 0; but one side effect of this is to turn all LOGV's as well. Some messages 103 // we define a minimum time during which a global effect is considered enabled. 421 // dump orphan effect chains 423 write(fd, " Orphan Effect Chains\n", strlen(" Orphan Effect Chains\n")); 603 // check if an effect chain with the same session ID is present on another 629 // move effect chain to this output thread if an effect on same session was waiting 2234 sp<EffectModule> effect = ec->mEffects[0]; local 2605 sp<EffectModule> effect = chain->getEffectFromId_l(0); local [all...] |
| Effects.h | 22 //--- Audio Effect Management 33 // The EffectModule class is a wrapper object controlling the effect engine implementation 34 // in the effect library. It prevents concurrent calls to process() and command() functions 36 // to all client applications using this effect and notifies applications of effect state, 38 // reset, enable, disable commands to effect engine and provide volume 40 // When controlling an auxiliary effect, the EffectModule also provides an input buffer used by 130 // Maximum time allocated to effect engines to complete the turn off sequence 142 wp<EffectChain> mChain; // parent effect chain 145 const effect_descriptor_t mDescriptor;// effect descriptor received from effect engin 210 sp<EffectModule> effect() const { return mEffect; } function in class:EffectHandle [all...] |
| Threads.cpp | 76 // 0; but one side effect of this is to turn all LOGV's as well. Some messages 618 snprintf(buffer, SIZE, " %zu Effect Chains\n", numEffectChains); 835 ALOGV("updateSuspendedSessions_l() suspend adding effect %08x", key); 844 ALOGV("updateSuspendedSessions_l() restore removing effect %08x", key); 858 void AudioFlinger::ThreadBase::checkSuspendOnEffectEnabled(const sp<EffectModule>& effect, 863 checkSuspendOnEffectEnabled_l(effect, enabled, sessionId); 866 void AudioFlinger::ThreadBase::checkSuspendOnEffectEnabled_l(const sp<EffectModule>& effect, 871 // suspend all effects in AUDIO_SESSION_OUTPUT_MIX when enabling any effect on 872 // another session. This gives the priority to well behaved effect control panels 897 sp<EffectModule> effect; local 2347 sp<EffectModule> effect = getEffect_l(AUDIO_SESSION_OUTPUT_MIX, EffectId); local [all...] |
| Tracks.cpp | 44 // 0; but one side effect of this is to turn all LOGV's as well. Some messages 963 sp<EffectModule> effect = chain->getEffectFromId_l(EffectId); local [all...] |
| /external/chromium_org/third_party/skia/src/effects/ |
| SkArithmeticMode.cpp | 37 virtual bool asNewEffect(GrEffectRef** effect, GrTexture* background) const SK_OVERRIDE; 267 AutoEffectUnref effect(SkNEW_ARGS(GrArithmeticEffect, (k1, k2, k3, k4, enforcePMColor, 269 return CreateEffectRef(effect); 432 bool SkArithmeticMode_scalar::asNewEffect(GrEffectRef** effect, GrTexture* background) const { 433 if (effect) { 434 *effect = GrArithmeticEffect::Create(SkScalarToFloat(fK[0]),
|
| /external/chromium_org/v8/test/mjsunit/regress/ |
| regress-969.js | 28 // Regression test for bugs when deoptimizing after assignments in effect 32 // deoptimizing after an assignment in effect context (the value of the 36 // This test uses comma expressions to put assignments in effect contexts,
|
| regress-1167.js | 30 // Deoptimization after a logical not in an effect context should not see a 64 // translated into !(e0 == e1)) and different effect context.
|
| /external/skia/src/effects/ |
| SkArithmeticMode.cpp | 37 virtual bool asNewEffect(GrEffectRef** effect, GrTexture* background) const SK_OVERRIDE; 267 AutoEffectUnref effect(SkNEW_ARGS(GrArithmeticEffect, (k1, k2, k3, k4, enforcePMColor, 269 return CreateEffectRef(effect); 432 bool SkArithmeticMode_scalar::asNewEffect(GrEffectRef** effect, GrTexture* background) const { 433 if (effect) { 434 *effect = GrArithmeticEffect::Create(SkScalarToFloat(fK[0]),
|
| /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");
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| d3dx9effect.h | 283 STDMETHOD(CloneEffect)(THIS_ struct IDirect3DDevice9 *device, struct ID3DXEffect **effect) PURE; 358 STDMETHOD(CompileEffect)(THIS_ DWORD flags, ID3DXBuffer **effect, ID3DXBuffer **error_msgs) PURE; 371 struct ID3DXEffectPool *pool, struct ID3DXEffect **effect, struct ID3DXBuffer **compilation_errors); 374 struct ID3DXEffectPool *pool, struct ID3DXEffect **effect, struct ID3DXBuffer **compilation_errors); 379 struct ID3DXEffectPool *pool, struct ID3DXEffect **effect, struct ID3DXBuffer **compilation_errors); 382 struct ID3DXEffectPool *pool, struct ID3DXEffect **effect, struct ID3DXBuffer **compilation_errors); 387 struct ID3DXEffectPool *pool, struct ID3DXEffect **effect, struct ID3DXBuffer **compilation_errors); 390 struct ID3DXEffectPool *pool, struct ID3DXEffect **effect, struct ID3DXBuffer **compilation_errors); 396 struct ID3DXEffect **effect, struct ID3DXBuffer **compilation_errors); 400 struct ID3DXEffect **effect, struct ID3DXBuffer **compilation_errors) [all...] |
| /build/core/ |
| pathmap.mk | 82 media/mca/effect \
|
| /cts/tests/tests/effect/src/android/effect/cts/ |
| GLEnv.java | 17 package android.effect.cts;
|
| /external/chromium_org/third_party/WebKit/Source/core/animation/css/ |
| CSSAnimations.cpp | 332 RefPtrWillBeRawPtr<Animation> animation = Animation::create(element, inertAnimation->effect(), inertAnimation->specifiedTiming(), Animation::DefaultPriority, eventDelegate.release()); 370 RefPtrWillBeRawPtr<AnimationEffect> effect = inertAnimation->effect(); 378 AnimatableValueKeyframeEffectModel* oldEffect = toAnimatableValueKeyframeEffectModel(inertAnimation->effect()); 386 RefPtrWillBeRawPtr<InertAnimation> inertAnimationForSampling = InertAnimation::create(oldAnimation->effect(), oldAnimation->specifiedTiming(), false); 391 effect = AnimatableValueKeyframeEffectModel::create(newFrames); 394 RefPtrWillBeRawPtr<Animation> transition = Animation::create(element, effect, inertAnimation->specifiedTiming(), Animation::TransitionPriority, eventDelegate.release()); 449 RefPtrWillBeRawPtr<AnimatableValueKeyframeEffectModel> effect = AnimatableValueKeyframeEffectModel::create(keyframes); 450 update->startTransition(id, eventId, from.get(), to.get(), InertAnimation::create(effect, timing, false)); [all...] |
| /external/chromium_org/third_party/mesa/src/docs/OLD/ |
| MESA_sprite_point.spec | 52 Texgen and the texture matrix have no effect on the point's s and t 68 POLYGON_SMOOTH does effect the rendering of the quadrilateral, however. 79 POLYGON_MODE does not effect the rasterization of the quadrilateral. 150 normal point sampling rules. POLYGON_MODE does not effect the 153 POINT_SMOOTH has no effect when SPRITE_POINT_MESA is enabled.
|
| /external/chromium_org/v8/test/mjsunit/compiler/ |
| dead-loops-neg.js | 72 for (var i = 0; i < 10; i++) a.toString(); // unknown side-effect on a. 77 for (var i = 0; i < 10; i++) a.valueOf(); // unknown side-effect on a.
|
| /external/chromium_org/v8/test/mjsunit/ |
| override-read-only-property.js | 43 // but is read-only in a prototype does not take effect. 50 // but is read-only in a prototype does not take effect.
|
| /external/mesa3d/docs/OLD/ |
| MESA_sprite_point.spec | 52 Texgen and the texture matrix have no effect on the point's s and t 68 POLYGON_SMOOTH does effect the rendering of the quadrilateral, however. 79 POLYGON_MODE does not effect the rasterization of the quadrilateral. 150 normal point sampling rules. POLYGON_MODE does not effect the 153 POINT_SMOOTH has no effect when SPRITE_POINT_MESA is enabled.
|
| /device/htc/flounder/audio/hal/ |
| audio_hw.c | 1302 effect_handle_t effect = effect_info->effect_itfe; local [all...] |
| /external/chromium_org/third_party/skia/src/gpu/ |
| GrContext.cpp | 1470 SkAutoTUnref<const GrEffectRef> effect; local 1642 SkAutoTUnref<const GrEffectRef> effect; local [all...] |
| /external/skia/src/gpu/ |
| GrContext.cpp | 1470 SkAutoTUnref<const GrEffectRef> effect; local 1642 SkAutoTUnref<const GrEffectRef> effect; local [all...] |
| /developers/build/lib/ |
| assetstudio.jar | |
| /external/bluetooth/bluedroid/audio_a2dp_hw/ |
| audio_a2dp_hw.c | 792 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) 795 UNUSED(effect); 801 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) 804 UNUSED(effect); 982 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) 985 UNUSED(effect); 991 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) 994 UNUSED(effect); [all...] |
| /external/chromium_org/extensions/renderer/resources/ |
| greasemonkey_api.js | 7 // have your change take effect.
|
| /external/chromium_org/skia/ext/ |
| vector_canvas_unittest.cc | 733 skia::RefPtr<SkPathEffect> effect = skia::AdoptRef( local 735 paint.setPathEffect(effect.get()); 753 skia::RefPtr<SkPathEffect> effect = skia::AdoptRef( local 755 paint.setPathEffect(effect.get()); 771 skia::RefPtr<SkPathEffect> effect = skia::AdoptRef( local 773 paint.setPathEffect(effect.get()); 787 skia::RefPtr<SkPathEffect> effect = skia::AdoptRef( local 789 paint.setPathEffect(effect.get());
|
| /external/chromium_org/third_party/skia/src/gpu/effects/ |
| GrRRectEffect.cpp | 123 GrEffectRef* effect; local 126 effect = GrRRectEffect::Create(et, rrect); 127 } while (NULL == effect); 128 return effect; 475 GrEffectRef* effect; local 478 effect = GrRRectEffect::Create(et, rrect); 479 } while (NULL == effect); 480 return effect; [all...] |