Searched refs:videoFormat (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_vui.h93 u32 videoFormat; member in struct:__anon868
H A Dh264bsd_vui.c148 pVuiParameters->videoFormat = tmp;
188 pVuiParameters->videoFormat = 5;
/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/base/media/jni/mediaeditor/
H A DVideoEditorClasses.h155 jfieldID videoFormat; member in struct:__anon11
203 jfieldID videoFormat; member in struct:__anon13
H A DVideoEditorClasses.cpp479 VIDEOEDIT_JAVA_FIELD_INIT("videoFormat", "I"),
518 VIDEOEDIT_JAVA_FIELD_INIT("videoFormat", "I"),
559 VIDEOEDIT_JAVA_FIELD_INIT("videoFormat", "I" ),
1570 // Set the videoFormat field.
1571 pEnv->SetIntField(object, fieldIds.videoFormat,
1963 &converted, pEnv->GetIntField(object, fieldIds.videoFormat));
1967 !converted, "editSettings.videoFormat is invalid");
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 DMediaVideoItem.java158 switch (mMANativeHelper.getVideoCodecType(properties.videoFormat)) {
173 mVideoType = mMANativeHelper.getVideoCodecType(properties.videoFormat);
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;
/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);

Completed in 82 milliseconds