Searched refs:videoEditor (Results 1 - 3 of 3) sorted by relevance

/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DApiService.java1527 VideoEditor videoEditor = null;
1540 videoEditor = getVideoEditor(projectPath);
1541 if (videoEditor == null) {
1591 completeRequest(intent, videoEditor, null, projects, null, true);
1602 videoEditor = VideoEditorFactory.create(projectPath);
1607 final MediaItem mediaItem = new MediaVideoItem(videoEditor,
1610 videoEditor.addMediaItem(mediaItem);
1616 final MediaItem mediaItem = new MediaImageItem(videoEditor,
1620 videoEditor.addMediaItem(mediaItem);
1627 applyThemeToMovie(videoEditor, themeI
2886 completeRequest(final Intent intent, final VideoEditor videoEditor, final Exception exception, final Object result, final Object extraResult, final boolean finalize) argument
2923 onIntentProcessed(final Intent intent, VideoEditor videoEditor, Object result, Object extraResult, Exception ex, boolean finalize) argument
4129 generatePreview(VideoEditor videoEditor, boolean updatePreviewFrame) argument
4149 exportMovie(final VideoEditor videoEditor, final Intent intent) argument
4215 extractMediaItemAudioWaveform(final Intent intent, final VideoEditor videoEditor, final MediaVideoItem mediaItem) argument
4241 extractAudioTrackAudioWaveform(final Intent intent, final VideoEditor videoEditor, final AudioTrack audioTrack) argument
4268 nextMediaItem(VideoEditor videoEditor, String mediaItemId) argument
4317 applyThemeToMovie(VideoEditor videoEditor, String themeId) argument
4438 applyThemeToMediaItem(VideoEditor videoEditor, String themeId, MediaItem mediaItem) argument
4555 applyThemeAfterRemove(VideoEditor videoEditor, String themeId, int removedItemPosition, Transition beginTransition, Transition endTransition) argument
4603 applyThemeAfterMove(VideoEditor videoEditor, String themeId, MediaItem movedMediaItem, int originalItemPosition, Transition beginTransition, Transition endTransition) argument
[all...]
H A DVideoEditorProject.java137 * @param videoEditor The video editor. Note that this can be null when
149 VideoEditorProject(VideoEditor videoEditor, String projectPath, String projectName, argument
152 mVideoEditor = videoEditor;
153 if (videoEditor != null) {
154 mAspectRatio = videoEditor.getAspectRatio();
1171 * @param videoEditor The video editor
1176 public static VideoEditorProject fromXml(VideoEditor videoEditor, String projectPath) argument
1228 return new VideoEditorProject(videoEditor, projectPath, projectName, lastSaved,
/packages/apps/VideoEditor/src/com/android/videoeditor/
H A DVideoEditorActivity.java1878 public void onStart(VideoEditor videoEditor) {
1882 public void onProgress(VideoEditor videoEditor, final long timeMs,
1905 public void onStop(VideoEditor videoEditor) {
1917 public void onError(VideoEditor videoEditor, int error) {
1930 onStop(videoEditor);

Completed in 47 milliseconds