Searched refs:GetPayloadTypeFrequency (Results 1 - 10 of 10) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/mock/
H A Dmock_rtp_payload_strategy.h30 MOCK_CONST_METHOD1(GetPayloadTypeFrequency,
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_receiver_video.h39 int GetPayloadTypeFrequency() const override;
H A Drtp_receiver_strategy.h53 virtual int GetPayloadTypeFrequency() const = 0;
H A Drtp_receiver_audio.h61 int GetPayloadTypeFrequency() const override;
H A Drtp_payload_registry.cc344 int RTPPayloadRegistry::GetPayloadTypeFrequency( function in class:webrtc::RTPPayloadRegistry
351 return rtp_payload_strategy_->GetPayloadTypeFrequency(*payload);
423 int GetPayloadTypeFrequency(const RtpUtility::Payload& payload) const { function in class:webrtc::RTPPayloadAudioStrategy
476 int GetPayloadTypeFrequency(const RtpUtility::Payload& payload) const { function in class:webrtc::RTPPayloadVideoStrategy
H A Drtp_receiver_video.cc103 int RTPReceiverVideo::GetPayloadTypeFrequency() const { function in class:webrtc::RTPReceiverVideo
H A Drtp_receiver_audio.cc207 int RTPReceiverAudio::GetPayloadTypeFrequency() const { function in class:webrtc::RTPReceiverAudio
H A Drtp_payload_registry_unittest.cc116 rtp_payload_registry_->GetPayloadTypeFrequency(kRedPayloadType));
/external/webrtc/webrtc/modules/rtp_rtcp/include/
H A Drtp_payload_registry.h45 virtual int GetPayloadTypeFrequency(
111 int GetPayloadTypeFrequency(uint8_t payload_type) const;
/external/webrtc/webrtc/voice_engine/
H A Dchannel.cc517 rtp_payload_registry_->GetPayloadTypeFrequency(header.payloadType);
1719 rtp_payload_registry_->GetPayloadTypeFrequency(header.payloadType);

Completed in 294 milliseconds