OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:codecCntr
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
utility.cc
131
for (uint8_t
codecCntr
= 0;
codecCntr
< noCodec;
codecCntr
++) {
132
AudioCodingModule::Codec(
codecCntr
, &codecInst);
133
printf("%2d- %-18s %5d %6d\n",
codecCntr
, codecInst.plname,
iSACTest.cc
97
int
codecCntr
;
100
for (
codecCntr
= 0;
codecCntr
< AudioCodingModule::NumberOfCodecs();
101
codecCntr
++) {
102
EXPECT_EQ(0, AudioCodingModule::Codec(
codecCntr
, &codecParam));
106
_idISAC16kHz =
codecCntr
;
111
_idISAC32kHz =
codecCntr
;
TwoWayCommunication.cc
68
for (uint8_t
codecCntr
= 0;
codecCntr
< noCodec;
codecCntr
++) {
69
EXPECT_EQ(tmpACM->Codec(
codecCntr
, &codecInst), 0);
70
printf("%d- %s\n",
codecCntr
, codecInst.plname);
TestVADDTX.cc
214
for (int16_t
codecCntr
= 0;
codecCntr
< myACM->NumberOfCodecs();
215
codecCntr
++) {
216
EXPECT_EQ(0, myACM->Codec((uint8_t)
codecCntr
, &myCodecParam));
APITest.cc
1129
uint8_t*
codecCntr
;
1141
codecCntr
= &_codecCntrA;
1152
codecCntr
= &_codecCntrB
[
all
...]
Completed in 1081 milliseconds