Searched refs:include_rtx (Results 1 – 4 of 4) sorted by relevance
142 virtual std::vector<VideoCodec> send_codecs(bool include_rtx) const { in send_codecs() argument143 RTC_DCHECK(include_rtx); in send_codecs()146 virtual std::vector<VideoCodec> recv_codecs(bool include_rtx) const { in recv_codecs() argument147 RTC_DCHECK(include_rtx); in recv_codecs()
549 std::vector<VideoCodec> send_codecs(bool include_rtx) const override;550 std::vector<VideoCodec> recv_codecs(bool include_rtx) const override;
119 std::vector<VideoCodec> send_codecs(bool include_rtx) const override;120 std::vector<VideoCodec> recv_codecs(bool include_rtx) const override;
144 bool include_rtx, in GetPayloadTypesAndDefaultCodecs() argument216 if (include_rtx) { in GetPayloadTypesAndDefaultCodecs()623 std::vector<VideoCodec> WebRtcVideoEngine::send_codecs(bool include_rtx) const { in send_codecs()626 include_rtx, trials_); in send_codecs()629 std::vector<VideoCodec> WebRtcVideoEngine::recv_codecs(bool include_rtx) const { in recv_codecs()632 include_rtx, trials_); in recv_codecs()