Searched refs:pAudioEncoderInterface (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_Codecs.c73 pC->pAudioEncoderInterface[i] = M4OSA_NULL;
277 if( pC->pAudioEncoderInterface[MediaType] != M4OSA_NULL )
279 free(pC->pAudioEncoderInterface[MediaType]);
280 pC->pAudioEncoderInterface[MediaType] = M4OSA_NULL;
284 pC->pAudioEncoderInterface[MediaType] = pEncGlobalInterface;
289 "M4VSS3GPP_registerAudioEncoder: pC->pAudioEncoderInterface[0x%x] = 0x%x",
290 MediaType, pC->pAudioEncoderInterface[MediaType]);
545 if( pC->pAudioEncoderInterface[i] != M4OSA_NULL )
557 free(pC->pAudioEncoderInterface[i]);
565 pC->pAudioEncoderInterface[
[all...]
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_Codecs.c80 pC->pAudioEncoderInterface[i] = M4OSA_NULL;
265 if(M4OSA_NULL != pC->pAudioEncoderInterface[MediaType])
267 free(pC->pAudioEncoderInterface[MediaType]);
268 pC->pAudioEncoderInterface[MediaType] = M4OSA_NULL;
279 pC->pAudioEncoderInterface[MediaType] = pEncGlobalInterface;
500 if (pC->pAudioEncoderInterface[i] != M4OSA_NULL)
505 free(pC->pAudioEncoderInterface[i] );
507 pC->pAudioEncoderInterface[i] = M4OSA_NULL;
750 pC->pAudioEncoderGlobalFcts = pC->pAudioEncoderInterface[encoderType];
/frameworks/av/libvideoeditor/vss/inc/
H A DM4VSS3GPP_InternalTypes.h239 M4ENCODER_AudioGlobalInterface* pAudioEncoderInterface[M4ENCODER_kAudio_NB]; member in struct:__anon258
/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalTypes.h548 M4ENCODER_AudioGlobalInterface* pAudioEncoderInterface[M4ENCODER_kAudio_NB]; member in struct:__anon302

Completed in 750 milliseconds