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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_payload_registry.cc 20 rtp_payload_strategy_(rtp_payload_strategy),
88 if (rtp_payload_strategy_->PayloadIsCompatible(*payload, frequency,
90 rtp_payload_strategy_->UpdatePayloadRate(payload, rate);
98 if (rtp_payload_strategy_->CodecsMustBeUnique()) {
120 payload = rtp_payload_strategy_->CreatePayloadType(
163 if (rtp_payload_strategy_->PayloadIsCompatible(*payload, frequency,
326 return rtp_payload_strategy_->GetPayloadTypeFrequency(*payload);
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
rtp_payload_registry.h 152 scoped_ptr<RTPPayloadStrategy> rtp_payload_strategy_; member in class:webrtc::RTPPayloadRegistry

Completed in 38 milliseconds