Home
last modified time | relevance | path

Searched defs:OnRtpPacket (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/webrtc/call/
H A Drtx_receive_stream.cc50 void RtxReceiveStream::OnRtpPacket(const RtpPacketReceived& rtx_packet) { in OnRtpPacket() function in webrtc::RtxReceiveStream
H A Drtp_stream_receiver_controller.cc48 bool RtpStreamReceiverController::OnRtpPacket(const RtpPacketReceived& packet) { in OnRtpPacket() function in webrtc::RtpStreamReceiverController
H A Dflexfec_receive_stream_impl.cc179 void FlexfecReceiveStreamImpl::OnRtpPacket(const RtpPacketReceived& packet) { in OnRtpPacket() function in webrtc::FlexfecReceiveStreamImpl
H A Drtp_demuxer.cc258 bool RtpDemuxer::OnRtpPacket(const RtpPacketReceived& packet) { in OnRtpPacket() function in webrtc::RtpDemuxer
/aosp_15_r20/external/webrtc/pc/test/
H A Drtp_transport_test_util.h36 void OnRtpPacket(const RtpPacketReceived& packet) override { in OnRtpPacket() function
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Dflexfec_receiver.cc60 void FlexfecReceiver::OnRtpPacket(const RtpPacketReceived& packet) { in OnRtpPacket() function in webrtc::FlexfecReceiver
H A Dreceive_statistics_impl.h222 void OnRtpPacket(const RtpPacketReceived& packet) override { in OnRtpPacket() function
H A Dreceive_statistics_impl.cc366 void ReceiveStatisticsImpl::OnRtpPacket(const RtpPacketReceived& packet) { in OnRtpPacket() function in webrtc::ReceiveStatisticsImpl
H A Dnack_rtx_unittest.cc47 void OnRtpPacket(const RtpPacketReceived& packet) override { in OnRtpPacket() function in webrtc::VerifyingMediaStream
/aosp_15_r20/external/webrtc/test/peer_scenario/
H A Dscenario_connection.cc230 void ScenarioIceConnectionImpl::OnRtpPacket(const RtpPacketReceived& packet) { in OnRtpPacket() function in webrtc::ScenarioIceConnectionImpl
/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/nodes/
DRtpEncoderNode.cpp285 void RtpEncoderNode::OnRtpPacket(unsigned char* data, uint32_t nSize) in OnRtpPacket() function in RtpEncoderNode
/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/
DIRtpSession.cpp363 int IRtpSession::OnRtpPacket(unsigned char* pData, RtpSvc_Length wLen) in OnRtpPacket() function in IRtpSession
/aosp_15_r20/external/webrtc/pc/
H A Dchannel.cc410 void BaseChannel::OnRtpPacket(const webrtc::RtpPacketReceived& parsed_packet) { in OnRtpPacket() function in cricket::BaseChannel
/aosp_15_r20/external/webrtc/audio/
H A Dchannel_receive.cc642 void ChannelReceive::OnRtpPacket(const RtpPacketReceived& packet) { in OnRtpPacket() function in webrtc::voe::__anon339e62ad0111::ChannelReceive
/aosp_15_r20/external/webrtc/video/
H A Drtp_video_stream_receiver2.cc722 void RtpVideoStreamReceiver2::OnRtpPacket(const RtpPacketReceived& packet) { in OnRtpPacket() function in webrtc::RtpVideoStreamReceiver2
H A Drtp_video_stream_receiver2_unittest.cc216 void OnRtpPacket(const RtpPacketReceived& packet) override { in OnRtpPacket() function in webrtc::RtpVideoStreamReceiver2Test
/aosp_15_r20/external/webrtc/media/engine/
H A Dfake_webrtc_call.cc468 void FakeFlexfecReceiveStream::OnRtpPacket(const webrtc::RtpPacketReceived&) { in OnRtpPacket() function in cricket::FakeFlexfecReceiveStream
/aosp_15_r20/external/webrtc/test/
H A Dcall_test.cc677 void CallTest::OnRtpPacket(const RtpPacketReceived& packet) { in OnRtpPacket() function in webrtc::test::CallTest