Searched refs:pAudioEncoderGlobalFcts (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_EditAudio.c549 pC->ShellAPI.pAudioEncoderGlobalFcts->pFctStep(
558 pAudioEncoderGlobalFcts->pFctStep returns 0x%x",
710 err = pC->ShellAPI.pAudioEncoderGlobalFcts->pFctStep(
718 pAudioEncoderGlobalFcts->pFctStep returns 0x%x",
932 pC->ShellAPI.pAudioEncoderGlobalFcts->pFctStep(
941 pAudioEncoderGlobalFcts->pFctStep returns 0x%x",
1118 err = pC->ShellAPI.pAudioEncoderGlobalFcts->pFctStep(
1125 pAudioEncoderGlobalFcts->pFctStep returns 0x%x",
1824 err = pC_ShellAPI->pAudioEncoderGlobalFcts->pFctClose(
1830 "M4VSS3GPP_intResetAudioEncoder: pAudioEncoderGlobalFcts
[all...]
H A DM4VSS3GPP_Codecs.c51 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 )
H A DM4VSS3GPP_AudioMixing.c545 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",
2767 err = pC->ShellAPI.pAudioEncoderGlobalFcts->pFctStep(
2774 pAudioEncoderGlobalFcts->pFctStep returns 0x%x",
3622 err = pC->ShellAPI.pAudioEncoderGlobalFcts->pFctStep(pC->ewc.pAudioEncCtxt,
3628 "M4VSS3GPP_intAudioMixingDoMixing(): pAudioEncoderGlobalFcts->pFctStep returns 0x%x",
3817 err = pC->ShellAPI.pAudioEncoderGlobalFcts->pFctStep(
3824 pAudioEncoderGlobalFcts
[all...]
H A DM4VSS3GPP_Edit.c1761 err = pC->ShellAPI.pAudioEncoderGlobalFcts->pFctClose(
1767 "M4VSS3GPP_editCleanUp: pAudioEncoderGlobalFcts->pFctClose returns 0x%x",
1772 err = pC->ShellAPI.pAudioEncoderGlobalFcts->pFctCleanUp(
1778 "M4VSS3GPP_editCleanUp: pAudioEncoderGlobalFcts->pFctCleanUp returns 0x%x",
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_Codecs.c60 pC->pAudioEncoderGlobalFcts = M4OSA_NULL;
512 pC->pAudioEncoderGlobalFcts = M4OSA_NULL;
750 pC->pAudioEncoderGlobalFcts = pC->pAudioEncoderInterface[encoderType];
753 if (pC->pAudioEncoderGlobalFcts == M4OSA_NULL)
H A DM4MCS_API.c3388 err = pC->pAudioEncoderGlobalFcts->pFctClose(pC->pAudioEncCtxt);
3393 "M4MCS_cleanUp: pAudioEncoderGlobalFcts->pFctClose returns 0x%x",
3398 err = pC->pAudioEncoderGlobalFcts->pFctCleanUp(pC->pAudioEncCtxt);
3403 "M4MCS_cleanUp: pAudioEncoderGlobalFcts->pFctCleanUp returns 0x%x",
6487 err = pC->pAudioEncoderGlobalFcts->pFctInit(&pC->pAudioEncCtxt,
6493 "M4MCS_intPrepareAudioProcessing: pAudioEncoderGlobalFcts->pFctInit returns 0x%x",
6499 err = pC->pAudioEncoderGlobalFcts->pFctOpen(pC->pAudioEncCtxt,
6506 "M4MCS_intPrepareAudioProcessing: pAudioEncoderGlobalFcts->pFctOpen returns 0x%x",
8686 err = pC->pAudioEncoderGlobalFcts->pFctStep(pC->pAudioEncCtxt,
8692 "M4MCS_intAudioTranscoding(): pAudioEncoderGlobalFcts
[all...]
/frameworks/av/libvideoeditor/vss/inc/
H A DM4VSS3GPP_InternalTypes.h243 M4ENCODER_AudioGlobalInterface* pAudioEncoderGlobalFcts; member in struct:__anon258
/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalTypes.h552 M4ENCODER_AudioGlobalInterface* pAudioEncoderGlobalFcts; member in struct:__anon302

Completed in 287 milliseconds