/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
LVCS_Private.h | 98 LVM_INT16 CompFull; /* Post CS compression 100% effect */ 99 LVM_INT16 CompMin; /* Post CS compression 0% effect */ 100 LVM_INT16 GainFull; /* CS gain correct 100% effect */ 101 LVM_INT16 GainMin; /* CS gain correct 0% effect */
|
/frameworks/av/services/audiopolicy/service/ |
AudioPolicyEffects.cpp | 42 // load automatic audio effect modules 111 EffectDesc *effect = effects[i]; local 112 sp<AudioEffect> fx = new AudioEffect(NULL, String16("android"), &effect->mUuid, -1, 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); 256 EffectDesc *effect = effects[i]; local 257 sp<AudioEffect> fx = new AudioEffect(NULL, String16("android"), &effect->mUuid, 0, 0, 0, 262 effect->mName, audioSession) 579 EffectDesc *effect = new EffectDesc(*effects[i]); \/\/ deep copy local 671 EffectDesc *effect = loadEffect(node); local [all...] |
/frameworks/base/graphics/java/android/graphics/ |
SumPathEffect.java | 22 * Construct a PathEffect whose effect is to apply two effects, in sequence.
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
Parallaxable.java | 22 * {@link Drawable}s that support a parallax effect when drawing should
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
WallpaperUtils.java | 64 * As a ratio of screen height, the total distance we want the parallax effect to span 70 // At an aspect ratio of 16/10, the wallpaper parallax effect should span 1.5 * screen width 71 // At an aspect ratio of 10/16, the wallpaper parallax effect should span 1.2 * screen width 72 // We will use these two data points to extrapolate how much the wallpaper parallax effect
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
IndicatorButton.java | 109 EffectSettingPopup effect = (EffectSettingPopup) inflater.inflate( local 111 effect.initialize(mPreference); 112 effect.setSettingChangedListener(this); 113 mPopup = effect;
|
/prebuilts/gdb/darwin-x86/lib/python2.7/email/mime/ |
text.py | 26 header. This defaults to "us-ascii". Note that as a side-effect, the
|
/prebuilts/gdb/linux-x86/lib/python2.7/email/mime/ |
text.py | 26 header. This defaults to "us-ascii". Note that as a side-effect, the
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/ |
text.py | 26 header. This defaults to "us-ascii". Note that as a side-effect, the
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/ |
text.py | 26 header. This defaults to "us-ascii". Note that as a side-effect, the
|
/prebuilts/tools/common/proguard/proguard4.7/examples/dictionaries/ |
keywords.txt | 5 # automatically replace reserved keywords, and the effect can fairly simply be
|
/system/update_engine/update_manager/ |
update_manager.conf.example | 14 # changes take effect.
|
/cts/tests/tests/media/src/android/media/cts/ |
PresetReverbTest.java | 55 assertTrue("invalid effect ID", (reverb.getId() != 0)); 62 fail("Effect library not loaded"); 126 // 2 - Effect enable/disable 189 assertFalse("effect control not lost by effect1", mHasControl); 263 Log.e(TAG, "getReverb() Effect library not loaded exception: "+e); 329 AudioEffect effect, boolean controlGranted) { 331 if (effect == mReverb2) { 342 public void onEnableStatusChange(AudioEffect effect, boolean enabled) { 344 if (effect == mReverb2) { 354 public void onParameterChange(PresetReverb effect, [all...] |
/external/autotest/client/bin/input/ |
linux_input.py | 134 # send a force effect to a force feedback device 137 # Erase a force effect 883 # Values describing the status of a force-feedback effect 896 * struct ff_replay - defines scheduling of the force-feedback effect 897 * @length: duration of the effect 898 * @delay: delay before effect should start playing 906 * struct ff_trigger - defines what triggers the force-feedback effect 907 * @button: number of the button triggering the effect 908 * @interval: controls how soon the effect can be re-triggered 916 * struct ff_envelope - generic force-feedback effect envelop [all...] |
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
DeadCodeRemover.java | 47 * (does it correspond to a no-side-effect insn?) 114 * Only registers whose definition has no side effect 178 * are only used as sources in operations with no side effect or null 180 * @return true if usage is circular without side effect 197 // This register is only used in operations that have no side effect. 213 * Returns true if this insn has a side-effect. Returns true 217 * @return true if it has a side-effect 232 * registers defined by an instruction with no side effect.
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
AnnualTimeZoneRule.java | 16 * rule which takes effect annually. Years used in this class are 45 * @param startYear The first year when this rule takes effect. 46 * @param endYear The last year when this rule takes effect. If this 68 * Gets the first year when this rule takes effect. 78 * Gets the end year when this rule takes effect. 88 * Gets the time when this rule takes effect in the given year. 92 * takes effect in milliseconds. 96 * @return The time when this rule takes effect in the year, or
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
AnnualTimeZoneRule.java | 15 * rule which takes effect annually. Years used in this class are 45 * @param startYear The first year when this rule takes effect. 46 * @param endYear The last year when this rule takes effect. If this 72 * Gets the first year when this rule takes effect. 84 * Gets the end year when this rule takes effect. 96 * Gets the time when this rule takes effect in the given year. 100 * takes effect in milliseconds. 104 * @return The time when this rule takes effect in the year, or
|
/external/opencv3/samples/android/tutorial-3-cameracontrol/src/org/opencv/samples/tutorial3/ |
Tutorial3View.java | 36 public void setEffect(String effect) { 38 params.setColorEffect(effect);
|
/external/v8/test/unittests/compiler/ |
branch-elimination-unittest.cc | 173 Node* effect = local 179 Node* ret1 = graph()->NewNode(common()->Return(), Int32Constant(2), effect, 185 effect->InsertInput(zone(), 1, effect); local 186 NodeProperties::ChangeOp(effect, common()->EffectPhi(2)); 191 Node* outer_ephi = graph()->NewNode(common()->EffectPhi(2), effect, 197 Node* terminate = graph()->NewNode(common()->Terminate(), effect, loop); 204 EXPECT_THAT(ret1, IsReturn(IsInt32Constant(2), effect, loop));
|
load-elimination-unittest.cc | 39 Node* effect = graph()->start(); local 44 value, effect, control);
|
/external/webrtc/webrtc/base/ |
exp_filter_unittest.cc | 23 // First time, first argument no effect. 34 // First time, first argument no effect.
|
/frameworks/base/media/tests/EffectsTest/res/values/ |
strings.xml | 4 <string name="effect_control">Effect State</string> 5 <string name="effect_release">Effect Instantiated</string>
|
/libcore/luni/src/main/java/java/util/concurrent/atomic/ |
AtomicInteger.java | 183 * function should be side-effect-free, since it may be re-applied 186 * @param updateFunction a side-effect-free function 202 * function should be side-effect-free, since it may be re-applied 205 * @param updateFunction a side-effect-free function 222 * side-effect-free, since it may be re-applied when attempted 228 * @param accumulatorFunction a side-effect-free function of two arguments 246 * side-effect-free, since it may be re-applied when attempted 252 * @param accumulatorFunction a side-effect-free function of two arguments
|
/libcore/ojluni/src/main/java/java/lang/annotation/ |
Retention.java | 34 * <p>A Retention meta-annotation has effect only if the 36 * effect if the meta-annotated type is used as a member type in
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
input.h | 121 #define EVIOCSFF _IOC(_IOC_WRITE, 'E', 0x80, sizeof(struct ff_effect)) /* send a force effect to a force feedback device */ 122 #define EVIOCRMFF _IOW('E', 0x81, int) /* Erase a force effect */ 899 * Values describing the status of a force-feedback effect 916 * struct ff_replay - defines scheduling of the force-feedback effect 917 * @length: duration of the effect 918 * @delay: delay before effect should start playing 926 * struct ff_trigger - defines what triggers the force-feedback effect 927 * @button: number of the button triggering the effect 928 * @interval: controls how soon the effect can be re-triggered 936 * struct ff_envelope - generic force-feedback effect envelop [all...] |