Home
last modified time | relevance | path

Searched refs:G722EncInst (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
Dg722_interface.c19 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()
Dg722_interface.h20 typedef struct WebRtcG722EncInst G722EncInst; typedef
46 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,
Daudio_encoder_g722.h53 G722EncInst* encoder;
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/test/
DtestG722.cc28 typedef struct WebRtcG722EncInst G722EncInst; typedef
49 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()
/external/webrtc/webrtc/modules/audio_coding/neteq/test/
DRTPencode.cc213 G722EncInst* g722EncState[2];