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

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java74 int videoFormat, int outFormat, String outFile, boolean videoOnly) {
88 mRecorder.setVideoEncoder(videoFormat);
175 int videoFormat, int outFormat, String outFile, boolean videoOnly) {
188 mRecorder.setVideoEncoder(videoFormat);
73 recordVideo(int frameRate, int width, int height, int videoFormat, int outFormat, String outFile, boolean videoOnly) argument
174 invalidRecordSetting(int frameRate, int width, int height, int videoFormat, int outFormat, String outFile, boolean videoOnly) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_vui.h93 u32 videoFormat; member in struct:__anon868
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java218 private boolean stressVideoRecord(int frameRate, int width, int height, int videoFormat, argument
236 mRecorder.setVideoEncoder(videoFormat);
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorClasses.h155 jfieldID videoFormat; member in struct:__anon11
203 jfieldID videoFormat; member in struct:__anon13
H A DVideoEditorMain.cpp331 fid = pEnv->GetFieldID(clazz,"videoFormat","I");
334 M4OSA_TRACE1_1("videoFormat = %d",pSettings->ClipProperties.VideoStreamType);
2195 int videoFormat = 0; local
2211 fid = pEnv->GetFieldID(clazz,"videoFormat","I");
2212 videoFormat = pEnv->GetIntField(object,fid);
2214 result = checkClipVideoProfileAndLevel(pContext->decoders, videoFormat, profile, level);
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java1533 public int videoFormat; field in class:MediaArtistNativeHelper.EditSettings
1614 public int videoFormat; field in class:MediaArtistNativeHelper.Properties
2323 editSettings.videoFormat = VideoFormat.H264;
2335 editSettings.videoFormat = VideoFormat.H264;
2399 e.videoFormat = VideoFormat.H264;
2495 e.videoFormat = VideoFormat.H264;
3694 mPreviewEditSettings.videoFormat = mExportVideoCodec;

Completed in 1090 milliseconds