Home
last modified time | relevance | path

Searched refs:SetProtectionPayloadTypes (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/webrtc/call/
H A Dvideo_receive_stream.h307 virtual void SetProtectionPayloadTypes(int red_payload_type,
/aosp_15_r20/external/webrtc/video/
H A Dvideo_receive_stream2.h153 void SetProtectionPayloadTypes(int red_payload_type,
H A Dvideo_receive_stream2.cc529 void VideoReceiveStream2::SetProtectionPayloadTypes(int red_payload_type, in SetProtectionPayloadTypes() function in webrtc::internal::VideoReceiveStream2
532 rtp_video_stream_receiver_.SetProtectionPayloadTypes(red_payload_type, in SetProtectionPayloadTypes()
H A Drtp_video_stream_receiver2.h209 void SetProtectionPayloadTypes(int red_payload_type, int ulpfec_payload_type);
H A Drtp_video_stream_receiver2_unittest.cc374 TEST_F(RtpVideoStreamReceiver2Test, SetProtectionPayloadTypes) { in TEST_F() argument
378 rtp_video_stream_receiver_->SetProtectionPayloadTypes(104, 107); in TEST_F()
H A Drtp_video_stream_receiver2.cc1044 void RtpVideoStreamReceiver2::SetProtectionPayloadTypes( in SetProtectionPayloadTypes() function in webrtc::RtpVideoStreamReceiver2
/aosp_15_r20/external/webrtc/media/engine/
H A Dfake_webrtc_call.h306 void SetProtectionPayloadTypes(int red_payload_type, in SetProtectionPayloadTypes() function
H A Dwebrtc_video_engine.cc2983 stream_->SetProtectionPayloadTypes(config_.rtp.red_payload_type, in ReconfigureCodecs()