HomeSort by relevance Sort by last modified time
    Searched refs:Effect (Results 51 - 61 of 61) sorted by null

1 23

  /external/llvm/lib/Analysis/IPA/
GlobalsModRef.cpp 57 unsigned Effect = MayReadAnyGlobal ? AliasAnalysis::Ref : 0;
61 Effect |= I->second;
62 return Effect;
422 // Propagate function effect up.
478 // Finally, now that we know the full effect on this SCC, clone the
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMX3A.cpp 260 if ( mFirstTimeInit || (( str != NULL ) && ( mParameters3A.Effect != mode )) )
262 mParameters3A.Effect = mode;
263 CAMHAL_LOGDB("Effect %d", mParameters3A.Effect);
264 if ( 0 <= mParameters3A.Effect )
393 Gen3A.Effect = getLUTvalue_HALtoOMX(OMXCameraAdapter::DEFAULT_EFFECT, EffLUT);
1286 OMX_CONFIG_IMAGEFILTERTYPE effect; local
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
General3A_Settings.h 236 int Effect;
  /frameworks/base/media/java/android/media/videoeditor/
VideoEditorImpl.java 76 private static final String TAG_EFFECT = "effect";
1041 final Effect effect = parseEffect(parser, currentMediaItem); local
1299 final Effect effect; local
    [all...]
MediaVideoItem.java 272 public void addEffect(Effect effect) {
273 if (effect instanceof EffectKenBurns) {
276 super.addEffect(effect);
MediaArtistNativeHelper.java 391 /** Invalid effect kind. */
394 /** Invalid video effect. */
397 /** Invalid audio effect. */
409 /** External effect is called but this function is not set. */
864 * Defines Video Effect Types.
934 /** Invert the default rotation direction of the AlphaMagic effect. */
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
ApiService.java 42 import android.media.videoeditor.Effect;
2449 final Effect effect = new EffectColor(mediaItem, local
2481 final Effect effect = new EffectKenBurns(mediaItem, local
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
VideoEditorPreviewTest.java 27 import android.media.videoeditor.Effect;
368 List<Effect> effectList = mediaVideoItem1.getAllEffects();
369 assertEquals("Effect List Size", 3, effectList.size());
370 assertEquals("Effect negative", effectNegative, effectList.get(0));
371 assertEquals("Effect Green", effectGreen, effectList.get(1));
372 assertEquals("Effect Fifties", effectFifties, effectList.get(2));
381 assertEquals("Removing Effect : Negative", effectNegative,
386 assertEquals("Effect List Size", 2, effectList.size());
387 assertEquals("Effect Green", effectGreen, effectList.get(0));
388 assertEquals("Effect Fifties", effectFifties, effectList.get(1))
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 76 /// ArgEffect is used to summarize a function/method call's effect on a
376 /// this is the effect applied to the state of the receiver.
379 /// Ret - The effect on the return value. Used to indicate if the
388 /// getArg - Return the argument effect on the argument specified by
401 /// setDefaultArgEffect - Set the default argument effect.
406 /// getRetEffect - Returns the effect on the return value of the call.
409 /// setRetEffect - Set the effect of the return value of the call.
413 /// Sets the effect on the receiver of the message.
416 /// getReceiverEffect - Returns the effect on the receiver of the call.
422 /// argument effect matches the default effect)
    [all...]
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/15/
android.jar 

Completed in 1004 milliseconds

1 23