Home
last modified time | relevance | path

Searched defs:DeliverRtcp (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/webrtc/video/
H A Dvideo_send_stream.cc332 void VideoSendStream::DeliverRtcp(const uint8_t* packet, size_t length) { in DeliverRtcp() function in webrtc::internal::VideoSendStream
H A Dvideo_send_stream_impl.cc310 void VideoSendStreamImpl::DeliverRtcp(const uint8_t* packet, size_t length) { in DeliverRtcp() function in webrtc::internal::VideoSendStreamImpl
H A Drtp_video_stream_receiver2.cc1149 bool RtpVideoStreamReceiver2::DeliverRtcp(const uint8_t* rtcp_packet, in DeliverRtcp() function in webrtc::RtpVideoStreamReceiver2
H A Dvideo_receive_stream2.cc308 bool VideoReceiveStream2::DeliverRtcp(const uint8_t* packet, size_t length) { in DeliverRtcp() function in webrtc::internal::VideoReceiveStream2
/aosp_15_r20/external/webrtc/audio/
H A Daudio_receive_stream.cc470 void AudioReceiveStreamImpl::DeliverRtcp(const uint8_t* packet, size_t length) { in DeliverRtcp() function in webrtc::AudioReceiveStreamImpl
H A Daudio_send_stream.cc499 void AudioSendStream::DeliverRtcp(const uint8_t* packet, size_t length) { in DeliverRtcp() function in webrtc::internal::AudioSendStream
/aosp_15_r20/external/webrtc/call/
H A Drtp_video_sender.cc704 void RtpVideoSender::DeliverRtcp(const uint8_t* packet, size_t length) { in DeliverRtcp() function in webrtc::RtpVideoSender
H A Dcall.cc1393 void Call::DeliverRtcp(MediaType media_type, rtc::CopyOnWriteBuffer packet) { in DeliverRtcp() function in webrtc::internal::Call