Home
last modified time | relevance | path

Searched refs:LossNotification (Results 1 – 25 of 37) sorted by relevance

12

/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dloss_notification.cc37 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()
Dloss_notification.h21 class LossNotification : public Psfb {
23 LossNotification();
24 LossNotification(uint16_t last_decoded,
27 LossNotification(const LossNotification& other);
28 ~LossNotification() override;
Dloss_notification_unittest.cc21 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/
Dloss_notification_controller_unittest.cc151 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/
Drtcp_packet_parser.h96 PacketCounter<rtcp::LossNotification>* loss_notification() { in loss_notification()
120 PacketCounter<rtcp::LossNotification> loss_notification_;
/external/webrtc/api/video_codecs/
Dvideo_encoder.h278 struct LossNotification { struct
402 virtual void OnLossNotification(const LossNotification& loss_notification);
Dvideo_encoder_software_fallback_wrapper.cc141 void OnLossNotification(const LossNotification& loss_notification) override;
183 absl::optional<LossNotification> loss_notification_;
402 const LossNotification& loss_notification) { in OnLossNotification()
Dvp8_temporal_layers.h69 const VideoEncoder::LossNotification& loss_notification) override;
Dvp8_frame_buffer_controller.h172 const VideoEncoder::LossNotification& loss_notification) = 0;
Dvp8_temporal_layers.cc102 const VideoEncoder::LossNotification& loss_notification) { in OnLossNotification()
Dvideo_encoder.cc312 const LossNotification& loss_notification) {} in OnLossNotification()
/external/webrtc/media/engine/
Dencoder_simulcast_proxy.h56 void OnLossNotification(const LossNotification& loss_notification) override;
Dencoder_simulcast_proxy.cc78 const LossNotification& loss_notification) { in OnLossNotification()
Dsimulcast_encoder_adapter.h65 void OnLossNotification(const LossNotification& loss_notification) override;
/external/webrtc/video/test/
Dmock_video_stream_encoder.h40 (const VideoEncoder::LossNotification&),
/external/webrtc/api/test/
Dmock_video_encoder.h68 (const LossNotification& loss_notification),
/external/webrtc/api/video/
Dvideo_stream_encoder_interface.h96 const VideoEncoder::LossNotification& loss_notification) = 0;
/external/webrtc/logging/rtc_event_log/
Drtc_event_log_unittest_helper.h95 rtcp::LossNotification NewLossNotification();
285 const rtcp::LossNotification& original_loss_notification,
Dlogged_events.h440 const rtcp::LossNotification& loss_notification) in LoggedRtcpPacketLossNotification()
447 rtcp::LossNotification loss_notification;
/external/webrtc/modules/video_coding/codecs/multiplex/include/
Dmultiplex_encoder_adapter.h53 void OnLossNotification(const LossNotification& loss_notification) override;
/external/webrtc/video/
Dencoder_rtcp_feedback.cc89 VideoEncoder::LossNotification loss_notification; in OnReceivedLossNotification()
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_encoder.h60 void OnLossNotification(const LossNotification& loss_notification) override;
Dscreenshare_layers.h71 const VideoEncoder::LossNotification& loss_notification) override;
Ddefault_temporal_layers.h70 const VideoEncoder::LossNotification& loss_notification) override;
/external/webrtc/modules/rtp_rtcp/source/
Drtcp_receiver.cc116 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()

12