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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
producer_fec.h 28 int red_pl_type, int pl_type);
53 int red_pl_type);
68 std::vector<RedPacket*> GetFecPackets(int red_pl_type,
producer_fec.cc 51 int red_pl_type, int pl_type) {
56 data_[1] += red_pl_type;
126 int red_pl_type) {
131 red_pl_type, pl_type);
214 std::vector<RedPacket*> ProducerFec::GetFecPackets(int red_pl_type,
232 red_pl_type, fec_pl_type);
rtp_sender.cc 458 int8_t red_pl_type = -1; local
459 if (audio_->RED(&red_pl_type) == 0) {
461 if (red_pl_type == payload_type) {
    [all...]

Completed in 550 milliseconds