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/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
TwoWayCommunication.h
30
void ChooseCodec(uint8_t* codecID_A, uint8_t*
codecID_B
);
TwoWayCommunication.cc
62
uint8_t*
codecID_B
) {
79
*
codecID_B
= (uint8_t) atoi(myStr);
86
uint8_t
codecID_B
;
88
ChooseCodec(&codecID_A, &
codecID_B
);
93
EXPECT_EQ(0, _acmB->Codec(
codecID_B
, &codecInst_B));
Completed in 71 milliseconds