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

  /external/webrtc/webrtc/modules/audio_coding/codecs/cng/
webrtc_cng.h 36 typedef struct WebRtcCngDecInst CNG_dec_inst;
50 int16_t WebRtcCng_CreateDec(CNG_dec_inst** cng_inst);
73 void WebRtcCng_InitDec(CNG_dec_inst* cng_inst);
87 int16_t WebRtcCng_FreeDec(CNG_dec_inst* cng_inst);
123 int16_t WebRtcCng_UpdateSid(CNG_dec_inst* cng_inst, uint8_t* SID,
140 int16_t WebRtcCng_Generate(CNG_dec_inst* cng_inst, int16_t* outData,
157 int16_t WebRtcCng_GetErrorCodeDec(CNG_dec_inst* cng_inst);
webrtc_cng.c 106 int16_t WebRtcCng_CreateDec(CNG_dec_inst** cng_inst) {
108 *cng_inst = (CNG_dec_inst*) malloc(sizeof(WebRtcCngDecoder));
172 void WebRtcCng_InitDec(CNG_dec_inst* cng_inst) {
209 int16_t WebRtcCng_FreeDec(CNG_dec_inst* cng_inst) {
414 int16_t WebRtcCng_UpdateSid(CNG_dec_inst* cng_inst, uint8_t* SID,
476 int16_t WebRtcCng_Generate(CNG_dec_inst* cng_inst, int16_t* outData,
599 int16_t WebRtcCng_GetErrorCodeDec(CNG_dec_inst* cng_inst) {
cng_unittest.cc 42 CNG_dec_inst* cng_dec_inst_;
  /external/webrtc/webrtc/modules/audio_coding/neteq/
audio_decoder_impl.h 45 CNG_dec_inst* CngDecoderInstance() override;
56 CNG_dec_inst* dec_state_;
comfort_noise.cc 40 CNG_dec_inst* cng_inst = cng_decoder->CngDecoderInstance();
79 CNG_dec_inst* cng_inst = cng_decoder->CngDecoderInstance();
audio_decoder_impl.cc 60 CNG_dec_inst* AudioDecoderCng::CngDecoderInstance() {
  /external/webrtc/webrtc/modules/audio_coding/codecs/
audio_decoder.h 97 // If this is a CNG decoder, return the underlying CNG_dec_inst*. If this
99 virtual CNG_dec_inst* CngDecoderInstance();
audio_decoder.cc 85 CNG_dec_inst* AudioDecoder::CngDecoderInstance() {

Completed in 208 milliseconds