OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtcG722_CreateDecoder
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/include/
g722_interface.h
105
*
WebRtcG722_CreateDecoder
(...)
115
int16_t
WebRtcG722_CreateDecoder
(G722DecInst **G722dec_inst);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/
g722_interface.c
60
int16_t
WebRtcG722_CreateDecoder
(G722DecInst **G722dec_inst)
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/test/
testG722.cc
108
WebRtcG722_CreateDecoder
((G722DecInst **)&G722dec_inst);
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
audio_decoder_impl.cc
270
WebRtcG722_CreateDecoder
(reinterpret_cast<G722DecInst**>(&state_));
304
WebRtcG722_CreateDecoder
(reinterpret_cast<G722DecInst**>(&state_right_));
Completed in 1717 milliseconds