Home
last modified time | relevance | path

Searched defs:G722dec_inst (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/
Dg722_interface.c60 int16_t WebRtcG722_CreateDecoder(G722DecInst **G722dec_inst) in WebRtcG722_CreateDecoder()
70 int16_t WebRtcG722_DecoderInit(G722DecInst *G722dec_inst) in WebRtcG722_DecoderInit()
83 int16_t WebRtcG722_FreeDecoder(G722DecInst *G722dec_inst) in WebRtcG722_FreeDecoder()
89 int16_t WebRtcG722_Decode(G722DecInst *G722dec_inst, in WebRtcG722_Decode()
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/test/
DtestG722.cc54 G722DecInst *G722dec_inst; in main() local