OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtcIsacfix_Create
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/test/
neteq_isac_quality_test.cc
64
WebRtcIsacfix_Create
(&isac_encoder_);
RTPencode.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/include/
isacfix.h
58
*
WebRtcIsacfix_Create
(...)
70
int16_t
WebRtcIsacfix_Create
(ISACFIX_MainStruct **ISAC_main_inst);
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
isac_fix_type.h
36
return
WebRtcIsacfix_Create
(inst);
isacfix.c
91
*
WebRtcIsacfix_Create
(...)
103
int16_t
WebRtcIsacfix_Create
(ISACFIX_MainStruct **ISAC_main_inst)
[
all
...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
isac_speed_test.cc
49
EXPECT_EQ(0,
WebRtcIsacfix_Create
(&ISACFIX_main_inst_));
test_iSACfixfloat.c
274
WebRtcIsacfix_Create
(&ISACFIX_main_inst);
kenny.cc
461
err =
WebRtcIsacfix_Create
(&ISAC_main_inst);
Completed in 1095 milliseconds