Searched refs:videoCodecType (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_MediaAndCodecSubscription.c159 M4ENCODER_Format videoCodecType; local
360 err = VideoEditorVideoEncoder_getInterface_MPEG4(&videoCodecType,
368 err = M4MCS_registerVideoEncoder( pContext, videoCodecType,
378 err = VideoEditorVideoEncoder_getInterface_H263(&videoCodecType,
387 err = M4MCS_registerVideoEncoder( pContext, videoCodecType,
395 err = VideoEditorVideoEncoder_getInterface_H264(&videoCodecType,
403 err = M4MCS_registerVideoEncoder( pContext, videoCodecType, pVideoCodecInterface);
/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_MediaAndCodecSubscription.c157 M4ENCODER_Format videoCodecType; local
369 err = VideoEditorVideoEncoder_getInterface_MPEG4(&videoCodecType, &pVideoCodecInterface,
376 err = M4VSS3GPP_registerVideoEncoder( pContext, videoCodecType, pVideoCodecInterface);
385 err = VideoEditorVideoEncoder_getInterface_H263(&videoCodecType, &pVideoCodecInterface,
392 err = M4VSS3GPP_registerVideoEncoder( pContext, videoCodecType, pVideoCodecInterface);
399 err = VideoEditorVideoEncoder_getInterface_H264(&videoCodecType, &pVideoCodecInterface,
406 err = M4VSS3GPP_registerVideoEncoder( pContext, videoCodecType, pVideoCodecInterface);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
H A DMediaPropertiesTest.java73 int videoCodecType, int duration, int videoBitrate, int fps,
79 assertEquals("VideoCodec Mismatch", videoCodecType, mvi.getVideoType());
139 final int videoCodecType = MediaProperties.VCODEC_MPEG4;
156 validateVideoProperties(aspectRatio, fileType, videoCodecType, duration,
171 final int videoCodecType = MediaProperties.VCODEC_MPEG4;
188 validateVideoProperties(aspectRatio, fileType, videoCodecType, duration,
202 final int videoCodecType = MediaProperties.VCODEC_MPEG4;
219 validateVideoProperties(aspectRatio, fileType, videoCodecType, duration,
233 final int videoCodecType = MediaProperties.VCODEC_MPEG4;
250 validateVideoProperties(aspectRatio, fileType, videoCodecType, duratio
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/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DVideoEditorPerformance.java635 final int videoCodecType = MediaProperties.VCODEC_H264;
657 videoCodecType, mediaVideoItem.getVideoType());
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DVideoEditorStressTest.java661 final int videoCodecType = MediaProperties.VCODEC_H264;
690 videoCodecType, mediaItem1.getVideoType());

Completed in 260 milliseconds