HomeSort by relevance Sort by last modified time
    Searched refs:G722EncInst (Results 1 - 7 of 7) 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
acm_g722.cc 59 G722EncInst* inst; // instance for left channel in case of stereo
60 G722EncInst* inst_right; // instance for right channel in case of stereo
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/
g722_interface.c 19 int16_t WebRtcG722_CreateEncoder(G722EncInst **G722enc_inst)
21 *G722enc_inst=(G722EncInst*)malloc(sizeof(g722_encode_state_t));
29 int16_t WebRtcG722_EncoderInit(G722EncInst *G722enc_inst)
33 G722enc_inst = (G722EncInst *) WebRtc_g722_encode_init(
42 int16_t WebRtcG722_FreeEncoder(G722EncInst *G722enc_inst)
48 int16_t WebRtcG722_Encode(G722EncInst *G722enc_inst,
  /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);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
audio_decoder_unittest.cc 479 G722EncInst* encoder_;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
RTPencode.cc 172 G722EncInst *g722EncState[2];
    [all...]

Completed in 87 milliseconds