Searched defs:G722dec_inst (Results 1 – 2 of 2) sorted by relevance
60 int16_t WebRtcG722_CreateDecoder(G722DecInst **G722dec_inst) in WebRtcG722_CreateDecoder()70 int16_t WebRtcG722_DecoderInit(G722DecInst *G722dec_inst) in WebRtcG722_DecoderInit()83 int16_t WebRtcG722_FreeDecoder(G722DecInst *G722dec_inst) in WebRtcG722_FreeDecoder()89 int16_t WebRtcG722_Decode(G722DecInst *G722dec_inst, in WebRtcG722_Decode()
54 G722DecInst *G722dec_inst; in main() local