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

  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_Codecs.c 73 pC->pVideoEncoderInterface[i] = M4OSA_NULL;
208 if (pC->pVideoEncoderInterface[MediaType] != M4OSA_NULL)
213 free(pC->pVideoEncoderInterface[MediaType]);
214 pC->pVideoEncoderInterface[MediaType] = M4OSA_NULL;
219 pC->pVideoEncoderInterface[MediaType] = pEncGlobalInterface;
491 if (pC->pVideoEncoderInterface[i] != M4OSA_NULL)
493 free(pC->pVideoEncoderInterface[i] );
494 pC->pVideoEncoderInterface[i] = M4OSA_NULL;
696 pC->pVideoEncoderGlobalFcts = pC->pVideoEncoderInterface[encoderType];
    [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_Codecs.c 66 pC->pVideoEncoderInterface[i] = M4OSA_NULL;
208 if( pC->pVideoEncoderInterface[MediaType] != M4OSA_NULL )
220 free(pC->pVideoEncoderInterface[MediaType]);
227 pC->pVideoEncoderInterface[MediaType] = M4OSA_NULL;
232 pC->pVideoEncoderInterface[MediaType] = pEncGlobalInterface;
523 if( pC->pVideoEncoderInterface[i] != M4OSA_NULL )
532 free(pC->pVideoEncoderInterface[i]);
539 pC->pVideoEncoderInterface[i] = M4OSA_NULL;
776 pC->pVideoEncoderGlobalFcts = pC->pVideoEncoderInterface[encoderType];
    [all...]
  /frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_InternalTypes.h 229 M4ENCODER_GlobalInterface* pVideoEncoderInterface[M4ENCODER_kVideo_NB];
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 538 M4ENCODER_GlobalInterface* pVideoEncoderInterface[M4ENCODER_kVideo_NB];

Completed in 796 milliseconds