Searched refs:encoderType (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_Codecs.c748 M4ENCODER_Format encoderType; local
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; local
819 encoderType = M4ENCODER_kAMRNB;
825 encoderType
[all...]
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_Codecs.c673 M4ENCODER_Format encoderType; local
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; local
732 encoderType = M4ENCODER_kAMRNB;
735 encoderType
[all...]

Completed in 37 milliseconds