Searched refs:G722EncInst (Results 1 – 5 of 5) sorted by relevance
19 int16_t WebRtcG722_CreateEncoder(G722EncInst **G722enc_inst) in WebRtcG722_CreateEncoder()21 *G722enc_inst=(G722EncInst*)malloc(sizeof(G722EncoderState)); in WebRtcG722_CreateEncoder()29 int16_t WebRtcG722_EncoderInit(G722EncInst *G722enc_inst) in WebRtcG722_EncoderInit()33 G722enc_inst = (G722EncInst *) WebRtc_g722_encode_init( in WebRtcG722_EncoderInit()42 int WebRtcG722_FreeEncoder(G722EncInst *G722enc_inst) in WebRtcG722_FreeEncoder()48 size_t WebRtcG722_Encode(G722EncInst *G722enc_inst, in WebRtcG722_Encode()
20 typedef struct WebRtcG722EncInst G722EncInst; typedef46 int16_t WebRtcG722_CreateEncoder(G722EncInst **G722enc_inst);62 int16_t WebRtcG722_EncoderInit(G722EncInst *G722enc_inst);76 int WebRtcG722_FreeEncoder(G722EncInst *G722enc_inst);97 size_t WebRtcG722_Encode(G722EncInst* G722enc_inst,
53 G722EncInst* encoder;
28 typedef struct WebRtcG722EncInst G722EncInst; typedef49 G722EncInst *G722enc_inst; in main()107 WebRtcG722_CreateEncoder((G722EncInst **)&G722enc_inst); in main()109 WebRtcG722_EncoderInit((G722EncInst *)G722enc_inst); in main()126 … stream_len = WebRtcG722_Encode((G722EncInst *)G722enc_inst, shortdata, framelength, streamdata); in main()145 WebRtcG722_FreeEncoder((G722EncInst *)G722enc_inst); in main()
213 G722EncInst* g722EncState[2];