OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:codecCntr
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/test/
iSACTest.cc
79
int
codecCntr
;
82
for (
codecCntr
= 0;
codecCntr
< AudioCodingModule::NumberOfCodecs();
83
codecCntr
++) {
84
EXPECT_EQ(0, AudioCodingModule::Codec(
codecCntr
, &codecParam));
88
_idISAC16kHz =
codecCntr
;
93
_idISAC32kHz =
codecCntr
;
APITest.cc
1015
uint8_t*
codecCntr
;
1027
codecCntr
= &_codecCntrA;
1038
codecCntr
= &_codecCntrB;
1053
*
codecCntr
=
1054
(*
codecCntr
< AudioCodingModule::NumberOfCodecs() - 1) ?
1055
(*
codecCntr
+ 1) : 0;
1057
if (*
codecCntr
== 0) {
1076
AudioCodingModule::Codec(*
codecCntr
, &myCodec);
Completed in 273 milliseconds