/external/webrtc/api/ |
D | rtp_sender_interface.h | 91 rtc::scoped_refptr<FrameEncryptorInterface> frame_encryptor); 95 virtual rtc::scoped_refptr<FrameEncryptorInterface> GetFrameEncryptor() const; 122 rtc::scoped_refptr<FrameEncryptorInterface>) 123 PROXY_CONSTMETHOD0(rtc::scoped_refptr<FrameEncryptorInterface>,
|
D | rtp_sender_interface.cc | 16 rtc::scoped_refptr<FrameEncryptorInterface> frame_encryptor) {} in SetFrameEncryptor() 18 rtc::scoped_refptr<FrameEncryptorInterface>
|
/external/webrtc/api/crypto/ |
D | frame_encryptor_interface.h | 28 class FrameEncryptorInterface : public rtc::RefCountInterface { 30 ~FrameEncryptorInterface() override {} in ~FrameEncryptorInterface()
|
/external/webrtc/audio/ |
D | channel_send.h | 30 class FrameEncryptorInterface; variable 117 rtc::scoped_refptr<FrameEncryptorInterface> frame_encryptor) = 0; 133 FrameEncryptorInterface* frame_encryptor,
|
D | channel_send.cc | 76 FrameEncryptorInterface* frame_encryptor, 146 rtc::scoped_refptr<FrameEncryptorInterface> frame_encryptor) override; 227 rtc::scoped_refptr<FrameEncryptorInterface> frame_encryptor_ 451 FrameEncryptorInterface* frame_encryptor, in ChannelSend() 885 rtc::scoped_refptr<FrameEncryptorInterface> frame_encryptor) { in SetFrameEncryptor() 944 FrameEncryptorInterface* frame_encryptor, in CreateChannelSend()
|
D | mock_voe_channel_proxy.h | 162 (rtc::scoped_refptr<FrameEncryptorInterface> frame_encryptor),
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtp_sender_video.h | 46 class FrameEncryptorInterface; variable 81 FrameEncryptorInterface* frame_encryptor = nullptr; 221 FrameEncryptorInterface* const frame_encryptor_ = nullptr;
|
D | rtp_rtcp_interface.h | 35 class FrameEncryptorInterface; variable 115 FrameEncryptorInterface* frame_encryptor = nullptr;
|
D | rtp_sender.h | 41 class FrameEncryptorInterface; variable
|
/external/webrtc/pc/test/ |
D | mock_rtp_sender_internal.h | 60 (rtc::scoped_refptr<FrameEncryptorInterface>), 62 MOCK_METHOD(rtc::scoped_refptr<FrameEncryptorInterface>,
|
/external/webrtc/call/ |
D | rtp_transport_controller_send_interface.h | 43 class FrameEncryptorInterface; variable 71 FrameEncryptorInterface* frame_encryptor = nullptr;
|
D | video_send_stream.h | 41 class FrameEncryptorInterface; variable 190 rtc::scoped_refptr<webrtc::FrameEncryptorInterface> frame_encryptor;
|
D | rtp_video_sender.h | 46 class FrameEncryptorInterface; variable 89 FrameEncryptorInterface* frame_encryptor,
|
D | audio_send_stream.h | 161 rtc::scoped_refptr<webrtc::FrameEncryptorInterface> frame_encryptor;
|
D | rtp_transport_controller_send.h | 42 class FrameEncryptorInterface; variable
|
/external/webrtc/sdk/objc/api/peerconnection/ |
D | RTCRtpSender+Native.h | 29 - (void)setFrameEncryptor : (rtc::scoped_refptr<webrtc::FrameEncryptorInterface>)frameEncryptor;
|
D | RTCRtpSender.mm | 102 - (void)setFrameEncryptor:(rtc::scoped_refptr<webrtc::FrameEncryptorInterface>)frameEncryptor { argument
|
/external/webrtc/pc/ |
D | rtp_sender.h | 134 rtc::scoped_refptr<FrameEncryptorInterface> frame_encryptor) override; 136 rtc::scoped_refptr<FrameEncryptorInterface> GetFrameEncryptor() in GetFrameEncryptor() 193 rtc::scoped_refptr<FrameEncryptorInterface> frame_encryptor_;
|
D | rtp_sender_receiver_unittest.cc | 1544 rtc::scoped_refptr<FrameEncryptorInterface> fake_frame_encryptor( in TEST_F() 1556 rtc::scoped_refptr<FrameEncryptorInterface> fake_frame_encryptor( in TEST_F() 1589 rtc::scoped_refptr<FrameEncryptorInterface> fake_frame_encryptor( in TEST_F() 1601 rtc::scoped_refptr<FrameEncryptorInterface> fake_frame_encryptor( in TEST_F()
|
/external/webrtc/api/test/ |
D | mock_frame_encryptor.h | 19 class MockFrameEncryptor : public FrameEncryptorInterface {
|
D | fake_frame_encryptor.h | 29 : public rtc::RefCountedObject<FrameEncryptorInterface> {
|
/external/webrtc/sdk/android/src/jni/pc/ |
D | rtp_sender.cc | 108 ->SetFrameEncryptor(reinterpret_cast<FrameEncryptorInterface*>( in JNI_RtpSender_SetFrameEncryptor()
|
/external/webrtc/media/base/ |
D | media_channel.cc | 38 rtc::scoped_refptr<webrtc::FrameEncryptorInterface> frame_encryptor) { in SetFrameEncryptor()
|
/external/webrtc/media/engine/ |
D | webrtc_video_engine.h | 185 rtc::scoped_refptr<webrtc::FrameEncryptorInterface> 342 rtc::scoped_refptr<webrtc::FrameEncryptorInterface> frame_encryptor);
|
D | webrtc_voice_engine.h | 180 rtc::scoped_refptr<webrtc::FrameEncryptorInterface>
|