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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_vui.h93 u32 videoFormat; member in struct:__anon892
H A Dh264bsd_vui.c148 pVuiParameters->videoFormat = tmp;
188 pVuiParameters->videoFormat = 5;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DMediaDecoder.java252 MediaFormat videoFormat = mMediaExtractor.getTrackFormat(mVideoTrackIndex);
254 ? new GpuVideoTrackDecoder(mVideoTrackIndex, videoFormat, this)
255 : new CpuVideoTrackDecoder(mVideoTrackIndex, videoFormat, this);
/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:__anon1137
203 jfieldID videoFormat; member in struct:__anon1139
H A DVideoEditorClasses.cpp480 VIDEOEDIT_JAVA_FIELD_INIT("videoFormat", "I"),
519 VIDEOEDIT_JAVA_FIELD_INIT("videoFormat", "I"),
560 VIDEOEDIT_JAVA_FIELD_INIT("videoFormat", "I" ),
1571 // Set the videoFormat field.
1572 pEnv->SetIntField(object, fieldIds.videoFormat,
1964 &converted, pEnv->GetIntField(object, fieldIds.videoFormat));
1968 !converted, "editSettings.videoFormat is invalid");
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 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.java222 private boolean stressVideoRecord(int frameRate, int width, int height, int videoFormat, argument
240 mRecorder.setVideoEncoder(videoFormat);

Completed in 169 milliseconds