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

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_receiver_video.h44 virtual bool ShouldReportCsrcChanges(uint8_t payload_type) const OVERRIDE;
H A Drtp_receiver_strategy.h61 virtual bool ShouldReportCsrcChanges(uint8_t payload_type) const = 0;
H A Drtp_receiver_audio.h69 virtual bool ShouldReportCsrcChanges(uint8_t payload_type) const OVERRIDE;
H A Drtp_receiver_video.cc38 bool RTPReceiverVideo::ShouldReportCsrcChanges(uint8_t payload_type) const { function in class:webrtc::RTPReceiverVideo
H A Drtp_receiver_audio.cc119 bool RTPReceiverAudio::ShouldReportCsrcChanges(uint8_t payload_type) const { function in class:webrtc::RTPReceiverAudio
H A Drtp_receiver_impl.cc437 if (!rtp_media_receiver_->ShouldReportCsrcChanges(

Completed in 223 milliseconds