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

/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.h33 H264, enumerator in enum:android::ElementaryStreamQueue::Mode
/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.h99 H264, enumerator in enum:android::ARTPWriter::__anon895
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java279 public static final int H264 = 2; field in class:MediaRecorder.VideoEncoder
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java773 /** H264 video */
774 public static final int H264 = 2; field in class:MediaArtistNativeHelper.VideoFormat
976 * <li>3GP file containing MPEG4/H263/H264 video and AAC/AMR audio
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.H264;
[all...]

Completed in 107 milliseconds