OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enable_rtx_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/session/media/
channelmanager.h
231
bool
enable_rtx_
;
member in class:cricket::ChannelManager
channelmanager.cc
108
enable_rtx_
= false;
137
enable_rtx_
= enable;
168
if (!
enable_rtx_
&& _stricmp(kRtxCodecName, it->name.c_str()) == 0) {
Completed in 3733 milliseconds