Searched defs:CNG_dec_inst (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/cng/include/
H A Dwebrtc_cng.h35 typedef struct WebRtcCngDecInst CNG_dec_inst; typedef in typeref:struct:WebRtcCngDecInst
49 int16_t WebRtcCng_CreateDec(CNG_dec_inst** cng_inst);
72 int16_t WebRtcCng_InitDec(CNG_dec_inst* cng_inst);
86 int16_t WebRtcCng_FreeDec(CNG_dec_inst* cng_inst);
122 int16_t WebRtcCng_UpdateSid(CNG_dec_inst* cng_inst, uint8_t* SID,
139 int16_t WebRtcCng_Generate(CNG_dec_inst* cng_inst, int16_t* outData,
156 int16_t WebRtcCng_GetErrorCodeDec(CNG_dec_inst* cng_inst);

Completed in 143 milliseconds