HomeSort by relevance Sort by last modified time
    Searched full:videoeditor (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /frameworks/base/media/java/android/media/videoeditor/
VideoEditorFactory.java 18 package android.media.videoeditor;
24 import android.media.videoeditor.VideoEditor.MediaProcessingProgressListener;
27 * The VideoEditorFactory class must be used to instantiate VideoEditor objects
34 * This is the factory method for creating a new VideoEditor instance.
36 * @param projectPath The path where all VideoEditor internal
40 * @return The VideoEditor instance
45 public static VideoEditor create(String projectPath) throws IOException {
69 * This is the factory method for instantiating a VideoEditor from the
71 * {@link VideoEditor#save(String)} method
    [all...]
VideoEditorProfile.java 16 package android.media.videoeditor;
20 * predefined videoeditor profile settings for videoeditor applications.
23 * <p>The videoeditor profile specifies the following set of parameters:
59 * Returns the videoeditor profile
VideoEditor.java 18 package android.media.videoeditor;
32 * functionality. The VideoEditor implementation class manages all input and
41 * <li>Save the VideoEditor implementation class internal state</li>
42 * <li>Release the VideoEditor implementation class instance by invoking
45 * The internal VideoEditor state consists of the following elements:
58 public interface VideoEditor {
76 * This listener interface is used by the VideoEditor to emit preview
87 * @param videoEditor The VideoEditor instance
93 public void onProgress(VideoEditor videoEditor, long timeMs
    [all...]
  /packages/apps/VideoEditor/res/layout/
timeline_layout.xml 18 <com.android.videoeditor.widgets.TimelineHorizontalScrollView
26 <com.android.videoeditor.widgets.TimelineRelativeLayout
30 <com.android.videoeditor.widgets.MediaLinearLayout android:id="@+id/timeline_media"
36 <com.android.videoeditor.widgets.OverlayLinearLayout android:id="@+id/timeline_overlays"
42 <com.android.videoeditor.widgets.AudioTrackLinearLayout android:id="@+id/timeline_audio_tracks"
48 <com.android.videoeditor.widgets.PlayheadView android:id="@+id/timeline_playhead"
53 </com.android.videoeditor.widgets.TimelineRelativeLayout>
54 </com.android.videoeditor.widgets.TimelineHorizontalScrollView>
audio_track_item.xml 18 <com.android.videoeditor.widgets.AudioTrackView xmlns:android="http://schemas.android.com/apk/res/android"
media_item.xml 18 <com.android.videoeditor.widgets.MediaItemView xmlns:android="http://schemas.android.com/apk/res/android"
overlay_item.xml 18 <com.android.videoeditor.widgets.OverlayView xmlns:android="http://schemas.android.com/apk/res/android"
transition_view.xml 18 <com.android.videoeditor.widgets.TransitionView xmlns:android="http://schemas.android.com/apk/res/android"
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
VideoEditorHelper.java 29 import android.media.videoeditor.AudioTrack;
30 import android.media.videoeditor.EffectColor;
31 import android.media.videoeditor.MediaImageItem;
32 import android.media.videoeditor.MediaItem;
33 import android.media.videoeditor.MediaVideoItem;
34 import android.media.videoeditor.OverlayFrame;
35 import android.media.videoeditor.TransitionAlpha;
36 import android.media.videoeditor.TransitionCrossfade;
37 import android.media.videoeditor.TransitionFadeBlack;
38 import android.media.videoeditor.TransitionSliding
    [all...]
MediaFrameworkTestRunner.java 35 import com.android.mediaframeworktest.functional.videoeditor.MediaItemThumbnailTest;
36 import com.android.mediaframeworktest.functional.videoeditor.MediaPropertiesTest;
37 import com.android.mediaframeworktest.functional.videoeditor.VideoEditorAPITest;
38 import com.android.mediaframeworktest.functional.videoeditor.VideoEditorExportTest;
39 import com.android.mediaframeworktest.functional.videoeditor.VideoEditorPreviewTest;
  /packages/apps/VideoEditor/
.classpath 6 <classpathentry combineaccessrules="false" kind="src" path="/VideoEditor API"/>
Android.mk 7 LOCAL_PACKAGE_NAME := VideoEditor
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
VideoEditorPreviewTest.java 17 package com.android.mediaframeworktest.functional.videoeditor;
26 import android.media.videoeditor.AudioTrack;
27 import android.media.videoeditor.Effect;
28 import android.media.videoeditor.EffectColor;
29 import android.media.videoeditor.EffectKenBurns;
30 import android.media.videoeditor.MediaImageItem;
31 import android.media.videoeditor.MediaItem;
32 import android.media.videoeditor.MediaProperties;
33 import android.media.videoeditor.MediaVideoItem;
34 import android.media.videoeditor.Overlay
    [all...]
VideoEditorExportTest.java 17 package com.android.mediaframeworktest.functional.videoeditor;
23 import android.media.videoeditor.AudioTrack;
24 import android.media.videoeditor.EffectColor;
25 import android.media.videoeditor.EffectKenBurns;
26 import android.media.videoeditor.MediaImageItem;
27 import android.media.videoeditor.MediaItem;
28 import android.media.videoeditor.MediaProperties;
29 import android.media.videoeditor.MediaVideoItem;
30 import android.media.videoeditor.OverlayFrame;
31 import android.media.videoeditor.Transition
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
ApiService.java 17 package com.android.videoeditor.service;
41 import android.media.videoeditor.AudioTrack;
42 import android.media.videoeditor.Effect;
43 import android.media.videoeditor.EffectColor;
44 import android.media.videoeditor.EffectKenBurns;
45 import android.media.videoeditor.ExtractAudioWaveformProgressListener;
46 import android.media.videoeditor.MediaImageItem;
47 import android.media.videoeditor.MediaItem;
48 import android.media.videoeditor.MediaProperties;
49 import android.media.videoeditor.MediaVideoItem
    [all...]
MovieTransition.java 17 package com.android.videoeditor.service;
22 import android.media.videoeditor.MediaItem;
23 import android.media.videoeditor.Transition;
24 import android.media.videoeditor.TransitionAlpha;
25 import android.media.videoeditor.TransitionCrossfade;
26 import android.media.videoeditor.TransitionFadeBlack;
27 import android.media.videoeditor.TransitionSliding;
29 import com.android.videoeditor.R;
30 import com.android.videoeditor.TransitionType;
31 import com.android.videoeditor.util.FileUtils
    [all...]
MovieEffect.java 17 package com.android.videoeditor.service;
19 import com.android.videoeditor.EffectType;
22 import android.media.videoeditor.Effect;
23 import android.media.videoeditor.EffectColor;
24 import android.media.videoeditor.EffectKenBurns;
MovieTheme.java 17 package com.android.videoeditor.service;
19 import com.android.videoeditor.R;
22 import android.media.videoeditor.Transition;
23 import android.media.videoeditor.TransitionAlpha;
24 import android.media.videoeditor.TransitionCrossfade;
25 import android.media.videoeditor.TransitionFadeBlack;
26 import android.media.videoeditor.TransitionSliding;
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorBaseActivity.java 17 package com.android.videoeditor;
26 import android.media.videoeditor.AudioTrack;
27 import android.media.videoeditor.MediaItem;
28 import android.media.videoeditor.MediaVideoItem;
29 import android.media.videoeditor.Transition;
35 import com.android.videoeditor.service.ApiService;
36 import com.android.videoeditor.service.ApiServiceListener;
37 import com.android.videoeditor.service.MovieAudioTrack;
38 import com.android.videoeditor.service.MovieEffect;
39 import com.android.videoeditor.service.MovieMediaItem
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/util/
MediaItemUtils.java 17 package com.android.videoeditor.util;
19 import com.android.videoeditor.service.MovieMediaItem;
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
EditorRelativeLayout.java 17 package com.android.videoeditor.widgets;
19 import com.android.videoeditor.R;
  /packages/apps/VideoEditor/res/layout-w320dp-port/
project_layout.xml 18 <com.android.videoeditor.widgets.EditorRelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
32 <com.android.videoeditor.widgets.PreviewSurfaceView android:id="@+id/video_view"
82 <com.android.videoeditor.widgets.ZoomControl android:id="@+id/editor_zoom"
101 </com.android.videoeditor.widgets.EditorRelativeLayout>
  /packages/apps/VideoEditor/res/layout-w360dp-port/
project_layout.xml 18 <com.android.videoeditor.widgets.EditorRelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
32 <com.android.videoeditor.widgets.PreviewSurfaceView android:id="@+id/video_view"
82 <com.android.videoeditor.widgets.ZoomControl android:id="@+id/editor_zoom"
101 </com.android.videoeditor.widgets.EditorRelativeLayout>
  /packages/apps/VideoEditor/res/layout-w533dp-land/
project_layout.xml 18 <com.android.videoeditor.widgets.EditorRelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
31 <com.android.videoeditor.widgets.ZoomControl android:id="@+id/editor_zoom"
97 <com.android.videoeditor.widgets.PreviewSurfaceView android:id="@+id/video_view"
104 </com.android.videoeditor.widgets.EditorRelativeLayout>
  /packages/apps/VideoEditor/res/layout-w595dp-land/
project_layout.xml 18 <com.android.videoeditor.widgets.EditorRelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
31 <com.android.videoeditor.widgets.ZoomControl android:id="@+id/editor_zoom"
94 <com.android.videoeditor.widgets.PreviewSurfaceView android:id="@+id/video_view"
101 </com.android.videoeditor.widgets.EditorRelativeLayout>

Completed in 1107 milliseconds

1 2 3 4 5