HomeSort by relevance Sort by last modified time
    Searched refs:videoProfile (Results 1 - 14 of 14) sorted by null

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
MediaPropertiesTest.java 74 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, videoLevel, width, height, audioCodecType
    [all...]
  /frameworks/av/libvideoeditor/vss/inc/
M4PTO3GPP_API.h 148 M4OSA_Int32 videoProfile;
  /frameworks/av/libvideoeditor/vss/common/inc/
M4ENCODER_common.h 269 M4OSA_Int32 videoProfile; /** video profile */
296 M4OSA_Int32 videoProfile; /** output video profile */
  /frameworks/base/media/jni/mediaeditor/
VideoEditorClasses.h 59 #define VIDEO_PROFILE_CLASS_NAME MANUAL_EDIT_ENGINE_CLASS_NAME"$VideoProfile"
204 jfieldID videoProfile;
296 VIDEOEDIT_JAVA_DECLARE_CONSTANT_CLASS(VideoProfile )
VideoEditorClasses.cpp 560 VIDEOEDIT_JAVA_FIELD_INIT("videoProfile", "I" ),
    [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoEncoder.cpp 600 pEncoderContext->mCodecParams->videoProfile = pCodecParams->videoProfile;
633 iProfile = pEncoderContext->mCodecParams->videoProfile;
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
VideoEditorPerformance.java 639 final int videoProfile = MediaProperties.H264Profile.H264ProfileBaseline;
661 videoProfile, mediaVideoItem.getVideoProfile());
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java     [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4PTO3GPP_API.c     [all...]
M4VSS3GPP_AudioMixing.c     [all...]
M4VSS3GPP_EditVideo.c     [all...]
M4xVSS_internal.c     [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
VideoEditorStressTest.java 663 final int videoProfile = MediaProperties.H264Profile.H264ProfileBaseline;
694 videoProfile, mediaItem1.getVideoProfile());
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c     [all...]

Completed in 328 milliseconds