HomeSort by relevance Sort by last modified time
    Searched refs:red_rtx_payload_type (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/
config.h 41 red_rtx_payload_type(-1) {}
50 int red_rtx_payload_type; member in struct:webrtc::FecConfig
  /external/webrtc/talk/media/webrtc/
webrtcvideoengine2.cc 279 if (other.red_rtx_payload_type != -1) {
280 if (output->red_rtx_payload_type != -1 &&
281 output->red_rtx_payload_type != other.red_rtx_payload_type) {
282 LOG(LS_WARNING) << "Conflict merging red_rtx_payload_type configs: "
283 << output->red_rtx_payload_type << " and "
284 << other.red_rtx_payload_type;
286 output->red_rtx_payload_type = other.red_rtx_payload_type;
    [all...]
webrtcvideoengine2_unittest.cc 103 if (config.rtp.fec.red_rtx_payload_type != -1) {
106 it->second == config.rtp.fec.red_rtx_payload_type);
    [all...]
  /external/webrtc/webrtc/video/
video_receive_stream.cc 241 if (config_.rtp.fec.red_rtx_payload_type != -1) {
243 config_.rtp.fec.red_rtx_payload_type,
end_to_end_tests.cc     [all...]

Completed in 428 milliseconds