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

/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java766 public final class VideoFormat { class in class:MediaArtistNativeHelper
1531 * {@link VideoFormat VideoFormat} for valid values.
2310 outVideoProfile = VideoEditorProfile.getExportProfile(VideoFormat.H264);
2311 outVideoLevel = VideoEditorProfile.getExportLevel(VideoFormat.H264);
2323 editSettings.videoFormat = VideoFormat.H264;
2335 editSettings.videoFormat = VideoFormat.H264;
2388 outVideoProfile = VideoEditorProfile.getExportProfile(VideoFormat.H264);
2389 outVideoLevel = VideoEditorProfile.getExportLevel(VideoFormat.H264);
2399 e.videoFormat = VideoFormat
[all...]

Completed in 45 milliseconds