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

  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_MediaAndCodecSubscription.c 155 M4ENCODER_AudioGlobalInterface* pAudioCodecInterface;
418 &pAudioCodecInterface);
425 pAudioCodecInterface);
435 &pAudioCodecInterface);
442 pAudioCodecInterface);
453 &pAudioCodecInterface);
460 pAudioCodecInterface);
  /frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_MediaAndCodecSubscription.c 153 M4ENCODER_AudioGlobalInterface* pAudioCodecInterface;
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);

Completed in 101 milliseconds