HomeSort by relevance Sort by last modified time
    Searched full:effect (Results 201 - 225 of 3053) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/v8/test/mjsunit/
override-read-only-property.js 41 // but is read-only in a prototype takes effect.
48 // but is read-only in a prototype takes effect.
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodevalue02.js 101 newNode.nodeValue = "This should have an effect";
105 assertEquals("afterChange","This should have an effect",newValue);
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodevalue02.js 101 newNode.nodeValue = "This should have an effect";
105 assertEquals("afterChange","This should have an effect",newValue);
  /external/webkit/Source/WebCore/html/
HTMLFrameElement.cpp 88 // FIXME: If we are already attached, this has no effect.
91 // FIXME: If we are already attached, this has no effect.
  /external/webkit/Source/WebCore/svg/
SVGFEFloodElement.cpp 44 bool SVGFEFloodElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
50 FEFlood* flood = static_cast<FEFlood*>(effect);
  /frameworks/base/core/jni/android/graphics/
PathEffect.cpp 14 static void destructor(JNIEnv* env, jobject, SkPathEffect* effect) {
15 SkSafeUnref(effect);
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
EffectToolFactory.java 27 * Factory to create tools that will be used by effect actions.
44 // Create full screen effect tool on top of photo-view and place it within the same
  /packages/apps/MusicFX/src/com/android/musicfx/
ActivityMusic.java 75 * Indicates if Virtualizer effect is supported.
79 * Indicates if BassBoost effect is supported.
83 * Indicates if Equalizer effect is supported.
87 * Indicates if Preset Reverb effect is supported.
246 for (final Descriptor effect : effects) {
247 Log.v(TAG, effect.name.toString() + ", type: " + effect.type.toString());
249 if (effect.type.equals(AudioEffect.EFFECT_TYPE_VIRTUALIZER)) {
251 } else if (effect.type.equals(AudioEffect.EFFECT_TYPE_BASS_BOOST)) {
253 } else if (effect.type.equals(AudioEffect.EFFECT_TYPE_EQUALIZER))
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_iw.h 147 iwffff_lfo_t tremolo; /* tremolo effect */
148 iwffff_lfo_t vibrato; /* vibrato effect */
182 unsigned char effect1; /* effect 1 */
184 unsigned char effect2; /* effect 2 */
283 iwffff_xlfo_t tremolo; /* tremolo effect */
284 iwffff_xlfo_t vibrato; /* vibrato effect */
303 __u8 effect1; /* effect 1 */
305 __u8 effect2; /* effect 2 */
  /sdk/assetstudio/src/com/android/assetstudiolib/
MenuIconGenerator.java 19 import com.android.assetstudiolib.Util.Effect;
53 Util.drawEffects(g, tempImage, 0, 0, new Effect[] {
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/api/
DetectorRegistry.java 73 @SuppressWarnings("all") // Turn off warnings for the intentional assertion side effect below
87 assert assertionsEnabled = true; // Intentional side-effect
  /system/core/toolbox/
sendevent.c 38 #define EVIOCSFF _IOC(_IOC_WRITE, 'E', 0x80, sizeof(struct ff_effect)) /* send a force effect to a force feedback device */
39 #define EVIOCRMFF _IOW('E', 0x81, int) /* Erase a force effect */
  /frameworks/media/libvideoeditor/lvpp/
PreviewPlayer.cpp 1012 // First check if effect starttime matches the clip being previewed
1017 // This effect doesn't belong to this clip, check next one
1020 // Check if effect applies to this particular frame timestamp
1035 //Provide the overlay Update indication when there is an overlay effect
1039 // Find the effect in effectSettings array
1405 uint32_t effect = VIDEO_EFFECT_NONE; local
    [all...]
VideoEditorPreviewController.cpp 848 // Postprocessing (apply video effect)
852 // First check if effect starttime matches the clip being previewed
855 // This effect doesn't belong to this clip, check next one
868 //Provide the overlay Update indication when there is an overlay effect
873 // Find the effect in effectSettings array
1298 M4OSA_UInt32 effect = VIDEO_EFFECT_NONE; local
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
EventSender.cpp 239 DWORD effect = 0; local
242 webViewDropTarget->DragEnter(draggingInfo->dataObject(), 0, pointl(screenPoint), &effect);
248 webViewDropTarget->DragOver(0, pointl(screenPoint), &effect);
249 if (hr == DRAGDROP_S_DROP && effect != DROPEFFECT_NONE) {
250 DWORD effect = 0; local
251 webViewDropTarget->Drop(draggingInfo->dataObject(), 0, pointl(screenPoint), &effect);
252 draggingInfo->setPerformedDropEffect(effect);
317 DWORD effect = 0; local
319 webViewDropTarget->DragOver(MK_LBUTTON, pointl(screenPoint), &effect);
321 webViewDropTarget->DragEnter(draggingInfo->dataObject(), 0, pointl(screenPoint), &effect);
    [all...]
  /packages/apps/VideoEditor/res/values-nl/
strings.xml 30 <string name="editor_remove_effect_question" msgid="8346475525473044890">"Wilt u dit effect verwijderen?"</string>
33 <string name="editor_effect_menu_header" msgid="7749812053746520420">"effect"</string>
34 <string name="editor_add_effect" msgid="7598526041207561912">"Effect toevoegen"</string>
35 <string name="editor_change_effect" msgid="2867521171671527910">"Effect wijzigen"</string>
36 <string name="editor_remove_effect" msgid="7802250142621203881">"Effect verwijderen"</string>
41 <string name="editor_no_effect" msgid="960037351930077107">"geen effect"</string>
84 <string name="editor_add_effect_error" msgid="3887316140333037866">"Het effect kan niet worden toegevoegd."</string>
85 <string name="editor_remove_effect_error" msgid="3999717994912943400">"Het effect kan niet worden verwijderd."</string>
126 <string name="effect_sepia" msgid="674793199333159952">"Sepia-effect"</string>
127 <string name="effect_negative" msgid="4266435358235859136">"Negatief effect"</string
    [all...]
  /system/media/wilhelm/src/android/
android_Effect.cpp 259 SL_LOGE("BassBoost effect initialization failed");
277 SL_LOGE("Equalizer effect initialization failed");
327 SL_LOGE("Virtualizer effect initialization failed");
358 SL_LOGV("session is implicitly %d (aux effect)", AUDIO_SESSION_OUTPUT_MIX);
362 SL_LOGE("PresetReverb effect initialization failed");
370 // enable the effect is it has a effective preset loaded
379 // enable the effect if the preset is different from SL_REVERBPRESET_NONE
393 SL_LOGV("session is implicitly %d (aux effect)", AUDIO_SESSION_OUTPUT_MIX);
397 SL_LOGE("EnvironmentalReverb effect initialization failed");
506 SL_LOGE("invalid effect ID: no such effect attached to the OutputMix")
    [all...]
  /bionic/libc/kernel/common/linux/
uinput.h 22 struct ff_effect effect; member in struct:uinput_ff_upload
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
LoadGenerator.java 20 * Simulate a simple load on the CPU, to determine the effect on recording.
  /development/host/windows/usb/api/
adb_legacy_interface.h 106 this parameter has no effect on the way endpoint is opened. It's
109 this parameter has no effect on the way endpoint is opened. It's
130 this parameter has no effect on the way endpoint is opened. It's
133 this parameter has no effect on the way endpoint is opened. It's
  /external/bluetooth/glib/glib/
gdatasetprivate.h 36 * barriers to take effect without acquiring the global dataset mutex.
  /external/chromium/chrome/browser/sync/protocol/
theme_specifics.proto 32 // default theme and the system theme. Has no effect if use_custom_theme
  /external/chromium/chrome/browser/ui/cocoa/
animatable_view_unittest.mm 40 // Set it directly to 50 and make sure it takes effect.
fast_resize_view.h 23 // its subviews. Turning fast resizing mode off has the effect of immediately
  /external/chromium/chrome/browser/ui/cocoa/wrench_menu/
wrench_menu_button_cell.mm 34 // rect with that color produces the desired effect.

Completed in 659 milliseconds

1 2 3 4 5 6 7 891011>>