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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/include/
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 int16_t WebRtcG722_FreeEncoder(G722EncInst *G722enc_inst);
98 int16_t WebRtcG722_Encode(G722EncInst *G722enc_inst,
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_g722.h 17 typedef struct WebRtcG722EncInst G722EncInst;
56 G722EncInst* encoder_inst_ptr_;
57 G722EncInst* encoder_inst_ptr_right_; // Prepared for stereo
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/test/
testG722.cc 28 typedef struct WebRtcG722EncInst G722EncInst;
53 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);
149 WebRtcG722_FreeEncoder((G722EncInst *)G722enc_inst);

Completed in 138 milliseconds