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.java72 int videoFormat, int outFormat, String outFile, boolean videoOnly) {
86 mRecorder.setVideoEncoder(videoFormat);
173 int videoFormat, int outFormat, String outFile, boolean videoOnly) {
186 mRecorder.setVideoEncoder(videoFormat);
71 recordVideo(int frameRate, int width, int height, int videoFormat, int outFormat, String outFile, boolean videoOnly) argument
172 invalidRecordSetting(int frameRate, int width, int height, int videoFormat, int outFormat, String outFile, boolean videoOnly) argument
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_vui.h93 u32 videoFormat; member in struct:__anon925
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java205 private boolean stressVideoRecord(int frameRate, int width, int height, int videoFormat, argument
223 mRecorder.setVideoEncoder(videoFormat);
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorClasses.h155 jfieldID videoFormat; member in struct:__anon324
203 jfieldID videoFormat; member in struct:__anon326
H A DVideoEditorMain.cpp332 fid = pEnv->GetFieldID(clazz,"videoFormat","I");
335 M4OSA_TRACE1_1("videoFormat = %d",pSettings->ClipProperties.VideoStreamType);
2191 int videoFormat = 0; local
2207 fid = pEnv->GetFieldID(clazz,"videoFormat","I");
2208 videoFormat = pEnv->GetIntField(object,fid);
2210 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 666 milliseconds