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:__anon884
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java214 private boolean stressVideoRecord(int frameRate, int width, int height, int videoFormat, argument
232 mRecorder.setVideoEncoder(videoFormat);
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorClasses.h155 jfieldID videoFormat; member in struct:__anon1118
203 jfieldID videoFormat; member in struct:__anon1120
H A DVideoEditorMain.cpp333 fid = pEnv->GetFieldID(clazz,"videoFormat","I");
336 M4OSA_TRACE1_1("videoFormat = %d",pSettings->ClipProperties.VideoStreamType);
2151 int videoFormat = 0; local
2167 fid = pEnv->GetFieldID(clazz,"videoFormat","I");
2168 videoFormat = pEnv->GetIntField(object,fid);
2170 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 166 milliseconds