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

  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_MediaAndCodecSubscription.c 159 M4ENCODER_Format videoCodecType;
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/
M4VSS3GPP_MediaAndCodecSubscription.c 157 M4ENCODER_Format videoCodecType;
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/
MediaPropertiesTest.java 73 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, duration
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
VideoEditorPerformance.java 635 final int videoCodecType = MediaProperties.VCODEC_H264;
657 videoCodecType, mediaVideoItem.getVideoType());
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
VideoEditorStressTest.java 661 final int videoCodecType = MediaProperties.VCODEC_H264;
690 videoCodecType, mediaItem1.getVideoType());
    [all...]

Completed in 133 milliseconds