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

  /external/chromium_org/third_party/webrtc/video/
video_send_stream_tests.cc 86 static const uint8_t kSendRtxPayloadType;
100 const uint8_t VideoSendStreamTest::kSendRtxPayloadType = 98;
588 TestNackRetransmission(kSendRtxSsrc, kSendRtxPayloadType);
    [all...]
call_tests.cc 48 static const uint8_t kSendRtxPayloadType = 126;
556 retransmission_payload_type_(expect_rtx ? kSendRtxPayloadType
612 send_config_.rtp.rtx.payload_type = kSendRtxPayloadType;
615 receive_config_.rtp.rtx[payload_type].payload_type = kSendRtxPayloadType;
    [all...]

Completed in 47 milliseconds