Home
last modified time | relevance | path

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

/external/webrtc/api/
Drtp_receiver_interface.h109 virtual rtc::scoped_refptr<FrameDecryptorInterface> GetFrameDecryptor() const;
141 GetFrameDecryptor)
Drtp_receiver_interface.cc32 RtpReceiverInterface::GetFrameDecryptor() const { in GetFrameDecryptor() function in webrtc::RtpReceiverInterface
/external/webrtc/pc/test/
Dmock_rtp_receiver_internal.h54 GetFrameDecryptor,
/external/webrtc/pc/
Daudio_rtp_receiver.h82 rtc::scoped_refptr<FrameDecryptorInterface> GetFrameDecryptor()
Dvideo_rtp_receiver.h84 rtc::scoped_refptr<FrameDecryptorInterface> GetFrameDecryptor()
Drtp_sender_receiver_unittest.cc1569 EXPECT_EQ(nullptr, audio_rtp_receiver_->GetFrameDecryptor()); in TEST_F()
1572 audio_rtp_receiver_->GetFrameDecryptor().get()); in TEST_F()
1580 EXPECT_EQ(nullptr, audio_rtp_receiver_->GetFrameDecryptor()); in TEST_F()
1614 EXPECT_EQ(nullptr, video_rtp_receiver_->GetFrameDecryptor()); in TEST_F()
1617 video_rtp_receiver_->GetFrameDecryptor().get()); in TEST_F()
1625 EXPECT_EQ(nullptr, video_rtp_receiver_->GetFrameDecryptor()); in TEST_F()
Daudio_rtp_receiver.cc132 AudioRtpReceiver::GetFrameDecryptor() const { in GetFrameDecryptor() function in webrtc::AudioRtpReceiver
Dvideo_rtp_receiver.cc103 VideoRtpReceiver::GetFrameDecryptor() const { in GetFrameDecryptor() function in webrtc::VideoRtpReceiver