Home
last modified time | relevance | path

Searched refs:ShouldReportCsrcChanges (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_receiver_video.h43 bool ShouldReportCsrcChanges(uint8_t payload_type) const override;
Drtp_receiver_strategy.h61 virtual bool ShouldReportCsrcChanges(uint8_t payload_type) const = 0;
Drtp_receiver_audio.h65 bool ShouldReportCsrcChanges(uint8_t payload_type) const override;
Drtp_receiver_video.cc40 bool RTPReceiverVideo::ShouldReportCsrcChanges(uint8_t payload_type) const { in ShouldReportCsrcChanges() function in webrtc::RTPReceiverVideo
Drtp_receiver_audio.cc117 bool RTPReceiverAudio::ShouldReportCsrcChanges(uint8_t payload_type) const { in ShouldReportCsrcChanges() function in webrtc::RTPReceiverAudio
Drtp_receiver_impl.cc415 if (!rtp_media_receiver_->ShouldReportCsrcChanges( in CheckCSRC()