Searched refs:export (Results 1 - 14 of 14) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dasm_common.S29 .macro function name, export=0
30 .if \export
H A Dh264bsdCountLeadingZeros.S42 function h264bsdCountLeadingZeros, export=1
H A Dh264bsdClearMbLayer.S48 function h264bsdClearMbLayer, export=1
H A Dh264bsdFlushBits.S50 function h264bsdFlushBits, export=1
H A Dh264bsdFillRow7.S48 function h264bsdFillRow7, export=1
H A Dh264bsdWriteMacroblock.S91 function h264bsdWriteMacroblock, export=1
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
H A DVideoEditorExportTest.java92 * To Test export : Merge and Trim different types of Video and Image files
150 mVideoEditor.export(outFilename, MediaProperties.HEIGHT_720,
173 *To Test export : With Effect and Overlays on Different Media Items
275 mVideoEditor.export(outFilename, MediaProperties.HEIGHT_720,
300 * To test export : with Image with KenBurnEffect
338 mVideoEditor.export(outFilename, MediaProperties.HEIGHT_720,
396 mVideoEditor.export(outFilename, MediaProperties.HEIGHT_720,
417 *To Test export : With Transition on Different Media Items
509 mVideoEditor.export(outFilename, MediaProperties.HEIGHT_720,
543 mVideoEditor.export("/sdcar
[all...]
H A DVideoEditorPreviewTest.java709 mVideoEditor.export(fileName, height, bitrate,
/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...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DVideoEditorStressTest.java937 mVideoEditor.export(outFilename, MediaProperties.HEIGHT_288,
949 mVideoEditor.export(outFilename, MediaProperties.HEIGHT_144,
961 mVideoEditor.export(outFilename, MediaProperties.HEIGHT_144,
973 mVideoEditor.export(outFilename, MediaProperties.HEIGHT_480,
1134 * To Test Stress : Story Board creation with out preview or export
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DSceneManager.java472 mExportScript = new ScriptC_export(rs, res, R.raw.export);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DVideoEditorPerformance.java515 mVideoEditor.export(outFilename, outHeight, outBitrate,
527 loggingInfo[0] = "Time taken to do ONE export of storyboard duration "

Completed in 318 milliseconds