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

  /frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_EditAudio.c 549 pC->ShellAPI.pAudioEncoderGlobalFcts->pFctStep(
558 pAudioEncoderGlobalFcts->pFctStep returns 0x%x",
710 err = pC->ShellAPI.pAudioEncoderGlobalFcts->pFctStep(
718 pAudioEncoderGlobalFcts->pFctStep returns 0x%x",
    [all...]
M4VSS3GPP_Codecs.c 51 pC->pAudioEncoderGlobalFcts = M4OSA_NULL;
570 pC->pAudioEncoderGlobalFcts = M4OSA_NULL;
835 pC->pAudioEncoderGlobalFcts = pC->pAudioEncoderInterface[encoderType];
841 pC->pAudioEncoderGlobalFcts = 0x%x",
843 pC->pAudioEncoderGlobalFcts);
845 if( pC->pAudioEncoderGlobalFcts == M4OSA_NULL )
    [all...]
M4VSS3GPP_AudioMixing.c 545 err = pC->ShellAPI.pAudioEncoderGlobalFcts->pFctClose(
551 "M4VSS3GPP_audioMixingCleanUp: pAudioEncoderGlobalFcts->pFctClose returns 0x%x",
556 err = pC->ShellAPI.pAudioEncoderGlobalFcts->pFctCleanUp(
562 "M4VSS3GPP_audioMixingCleanUp: pAudioEncoderGlobalFcts->pFctCleanUp returns 0x%x",
    [all...]
M4VSS3GPP_Edit.c     [all...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_Codecs.c 60 pC->pAudioEncoderGlobalFcts = M4OSA_NULL;
512 pC->pAudioEncoderGlobalFcts = M4OSA_NULL;
750 pC->pAudioEncoderGlobalFcts = pC->pAudioEncoderInterface[encoderType];
753 if (pC->pAudioEncoderGlobalFcts == M4OSA_NULL)
    [all...]
M4MCS_API.c     [all...]
  /frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_InternalTypes.h 243 M4ENCODER_AudioGlobalInterface* pAudioEncoderGlobalFcts;
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 552 M4ENCODER_AudioGlobalInterface* pAudioEncoderGlobalFcts;

Completed in 42 milliseconds