OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtcG722_Decode
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/include/
g722_interface.h
150
*
WebRtcG722_Decode
(...)
170
int16_t
WebRtcG722_Decode
(G722DecInst *G722dec_inst,
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/
g722_interface.c
89
int16_t
WebRtcG722_Decode
(G722DecInst *G722dec_inst,
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/test/
testG722.cc
127
err =
WebRtcG722_Decode
((G722DecInst *)G722dec_inst, streamdata, stream_len, decoded, speechType);
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
audio_decoder_impl.cc
280
int16_t ret =
WebRtcG722_Decode
(
319
int16_t ret =
WebRtcG722_Decode
(
325
ret =
WebRtcG722_Decode
(
Completed in 4293 milliseconds