Searched defs:videoEditor (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DVideoEditorHelper.java89 * @param videoEditor the VideoEditor object which needs to be cleaned up
91 public void destroyVideoEditor(VideoEditor videoEditor) { argument
93 if (videoEditor != null) {
95 videoEditor.release();
156 public MediaVideoItem createMediaItem(VideoEditor videoEditor, argument
160 mvi = new MediaVideoItem(videoEditor, MediaId, filename,
180 public MediaImageItem createMediaItem(VideoEditor videoEditor, argument
184 mii = new MediaImageItem(videoEditor, MediaId, filename, duration,
292 public AudioTrack createAudio(VideoEditor videoEditor, String audioTrackId, argument
296 audio = new AudioTrack(videoEditor, audioTrackI
314 validateExport(VideoEditor videoEditor, String fileName, int export_height, int startTime, long endTime, int vCodec, int aCodec) argument
362 validateExport(VideoEditor videoEditor, String fileName, int export_height, int startTime, int endTime, int vCodec, int aCodec) argument
[all...]
/frameworks/base/media/java/android/media/videoeditor/
H A DVideoEditor.java87 * @param videoEditor The VideoEditor instance
93 public void onProgress(VideoEditor videoEditor, long timeMs, argument
99 * @param videoEditor The VideoEditor instance
101 public void onStart(VideoEditor videoEditor); argument
107 * @param videoEditor The VideoEditor instance
109 public void onStop(VideoEditor videoEditor); argument
115 * @param videoEditor The VideoEditor instance
120 public void onError(VideoEditor videoEditor, int error); argument
134 * @param videoEditor The VideoEditor instance
140 public void onProgress(VideoEditor videoEditor, Strin argument
[all...]

Completed in 16 milliseconds