OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wbISACConfig
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
iSACTest.cc
159
ACMTestISACConfig
wbISACConfig
;
162
SetISACConfigDefault(
wbISACConfig
);
165
wbISACConfig
.currentRateBitPerSec = -1;
168
EncodeDecode(testNr,
wbISACConfig
, swbISACConfig);
171
SetISACConfigDefault(
wbISACConfig
);
174
wbISACConfig
.currentRateBitPerSec = -1;
176
wbISACConfig
.initRateBitPerSec = 13000;
177
wbISACConfig
.initFrameSizeInMsec = 60;
181
EncodeDecode(testNr,
wbISACConfig
, swbISACConfig);
183
SetISACConfigDefault(
wbISACConfig
);
[
all
...]
iSACTest.h
51
void EncodeDecode(int testNr, ACMTestISACConfig&
wbISACConfig
,
Completed in 35 milliseconds