Searched refs:videoProfile (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
H A DMediaPropertiesTest.java74 int videoProfile, int videoLevel, int width, int height, int audioCodecType,
83 assertEquals("Video Profile " + mvi.getVideoProfile(), videoProfile,
147 final int videoProfile = MediaProperties.MPEG4Profile.MPEG4ProfileSimple;
157 videoBitrate, fps, videoProfile, videoLevel, width, height, audioCodecType,
179 final int videoProfile = MediaProperties.MPEG4Profile.MPEG4ProfileSimple;
189 videoBitrate, fps, videoProfile, videoLevel, width, height, audioCodecType,
210 final int videoProfile = MediaProperties.MPEG4Profile.MPEG4ProfileSimple;
220 videoBitrate, fps, videoProfile, videoLevel, width, height, audioCodecType,
241 final int videoProfile = MediaProperties.MPEG4Profile.MPEG4ProfileSimple;
251 videoBitrate, fps, videoProfile, videoLeve
72 validateVideoProperties(int aspectRatio, int fileType, int videoCodecType, int duration, int videoBitrate, int fps, int videoProfile, int videoLevel, int width, int height, int audioCodecType, int audioSamplingFrequency, int audioChannel, int audioBitrate, MediaVideoItem mvi) argument
[all...]
/frameworks/av/libvideoeditor/vss/inc/
H A DM4PTO3GPP_API.h148 M4OSA_Int32 videoProfile; member in struct:__anon227
/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4ENCODER_common.h269 M4OSA_Int32 videoProfile; /** video profile */ member in struct:__anon162
296 M4OSA_Int32 videoProfile; /** output video profile */ member in struct:__anon163
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorClasses.h204 jfieldID videoProfile; member in struct:__anon1120
H A DVideoEditorClasses.cpp560 VIDEOEDIT_JAVA_FIELD_INIT("videoProfile", "I" ),
2027 fieldIds.videoProfile);
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoEncoder.cpp600 pEncoderContext->mCodecParams->videoProfile = pCodecParams->videoProfile;
633 iProfile = pEncoderContext->mCodecParams->videoProfile;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DVideoEditorPerformance.java639 final int videoProfile = MediaProperties.H264Profile.H264ProfileBaseline;
661 videoProfile, mediaVideoItem.getVideoProfile());
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java1538 public int videoProfile; field in class:MediaArtistNativeHelper.EditSettings
2312 editSettings.videoProfile = outVideoProfile;
2390 e.videoProfile = outVideoProfile;
2486 e.videoProfile = outVideoProfile;
3696 mPreviewEditSettings.videoProfile = outVideoProfile;
/frameworks/av/libvideoeditor/vss/src/
H A DM4PTO3GPP_API.c1684 EncParams.videoProfile = pC->m_Params.videoProfile;
H A DM4VSS3GPP_AudioMixing.c3908 EncParams.videoProfile = pC->ewc.outputVideoProfile;
4006 EncParams.videoProfile, EncParams.videoLevel);
H A DM4VSS3GPP_EditVideo.c2527 EncParams.videoProfile = pC->ewc.outputVideoProfile;
H A DM4xVSS_internal.c1537 Params.videoProfile = xVSS_context->pSettings->xVSS.outputVideoProfile;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DVideoEditorStressTest.java663 final int videoProfile = MediaProperties.H264Profile.H264ProfileBaseline;
694 videoProfile, mediaItem1.getVideoProfile());
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c5707 EncParams.videoProfile = pC->encodingVideoProfile;
5764 EncParams.videoProfile = pC->encodingVideoProfile;
5892 EncParams1.videoProfile= EncParams.videoProfile;
5898 EncParams1.videoProfile, EncParams1.videoLevel);
5905 EncParams.videoProfile, EncParams.videoLevel);
10679 EncParams->videoProfile,
10685 EncParams->videoProfile,
10691 EncParams->videoProfile,

Completed in 238 milliseconds