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

  /frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_Codecs.c 748 M4ENCODER_Format encoderType;
758 encoderType = M4ENCODER_kH263;
762 encoderType = M4ENCODER_kMPEG4;
766 encoderType = M4ENCODER_kH264;
776 pC->pVideoEncoderGlobalFcts = pC->pVideoEncoderInterface[encoderType];
778 pC->pVideoEncoderExternalAPITable[encoderType];
780 pC->pVideoEncoderUserDataTable[encoderType];
807 M4ENCODER_AudioFormat encoderType;
819 encoderType = M4ENCODER_kAMRNB;
825 encoderType = M4ENCODER_kAAC
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_Codecs.c 673 M4ENCODER_Format encoderType;
680 encoderType = M4ENCODER_kH263;
683 encoderType = M4ENCODER_kMPEG4;
687 encoderType = M4ENCODER_kH264;
696 pC->pVideoEncoderGlobalFcts = pC->pVideoEncoderInterface[encoderType];
697 pC->pCurrentVideoEncoderExternalAPI = pC->pVideoEncoderExternalAPITable[encoderType];
698 pC->pCurrentVideoEncoderUserData = pC->pVideoEncoderUserDataTable[encoderType];
725 M4ENCODER_AudioFormat encoderType;
732 encoderType = M4ENCODER_kAMRNB;
735 encoderType = M4ENCODER_kAAC
    [all...]

Completed in 739 milliseconds