OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChooseCodec
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/test/
TwoWayCommunication.h
30
void
ChooseCodec
(uint8_t* codecID_A, uint8_t* codecID_B);
utility.h
112
int16_t
ChooseCodec
(CodecInst& codecInst);
TwoWayCommunication.cc
67
void TwoWayCommunication::
ChooseCodec
(uint8_t* codecID_A,
94
ChooseCodec
(&codecID_A, &codecID_B);
utility.cc
105
int16_t
ChooseCodec
(CodecInst& codecInst) {
Completed in 45 milliseconds