OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:codecID_A
(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
67
void TwoWayCommunication::ChooseCodec(uint8_t*
codecID_A
,
81
*
codecID_A
= (uint8_t) atoi(myStr);
91
uint8_t
codecID_A
;
94
ChooseCodec(&
codecID_A
, &codecID_B);
98
EXPECT_EQ(0, _acmA->Codec(
codecID_A
, &codecInst_A));
Completed in 4710 milliseconds