Home
last modified time | relevance | path

Searched refs:GetFrameDecryptor (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/webrtc/pc/
H A Drtp_sender_receiver_unittest.cc1790 EXPECT_EQ(nullptr, audio_rtp_receiver_->GetFrameDecryptor()); in TEST_F()
1793 audio_rtp_receiver_->GetFrameDecryptor().get()); in TEST_F()
1802 EXPECT_EQ(nullptr, audio_rtp_receiver_->GetFrameDecryptor()); in TEST_F()
1837 EXPECT_EQ(nullptr, video_rtp_receiver_->GetFrameDecryptor()); in TEST_F()
1840 video_rtp_receiver_->GetFrameDecryptor().get()); in TEST_F()
1849 EXPECT_EQ(nullptr, video_rtp_receiver_->GetFrameDecryptor()); in TEST_F()
H A Drtp_receiver_proxy.h46 GetFrameDecryptor)
H A Daudio_rtp_receiver.h95 rtc::scoped_refptr<FrameDecryptorInterface> GetFrameDecryptor()
H A Dvideo_rtp_receiver.h82 rtc::scoped_refptr<FrameDecryptorInterface> GetFrameDecryptor()
H A Dvideo_rtp_receiver.cc94 VideoRtpReceiver::GetFrameDecryptor() const { in GetFrameDecryptor() function in webrtc::VideoRtpReceiver
H A Daudio_rtp_receiver.cc155 AudioRtpReceiver::GetFrameDecryptor() const { in GetFrameDecryptor() function in webrtc::AudioRtpReceiver
/aosp_15_r20/external/webrtc/api/
H A Drtp_receiver_interface.cc32 RtpReceiverInterface::GetFrameDecryptor() const { in GetFrameDecryptor() function in webrtc::RtpReceiverInterface
H A Drtp_receiver_interface.h109 virtual rtc::scoped_refptr<FrameDecryptorInterface> GetFrameDecryptor() const;
/aosp_15_r20/external/webrtc/api/test/
H A Dmock_rtpreceiver.h51 GetFrameDecryptor,
/aosp_15_r20/external/webrtc/pc/test/
H A Dmock_rtp_receiver_internal.h54 GetFrameDecryptor,