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

  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
g722_enc_dec.h 132 } G722DecoderState;
147 G722DecoderState* WebRtc_g722_decode_init(G722DecoderState* s,
150 int WebRtc_g722_decode_release(G722DecoderState *s);
151 size_t WebRtc_g722_decode(G722DecoderState *s,
g722_interface.c 61 *G722dec_inst=(G722DecInst*)malloc(sizeof(G722DecoderState));
72 WebRtc_g722_decode_init((G722DecoderState*)inst, 64000, 2);
78 return WebRtc_g722_decode_release((G722DecoderState*) G722dec_inst);
89 return WebRtc_g722_decode((G722DecoderState*) G722dec_inst, decoded,
g722_decode.c 65 static void block4(G722DecoderState *s, int band, int d);
67 static void block4(G722DecoderState *s, int band, int d)
157 G722DecoderState* WebRtc_g722_decode_init(G722DecoderState* s,
180 int WebRtc_g722_decode_release(G722DecoderState *s)
187 size_t WebRtc_g722_decode(G722DecoderState *s, int16_t amp[],

Completed in 63 milliseconds