Searched refs:G722dec_inst (Results 1 – 3 of 3) sorted by relevance
59 int16_t WebRtcG722_CreateDecoder(G722DecInst **G722dec_inst) in WebRtcG722_CreateDecoder() argument61 *G722dec_inst=(G722DecInst*)malloc(sizeof(G722DecoderState)); in WebRtcG722_CreateDecoder()62 if (*G722dec_inst!=NULL) { in WebRtcG722_CreateDecoder()75 int WebRtcG722_FreeDecoder(G722DecInst *G722dec_inst) in WebRtcG722_FreeDecoder() argument78 return WebRtc_g722_decode_release((G722DecoderState*) G722dec_inst); in WebRtcG722_FreeDecoder()81 size_t WebRtcG722_Decode(G722DecInst *G722dec_inst, in WebRtcG722_Decode() argument89 return WebRtc_g722_decode((G722DecoderState*) G722dec_inst, decoded, in WebRtcG722_Decode()
114 int16_t WebRtcG722_CreateDecoder(G722DecInst **G722dec_inst);139 int WebRtcG722_FreeDecoder(G722DecInst *G722dec_inst);162 size_t WebRtcG722_Decode(G722DecInst *G722dec_inst,
50 G722DecInst *G722dec_inst; in main() local108 WebRtcG722_CreateDecoder((G722DecInst **)&G722dec_inst); in main()110 WebRtcG722_DecoderInit((G722DecInst *)G722dec_inst); in main()127 WebRtcG722_Decode(G722dec_inst, streamdata, stream_len, decoded, in main()146 WebRtcG722_FreeDecoder((G722DecInst *)G722dec_inst); in main()