HomeSort by relevance Sort by last modified time
    Searched refs:effect (Results 301 - 325 of 505) sorted by null

<<11121314151617181920>>

  /frameworks/base/media/java/android/media/
AudioService.java 241 /* Sound effect file names */
245 /* Sound effect file name mapping sound effect id (AudioManager.FX_xxx) to
246 * file index in SOUND_EFFECT_FILES[] (first column) and indicating if effect
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_public.c 427 pEASData->effectsModules[module].effect = EAS_CMEnumFXModules(module);
428 if (pEASData->effectsModules[module].effect != NULL)
430 if ((result = (*pEASData->effectsModules[module].effect->pfInit)(pEASData, &pEASData->effectsModules[module].effectData)) != EAS_SUCCESS)
511 if (pEASData->effectsModules[i].effect)
513 if ((result = (*pEASData->effectsModules[i].effect->pfShutdown)(pEASData, pEASData->effectsModules[i].effectData)) != EAS_SUCCESS)
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_public.c 427 pEASData->effectsModules[module].effect = EAS_CMEnumFXModules(module);
428 if (pEASData->effectsModules[module].effect != NULL)
430 if ((result = (*pEASData->effectsModules[module].effect->pfInit)(pEASData, &pEASData->effectsModules[module].effectData)) != EAS_SUCCESS)
511 if (pEASData->effectsModules[i].effect)
513 if ((result = (*pEASData->effectsModules[i].effect->pfShutdown)(pEASData, pEASData->effectsModules[i].effectData)) != EAS_SUCCESS)
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_public.c 428 pEASData->effectsModules[module].effect = EAS_CMEnumFXModules(module);
429 if (pEASData->effectsModules[module].effect != NULL)
431 if ((result = (*pEASData->effectsModules[module].effect->pfInit)(pEASData, &pEASData->effectsModules[module].effectData)) != EAS_SUCCESS)
512 if (pEASData->effectsModules[i].effect)
514 if ((result = (*pEASData->effectsModules[i].effect->pfShutdown)(pEASData, pEASData->effectsModules[i].effectData)) != EAS_SUCCESS)
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMX3A.cpp 272 if ( mFirstTimeInit || (( str != NULL ) && ( mParameters3A.Effect != mode )) )
274 mParameters3A.Effect = mode;
275 CAMHAL_LOGDB("Effect %d", mParameters3A.Effect);
276 if ( 0 <= mParameters3A.Effect )
403 Gen3A.Effect = getLUTvalue_HALtoOMX(OMXCameraAdapter::DEFAULT_EFFECT, EffLUT);
1265 OMX_CONFIG_IMAGEFILTERTYPE effect; local
    [all...]
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkTwoPointRadialGradient.cpp 441 AutoEffectUnref effect(SkNEW_ARGS(GrRadial2Gradient, (ctx, shader, matrix, tm)));
442 return CreateEffectRef(effect);
534 GrEffectRef* effect;
536 shader->asNewEffect(context, paint, NULL, &grColor, &effect);
537 return effect;
  /external/skia/src/effects/gradients/
SkTwoPointRadialGradient.cpp 441 AutoEffectUnref effect(SkNEW_ARGS(GrRadial2Gradient, (ctx, shader, matrix, tm)));
442 return CreateEffectRef(effect);
534 GrEffectRef* effect;
536 shader->asNewEffect(context, paint, NULL, &grColor, &effect);
537 return effect;
  /packages/apps/Camera/src/com/android/camera/
EffectsRecorder.java 180 /** Determine if a given effect is supported at runtime
453 public void setEffect(int effect, Object effectParameter) {
455 "setEffect: effect ID " + effect +
466 mEffect = effect;
634 throw new RuntimeException("Unknown effect ID" + mEffect + "!");
706 throw new RuntimeException("No effect selected!");
709 throw new RuntimeException("No effect parameter provided!");
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrDashingEffect.cpp 28 // Returns whether or not the gpu can fast path the dash line effect.
414 * The effect calculates the coverage for the case of a horizontal line in device space.
607 GrEffectRef* effect; local
619 effect = DashingLineEffect::Create(edgeType, info, strokeWidth);
620 return effect;
GrDistanceFieldTextureEffect.cpp 75 // we adjust for the effect of the transformation on the distance by using
131 GrTexture* texture = drawEffect.effect()->get()->texture(0);
319 // we adjust for the effect of the transformation on the distance by using
389 GrTexture* texture = drawEffect.effect()->get()->texture(0);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
transform_neon.S 55 lsl r6, #5 @ Together with vqdmulh, net effect is ">> 26".
534 lsl r0, #15 @ Together with vqdmulh, net effect is ">> 16".
583 lsl r0, #16 @ With vqdmulh and vrshrn, net effect is ">> 25".
  /external/skia/src/gpu/effects/
GrDashingEffect.cpp 28 // Returns whether or not the gpu can fast path the dash line effect.
414 * The effect calculates the coverage for the case of a horizontal line in device space.
607 GrEffectRef* effect; local
619 effect = DashingLineEffect::Create(edgeType, info, strokeWidth);
620 return effect;
  /external/chromium_org/third_party/skia/tools/skpdiff/
diff_viewer.js 136 // the magnification effect
149 // effect across the 3 images being compared.
173 // event handler that triggers the end of the magnification effect and
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 308 ExprEffect(int effect, Environment* env)
309 : effect_((effect & kAllEffects) |
335 Environment ApplyEffect(ExprEffect effect) const {
336 Environment out = effect.hasGC() ? Environment() : Environment(*this);
337 if (effect.env() != NULL) out.live_ |= effect.env()->live_;
    [all...]
  /external/skia/tools/skpdiff/
diff_viewer.js 136 // the magnification effect
149 // effect across the 3 images being compared.
173 // event handler that triggers the end of the magnification effect and
  /device/samsung/manta/audio/
audio_hw.c     [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_swap_control.spec 83 takes effect when glXSwapBuffers is first called subsequent to the
  /external/chromium_org/third_party/skia/src/effects/
SkGpuBlurUtils.cpp 177 SkAutoTUnref<GrEffectRef> effect(GrTextureDomainEffect::Create(
183 paint.addColorEffect(effect);
  /external/chromium_org/third_party/skia/tools/lua/
scrape_dashing_full.lua 112 eventually would like to print out info on drawPath verbs with dashed effect
  /external/chromium_org/v8/test/mjsunit/compiler/
countoperation.js 47 // Test effect context.
literals.js 86 // Test array literals in effect context.
  /external/chromium_org/v8/test/mjsunit/
deopt-with-fp-regs.js 49 // Write to a field of a global object. As for any side effect, a HSimulate
  /external/chromium_org/v8/test/webkit/
dfg-constant-fold-misprediction.js 44 // and recompilation with exponential backoff) to take effect so that the next
  /external/mesa3d/docs/
MESA_swap_control.spec 83 takes effect when glXSwapBuffers is first called subsequent to the
  /external/skia/src/effects/
SkGpuBlurUtils.cpp 177 SkAutoTUnref<GrEffectRef> effect(GrTextureDomainEffect::Create(
183 paint.addColorEffect(effect);

Completed in 1675 milliseconds

<<11121314151617181920>>