HomeSort by relevance Sort by last modified time
    Searched refs:audioCodecType (Results 1 - 4 of 4) 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,
93 assertEquals("AudioType Mismatch ", audioCodecType, mvi.getAudioType());
98 if ( audioCodecType != MediaProperties.ACODEC_AAC_LC ) {
104 protected void validateAudioProperties(int audioCodecType, int duration,
107 assertEquals("AudioType Mismatch ", audioCodecType, aT.getAudioType());
114 if ( audioCodecType != MediaProperties.ACODEC_AAC_LC ) {
145 final int audioCodecType = MediaProperties.ACODEC_AAC_LC;
158 videoBitrate, fps, videoProfile, videoLevel, width, height, audioCodecType,
178 final int audioCodecType = MediaProperties.ACODEC_AMRNB;
191 videoBitrate, fps, videoProfile, videoLevel, width, height, audioCodecType,
    [all...]
  /frameworks/media/libvideoeditor/vss/mcs/src/
M4MCS_MediaAndCodecSubscription.c 154 M4ENCODER_AudioFormat audioCodecType;
417 err = VideoEditorAudioEncoder_getInterface_AMRNB(&audioCodecType,
424 err = M4MCS_registerAudioEncoder( pContext, audioCodecType,
434 err = VideoEditorAudioEncoder_getInterface_AAC(&audioCodecType,
441 err = M4MCS_registerAudioEncoder( pContext, audioCodecType,
452 err = VideoEditorAudioEncoder_getInterface_MP3(&audioCodecType,
459 err = M4MCS_registerAudioEncoder( pContext, audioCodecType,
  /frameworks/media/libvideoeditor/vss/src/
M4VSS3GPP_MediaAndCodecSubscription.c 152 M4ENCODER_AudioFormat audioCodecType;
420 err = VideoEditorAudioEncoder_getInterface_AMRNB(&audioCodecType, &pAudioCodecInterface);
426 err = M4VSS3GPP_registerAudioEncoder( pContext, audioCodecType, pAudioCodecInterface);
435 err = VideoEditorAudioEncoder_getInterface_AAC(&audioCodecType, &pAudioCodecInterface);
441 err = M4VSS3GPP_registerAudioEncoder( pContext, audioCodecType, pAudioCodecInterface);
450 err = M4EVRC_getInterfaces( &audioCodecType, &pAudioCodecInterface);
456 err = M4VSS3GPP_registerAudioEncoder( pContext, audioCodecType, pAudioCodecInterface);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
VideoEditorStressTest.java 681 final int audioCodecType = MediaProperties.ACODEC_AAC_LC;
728 assertEquals("AudioType Mismatch", audioCodecType,
    [all...]

Completed in 2621 milliseconds