Searched refs:audioCodecType (Results 1 - 4 of 4) 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,
93 assertEquals("AudioType Mismatch ", audioCodecType, mvi.getAudioType());
98 if ( audioCodecType != MediaProperties.ACODEC_AAC_LC ) {
104 protected void validateAudioProperties(int audioCodecType, int duration, argument
107 assertEquals("AudioType Mismatch ", audioCodecType, aT.getAudioType());
114 if ( audioCodecType != MediaProperties.ACODEC_AAC_LC ) {
144 final int audioCodecType = MediaProperties.ACODEC_AAC_LC;
157 videoBitrate, fps, videoProfile, videoLevel, width, height, audioCodecType,
176 final int audioCodecType = MediaProperties.ACODEC_AMRNB;
189 videoBitrate, fps, videoProfile, videoLevel, width, height, audioCodecType,
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/mcs/src/
H A DM4MCS_MediaAndCodecSubscription.c154 M4ENCODER_AudioFormat audioCodecType; local
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/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_MediaAndCodecSubscription.c152 M4ENCODER_AudioFormat audioCodecType; local
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/
H A DVideoEditorStressTest.java674 final int audioCodecType = MediaProperties.ACODEC_AAC_LC;
721 assertEquals("AudioType Mismatch", audioCodecType,

Completed in 657 milliseconds