HomeSort by relevance Sort by last modified time
    Searched defs:G722EncInst (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
g722_interface.h 20 typedef struct WebRtcG722EncInst G722EncInst;
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,
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/test/
testG722.cc 28 typedef struct WebRtcG722EncInst G722EncInst;
49 G722EncInst *G722enc_inst;
107 WebRtcG722_CreateEncoder((G722EncInst **)&G722enc_inst);
109 WebRtcG722_EncoderInit((G722EncInst *)G722enc_inst);
126 stream_len = WebRtcG722_Encode((G722EncInst *)G722enc_inst, shortdata, framelength, streamdata);
145 WebRtcG722_FreeEncoder((G722EncInst *)G722enc_inst);

Completed in 78 milliseconds