Searched refs:enable_rtx_ (Results 1 – 2 of 2) sorted by relevance
108 enable_rtx_ = false; in Construct()137 enable_rtx_ = enable; in SetVideoRtxEnabled()168 if (!enable_rtx_ && _stricmp(kRtxCodecName, it->name.c_str()) == 0) { in GetSupportedVideoCodecs()
231 bool enable_rtx_; variable