/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/ |
D | loss_notification.cc | 37 LossNotification::LossNotification() in LossNotification() function in webrtc::rtcp::LossNotification 40 LossNotification::LossNotification(uint16_t last_decoded, in LossNotification() function in webrtc::rtcp::LossNotification 47 LossNotification::LossNotification(const LossNotification& rhs) = default; 49 LossNotification::~LossNotification() = default; 51 size_t LossNotification::BlockLength() const { in BlockLength() 55 bool LossNotification::Create(uint8_t* packet, in Create() 92 bool LossNotification::Parse(const CommonHeader& packet) { in Parse() 119 bool LossNotification::Set(uint16_t last_decoded, in Set()
|
D | loss_notification.h | 21 class LossNotification : public Psfb { 23 LossNotification(); 24 LossNotification(uint16_t last_decoded, 27 LossNotification(const LossNotification& other); 28 ~LossNotification() override;
|
D | loss_notification_unittest.cc | 21 using ::webrtc::rtcp::LossNotification; 27 LossNotification loss_notification; in TEST() 36 LossNotification loss_notification; in TEST() 55 LossNotification loss_notification; in TEST() 74 LossNotification loss_notification; in TEST() 95 LossNotification loss_notification; in TEST() 126 LossNotification loss_notification; in TEST()
|
/external/webrtc/modules/video_coding/ |
D | loss_notification_controller_unittest.cc | 151 const LossNotification expected_ln( in ExpectLossNotification() 158 struct LossNotification { struct in webrtc::LossNotificationControllerBaseTest 159 LossNotification(uint16_t last_decoded_seq_num, in LossNotification() argument 166 LossNotification& operator=(const LossNotification& other) = default; 168 bool operator==(const LossNotification& other) const { in operator ==() argument 191 absl::optional<LossNotification> LastLossNotification() { in LastLossNotification() 192 const absl::optional<LossNotification> result = last_loss_notification_; in LastLossNotification() 201 absl::optional<LossNotification> last_loss_notification_;
|
/external/webrtc/test/ |
D | rtcp_packet_parser.h | 96 PacketCounter<rtcp::LossNotification>* loss_notification() { in loss_notification() 120 PacketCounter<rtcp::LossNotification> loss_notification_;
|
/external/webrtc/api/video_codecs/ |
D | video_encoder.h | 278 struct LossNotification { struct 402 virtual void OnLossNotification(const LossNotification& loss_notification);
|
D | video_encoder_software_fallback_wrapper.cc | 141 void OnLossNotification(const LossNotification& loss_notification) override; 183 absl::optional<LossNotification> loss_notification_; 402 const LossNotification& loss_notification) { in OnLossNotification()
|
D | vp8_temporal_layers.h | 69 const VideoEncoder::LossNotification& loss_notification) override;
|
D | vp8_frame_buffer_controller.h | 172 const VideoEncoder::LossNotification& loss_notification) = 0;
|
D | vp8_temporal_layers.cc | 102 const VideoEncoder::LossNotification& loss_notification) { in OnLossNotification()
|
D | video_encoder.cc | 312 const LossNotification& loss_notification) {} in OnLossNotification()
|
/external/webrtc/media/engine/ |
D | encoder_simulcast_proxy.h | 56 void OnLossNotification(const LossNotification& loss_notification) override;
|
D | encoder_simulcast_proxy.cc | 78 const LossNotification& loss_notification) { in OnLossNotification()
|
D | simulcast_encoder_adapter.h | 65 void OnLossNotification(const LossNotification& loss_notification) override;
|
/external/webrtc/video/test/ |
D | mock_video_stream_encoder.h | 40 (const VideoEncoder::LossNotification&),
|
/external/webrtc/api/test/ |
D | mock_video_encoder.h | 68 (const LossNotification& loss_notification),
|
/external/webrtc/api/video/ |
D | video_stream_encoder_interface.h | 96 const VideoEncoder::LossNotification& loss_notification) = 0;
|
/external/webrtc/logging/rtc_event_log/ |
D | rtc_event_log_unittest_helper.h | 95 rtcp::LossNotification NewLossNotification(); 285 const rtcp::LossNotification& original_loss_notification,
|
D | logged_events.h | 440 const rtcp::LossNotification& loss_notification) in LoggedRtcpPacketLossNotification() 447 rtcp::LossNotification loss_notification;
|
/external/webrtc/modules/video_coding/codecs/multiplex/include/ |
D | multiplex_encoder_adapter.h | 53 void OnLossNotification(const LossNotification& loss_notification) override;
|
/external/webrtc/video/ |
D | encoder_rtcp_feedback.cc | 89 VideoEncoder::LossNotification loss_notification; in OnReceivedLossNotification()
|
/external/webrtc/modules/video_coding/codecs/vp8/ |
D | libvpx_vp8_encoder.h | 60 void OnLossNotification(const LossNotification& loss_notification) override;
|
D | screenshare_layers.h | 71 const VideoEncoder::LossNotification& loss_notification) override;
|
D | default_temporal_layers.h | 70 const VideoEncoder::LossNotification& loss_notification) override;
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_receiver.cc | 116 std::unique_ptr<rtcp::LossNotification> loss_notification; 969 auto loss_notification = std::make_unique<rtcp::LossNotification>(); in HandlePsfbApp() 1100 rtcp::LossNotification* loss_notification = in TriggerCallbacksFromRtcpPacket()
|