| /external/skia/src/effects/ |
| SkLumaColorFilter.cpp | 64 AutoEffectUnref effect(SkNEW(LumaColorFilterEffect)); 65 return CreateEffectRef(effect);
|
| /external/sonivox/arm-fm-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/sonivox/arm-hybrid-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/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/valgrind/main/none/tests/s390x/ |
| ex.stdout.exp | 8 ------- EX 0,... has no effect (writes out target)
|
| exrl.stdout.exp | 8 ------- EXRL 0,... has no effect (writes out target)
|
| /frameworks/base/media/mca/effect/java/android/media/effect/ |
| SingleFilterEffect.java | 18 package android.media.effect; 24 import android.media.effect.EffectContext; 27 * Effect subclass for effects based on a single Filter. Subclasses need only invoke the 28 * constructor with the correct arguments to obtain an Effect implementation. 41 * @param name The name of this effect (used to create it in the EffectFactory).
|
| /external/chromium_org/third_party/WebKit/Source/core/svg/ |
| SVGFEBlendElement.cpp | 90 bool SVGFEBlendElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) 92 FEBlend* blend = static_cast<FEBlend*>(effect); 130 RefPtr<FilterEffect> effect = FEBlend::create(filter, m_mode->currentValue()->enumValue()); 131 FilterEffectVector& inputEffects = effect->inputEffects(); 135 return effect.release();
|
| SVGFEColorMatrixElement.cpp | 90 bool SVGFEColorMatrixElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) 92 FEColorMatrix* colorMatrix = static_cast<FEColorMatrix*>(effect); 162 RefPtr<FilterEffect> effect = FEColorMatrix::create(filter, filterType, filterValues); local 163 effect->inputEffects().append(input1); 164 return effect.release();
|
| SVGFEDisplacementMapElement.cpp | 99 bool SVGFEDisplacementMapElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) 101 FEDisplacementMap* displacementMap = static_cast<FEDisplacementMap*>(effect); 143 RefPtr<FilterEffect> effect = FEDisplacementMap::create(filter, m_xChannelSelector->currentValue()->enumValue(), m_yChannelSelector->currentValue()->enumValue(), m_scale->currentValue()->value()); 144 FilterEffectVector& inputEffects = effect->inputEffects(); 148 return effect.release();
|
| SVGFEMorphologyElement.cpp | 95 bool SVGFEMorphologyElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) 97 FEMorphology* morphology = static_cast<FEMorphology*>(effect); 145 RefPtr<FilterEffect> effect = FEMorphology::create(filter, m_svgOperator->currentValue()->enumValue(), xRadius, yRadius); 146 effect->inputEffects().append(input1); 147 return effect.release();
|
| /frameworks/av/services/audioflinger/ |
| Effects.cpp | 36 // 0; but one side effect of this is to turn all LOGV's as well. Some messages 77 // create effect engine from effect factory 102 // release effect engine 129 // if inserted in first place, move effect control from previous owner to this handle 162 // if removed from first place, move effect control from this handle to next in line 170 // Prevent calls to process() and other functions on effect interface from now on. 171 // The effect engine will be released by the destructor when the last strong reference on 228 // clear auxiliary effect input buffer for next accumulation 272 // do 32 bit to 16 bit conversion for auxiliary effect input buffe 1741 sp<EffectModule> effect = mEffects[i]; local 1771 sp<EffectModule> effect = getEffectIfEnabled(type); local 1790 sp<EffectModule> effect = desc->mEffect.promote(); local 1889 sp<EffectModule> effect = getEffectFromType_l(type); local [all...] |
| /frameworks/av/services/audiopolicy/ |
| AudioPolicyEffects.cpp | 42 // load automatic audio effect modules 111 EffectDesc *effect = effects[i]; local 112 sp<AudioEffect> fx = new AudioEffect(NULL, &effect->mUuid, -1, 0, 0, 117 effect->mName, (int32_t)aliasSource); 121 for (size_t j = 0; j < effect->mParams.size(); j++) { 122 fx->setParameter(effect->mParams[j]); 125 effect->mName, (int32_t)aliasSource); 251 EffectDesc *effect = effects[i]; local 252 sp<AudioEffect> fx = new AudioEffect(NULL, &effect->mUuid, 0, 0, 0, 257 effect->mName, audioSession) 536 EffectDesc *effect = new EffectDesc(*effects[i]); \/\/ deep copy local 628 EffectDesc *effect = loadEffect(node); local [all...] |
| /external/chromium_org/third_party/skia/src/gpu/effects/ |
| GrConfigConversionEffect.cpp | 20 const GrConfigConversionEffect& effect = drawEffect.castEffect<GrConfigConversionEffect>(); local 21 fSwapRedAndBlue = effect.swapsRedAndBlue(); 22 fPMConversion = effect.pmConversion(); 47 // Add a compensation(0.001) here to avoid the side effect of the floor operation. 132 AutoEffectUnref effect(SkNEW_ARGS(GrConfigConversionEffect, 137 return CreateEffectRef(effect); 271 AutoEffectUnref effect(SkNEW_ARGS(GrConfigConversionEffect, (texture, 275 return CreateEffectRef(effect);
|
| GrBezierEffect.cpp | 150 GrEffectRef* effect; local 154 effect = GrConicEffect::Create(edgeType, caps); 155 } while (NULL == effect); 156 return effect; 288 GrEffectRef* effect; local 292 effect = GrQuadEffect::Create(edgeType, caps); 293 } while (NULL == effect); 294 return effect; 436 GrEffectRef* effect; local 440 effect = GrCubicEffect::Create(edgeType, caps) [all...] |
| /external/chromium_org/third_party/skia/tests/ |
| GLProgramsTest.cpp | 169 SkAutoTUnref<const GrEffectRef> effect(GrEffectTestFactory::CreateStage( 174 SkASSERT(effect); 175 int numAttribs = (*effect)->numVertexAttribs(); 177 // If adding this effect would exceed the max attrib count then generate a 178 // new random effect. 184 // If adding this effect would exceed the max texture coord set count then generate a 185 // new random effect. 186 if (useFixedFunctionTexturing && !(*effect)->hasVertexCode()) { 187 int numTransforms = (*effect)->numTransforms(); 194 useFixedFunctionTexturing = useFixedFunctionTexturing && !(*effect)->hasVertexCode() [all...] |
| /external/skia/src/gpu/effects/ |
| GrConfigConversionEffect.cpp | 20 const GrConfigConversionEffect& effect = drawEffect.castEffect<GrConfigConversionEffect>(); local 21 fSwapRedAndBlue = effect.swapsRedAndBlue(); 22 fPMConversion = effect.pmConversion(); 47 // Add a compensation(0.001) here to avoid the side effect of the floor operation. 132 AutoEffectUnref effect(SkNEW_ARGS(GrConfigConversionEffect, 137 return CreateEffectRef(effect); 271 AutoEffectUnref effect(SkNEW_ARGS(GrConfigConversionEffect, (texture, 275 return CreateEffectRef(effect);
|
| GrBezierEffect.cpp | 150 GrEffectRef* effect; local 154 effect = GrConicEffect::Create(edgeType, caps); 155 } while (NULL == effect); 156 return effect; 288 GrEffectRef* effect; local 292 effect = GrQuadEffect::Create(edgeType, caps); 293 } while (NULL == effect); 294 return effect; 436 GrEffectRef* effect; local 440 effect = GrCubicEffect::Create(edgeType, caps) [all...] |
| /external/skia/tests/ |
| GLProgramsTest.cpp | 169 SkAutoTUnref<const GrEffectRef> effect(GrEffectTestFactory::CreateStage( 174 SkASSERT(effect); 175 int numAttribs = (*effect)->numVertexAttribs(); 177 // If adding this effect would exceed the max attrib count then generate a 178 // new random effect. 184 // If adding this effect would exceed the max texture coord set count then generate a 185 // new random effect. 186 if (useFixedFunctionTexturing && !(*effect)->hasVertexCode()) { 187 int numTransforms = (*effect)->numTransforms(); 194 useFixedFunctionTexturing = useFixedFunctionTexturing && !(*effect)->hasVertexCode() [all...] |
| /external/chromium_org/third_party/skia/src/gpu/ |
| GrDrawState.h | 324 /// @name Effect Stages 325 /// Each stage hosts a GrEffect. The effect produces an output color or coverage in the fragment 343 const GrEffectRef* addColorEffect(const GrEffectRef* effect, int attr0 = -1, int attr1 = -1) { 344 SkASSERT(NULL != effect); 345 SkNEW_APPEND_TO_TARRAY(&fColorStages, GrEffectStage, (effect, attr0, attr1)); 346 return effect; 349 const GrEffectRef* addCoverageEffect(const GrEffectRef* effect, int attr0 = -1, int attr1 = -1) { 350 SkASSERT(NULL != effect); 351 SkNEW_APPEND_TO_TARRAY(&fCoverageStages, GrEffectStage, (effect, attr0, attr1)); 352 return effect; 359 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix); local 364 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix); local 371 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix, params); local 378 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix, params); local [all...] |
| /external/chromium_org/ui/base/dragdrop/ |
| drag_source_win.cc | 30 HRESULT DragSourceWin::GiveFeedback(DWORD effect) {
|
| /external/skia/src/gpu/ |
| GrDrawState.h | 324 /// @name Effect Stages 325 /// Each stage hosts a GrEffect. The effect produces an output color or coverage in the fragment 343 const GrEffectRef* addColorEffect(const GrEffectRef* effect, int attr0 = -1, int attr1 = -1) { 344 SkASSERT(NULL != effect); 345 SkNEW_APPEND_TO_TARRAY(&fColorStages, GrEffectStage, (effect, attr0, attr1)); 346 return effect; 349 const GrEffectRef* addCoverageEffect(const GrEffectRef* effect, int attr0 = -1, int attr1 = -1) { 350 SkASSERT(NULL != effect); 351 SkNEW_APPEND_TO_TARRAY(&fCoverageStages, GrEffectStage, (effect, attr0, attr1)); 352 return effect; 359 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix); local 364 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix); local 371 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix, params); local 378 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix, params); local [all...] |
| /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
| RenderSVGResourceFilter.cpp | 90 RefPtr<FilterEffect> effect = effectElement->build(builder.get(), filter); local 91 if (!effect) { 95 builder->appendEffectToEffectReferences(effect, effectElement->renderer()); 96 effectElement->setStandardAttributes(effect.get()); 97 effect->setEffectBoundaries(SVGLengthContext::resolveRectangle<SVGFilterPrimitiveStandardAttributes>(effectElement, filterElement->primitiveUnits()->currentValue()->enumValue(), targetBoundingBox)); 98 effect->setOperatingColorSpace( 100 builder->add(AtomicString(effectElement->result()->currentValue()->value()), effect); 293 // Even if the target objectBoundingBox() is empty, we still have to draw the last effect result image in postApplyResource. 412 FilterEffect* effect = builder->effectByRenderer(object); local 413 if (!effect) [all...] |
| /device/asus/fugu/libaudio/ |
| AudioStreamIn.h | 52 status_t addAudioEffect(effect_handle_t effect); 53 status_t removeAudioEffect(effect_handle_t effect);
|
| /external/chromium_org/third_party/WebKit/Source/core/animation/ |
| Animation.h | 66 const AnimationEffect* effect() const { return m_effect.get(); } function in class:WebCore::FINAL 67 AnimationEffect* effect() { return m_effect.get(); } function in class:WebCore::FINAL
|