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

  /frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_Codecs.c 73 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[i] = M4OSA_NULL
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_Codecs.c 80 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];
    [all...]
  /frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_InternalTypes.h 239 M4ENCODER_AudioGlobalInterface* pAudioEncoderInterface[M4ENCODER_kAudio_NB];
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 548 M4ENCODER_AudioGlobalInterface* pAudioEncoderInterface[M4ENCODER_kAudio_NB];

Completed in 248 milliseconds