Searched defs:export (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/java/android/media/videoeditor/
H A DVideoEditor.java124 * This listener interface is used by the VideoEditor to emit export status
126 * {@link #export(String filename, ExportProgressListener listener,
131 * This method notifies the listener of the progress status of a export
137 * @param progress The progress in %. At the beginning of the export,
326 * instance. All pending operations such as preview, export and extract
342 * Pending export operations must be allowed to continue.
353 * simultaneous export operations. Note that invoking methods which would
355 * while an export operation is pending.
370 * export progress notifications are not needed.
375 * @throws IllegalStateException if a preview or an export i
382 public void export(String filename, int height, int bitrate, method in interface:VideoEditor
425 public void export(String filename, int height, int bitrate, int audioCodec, method in interface:VideoEditor
[all...]
H A DVideoEditorImpl.java338 public void export(String filename, int height, int bitrate, method in class:VideoEditorImpl
345 throw new IllegalArgumentException("export: filename is null");
457 mMANativeHelper.export(filename, mProjectPath, height,bitrate,
460 Log.e(TAG, "Sem acquire NOT successful in export");
471 public void export(String filename, int height, int bitrate, method in class:VideoEditorImpl
477 export(filename, height, bitrate, defaultAudiocodec,
744 Log.e(TAG, "Sem acquire NOT successful in export", ex);
H A DMediaArtistNativeHelper.java2063 * Sets the export audio codec
2065 * @param export audio codec
2072 * Sets the export video codec
2074 * @param export video codec
2221 * Generates the clip for preview or export
2224 * a clip for preview or export
2566 * Adjusts the media item boundaries for use in export or preview
2821 * and effect settings for preview purpose or export.
3616 void export(String filePath, String projectDir, int height, int bitrate, method in class:MediaArtistNativeHelper
3627 /** Check the platform specific maximum export resolutio
[all...]

Completed in 46 milliseconds