HomeSort by relevance Sort by last modified time
    Searched refs:getEffect (Results 26 - 33 of 33) sorted by null

12

  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
VideoEditorProject.java 872 final MovieEffect oldEffect = mediaItem.getEffect();
900 public MovieEffect getEffect(String mediaItemId, String effectId) {
902 return mediaItem.getEffect();
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
MediaItem.java 385 public Effect getEffect(String effectId) {
  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.cpp 391 const GrEffectRef& effect = *drawState.getColorStage(s).getEffect();
399 const GrEffectRef& effect = *drawState.getCoverageStage(s).getEffect();
    [all...]
  /external/skia/src/gpu/
GrDrawTarget.cpp 391 const GrEffectRef& effect = *drawState.getColorStage(s).getEffect();
399 const GrEffectRef& effect = *drawState.getCoverageStage(s).getEffect();
    [all...]
  /frameworks/av/services/audioflinger/
Threads.h 192 sp<AudioFlinger::EffectModule> getEffect(int sessionId, int effectId);
    [all...]
AudioFlinger.cpp     [all...]
Threads.cpp 859 sp<AudioFlinger::EffectModule> AudioFlinger::ThreadBase::getEffect(int sessionId, int effectId)
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaLinearLayout.java 147 MovieEffect effect = mMediaItem.getEffect();
149 switch (mMediaItem.getEffect().getType()) {
    [all...]

Completed in 275 milliseconds

12