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

<<11121314151617181920>>

  /frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp 434 strlen((const char*)pContext->pEditSettings->Effects[overlayEffectIndex].xVSS.pFramingFilePath);
442 Effects[overlayEffectIndex].xVSS.pFramingFilePath, overlayFileNameLen);
    [all...]
  /frameworks/base/media/mca/effect/java/android/media/effect/
FilterEffect.java 31 * The FilterEffect class is the base class for all Effects based on Filters from the Mobile
SingleFilterEffect.java 30 * Effect subclass for effects based on a single Filter. Subclasses need only invoke the
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
ComposePathEffect_Delegate.java 59 return "Compose Path Effects are not supported in Layout Preview mode.";
CornerPathEffect_Delegate.java 59 return "Corner Path Effects are not supported in Layout Preview mode.";
DiscretePathEffect_Delegate.java 59 return "Discrete Path Effects are not supported in Layout Preview mode.";
PathDashPathEffect_Delegate.java 59 return "Path Dash Path Effects are not supported in Layout Preview mode.";
SumPathEffect_Delegate.java 59 return "Sum Path Effects are not supported in Layout Preview mode.";
  /frameworks/native/services/surfaceflinger/
Android.mk 22 Effects/Daltonizer.cpp \
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFunction.java 37 * <p>To the greatest extent possible, side-effects should be avoided in the
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
ContentHandlerFactoryTest.java 28 " The reason are side effects due to caching in URLConnection." +
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
Function.java 30 * <p>Implementations which may cause side effects upon evaluation are strongly
Predicate.java 25 * <p>Implementations which may cause side effects upon evaluation are strongly
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Function.java 31 * <p>Implementations which may cause side effects upon evaluation are strongly
Predicate.java 25 * <p>Implementations which may cause side effects upon evaluation are strongly
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
__init__.py 49 # Some convenience routines. Don't import Parser and Message as side-effects
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
__init__.py 49 # Some convenience routines. Don't import Parser and Message as side-effects
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
AssetType.java 79 /** Whether this asset type needs an effects parameter */
  /system/core/include/utils/
ProcessCallStack.h 37 // Copy the existing process callstack (no other side effects).
  /system/core/toolbox/
sendevent.c 40 #define EVIOCGEFFECTS _IOR('E', 0x84, int) /* Report number of effects playable at the same time */
  /external/sonivox/arm-wt-22k/lib_src/
eas_xmf.c 109 * Side Effects:
206 * Side Effects:
258 * Side Effects:
280 * Side Effects:
303 * Side Effects:
325 * Side Effects:
366 * Side Effects:
388 * Side Effects:
410 * Side Effects:
433 * Side Effects
    [all...]
  /external/chromium_org/content/renderer/media/
media_stream_dependency_factory.cc 81 // Map of corresponding media constraints and platform effects.
338 // If any platform effects are available, check them against the
339 // constraints. Disable effects to match false constraints, but if a
342 int effects = device_info.device.input.effects; local
343 if (effects != media::AudioParameters::NO_EFFECTS) {
350 effects &= ~kConstraintEffectMap[i].effect;
353 } else if (effects & kConstraintEffectMap[i].effect) {
362 device_info.device.input.effects = effects;
    [all...]
  /development/ide/xcode/graphics.xcodeproj/
project.pbxproj     [all...]
  /frameworks/av/services/audioflinger/
Effects.cpp 322 // TODO: handle configuration of effects replacing track process
1670 Vector< sp<EffectModule> > effects; local
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
rounded_rect_painter.cc 9 #include "third_party/skia/include/effects/SkBlurMaskFilter.h"
10 #include "third_party/skia/include/effects/SkGradientShader.h"

Completed in 1264 milliseconds

<<11121314151617181920>>