OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:codecID_B
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/test/
TwoWayCommunication.h
30
void ChooseCodec(uint8_t* codecID_A, uint8_t*
codecID_B
);
TwoWayCommunication.cc
68
uint8_t*
codecID_B
) {
85
*
codecID_B
= (uint8_t) atoi(myStr);
92
uint8_t
codecID_B
;
94
ChooseCodec(&codecID_A, &
codecID_B
);
99
EXPECT_EQ(0, _acmB->Codec(
codecID_B
, &codecInst_B));
Completed in 520 milliseconds