Searched refs:OnAssembledFrame (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/modules/video_coding/ |
D | loss_notification_controller_unittest.cc | 129 void OnAssembledFrame(uint16_t first_seq_num, in OnAssembledFrame() function in webrtc::LossNotificationControllerBaseTest 136 uut_.OnAssembledFrame(first_seq_num, frame_id, discardable, in OnAssembledFrame() 243 OnAssembledFrame(100, 0, false); in TEST_P() 256 OnAssembledFrame(seq_num, 0, false); in TEST_P() 265 OnAssembledFrame(100, 1, false); in TEST_F() 271 OnAssembledFrame(100, 0, false); in TEST_P() 281 OnAssembledFrame(107, 3, discardable); in TEST_P() 298 OnAssembledFrame(100, 0, false); in TEST_P() 306 OnAssembledFrame(107, 3, discardable); in TEST_P() 317 OnAssembledFrame(100, 0, false); in TEST_P() [all …]
|
D | loss_notification_controller.h | 44 void OnAssembledFrame(uint16_t first_seq_num,
|
D | loss_notification_controller.cc | 109 void LossNotificationController::OnAssembledFrame( in OnAssembledFrame() function in webrtc::LossNotificationController
|
/external/webrtc/video/ |
D | rtp_video_stream_receiver2.cc | 821 OnAssembledFrame(std::make_unique<RtpFrameObject>( in OnInsertedPacket() 853 void RtpVideoStreamReceiver2::OnAssembledFrame( in OnAssembledFrame() function in webrtc::RtpVideoStreamReceiver2 862 loss_notification_controller_->OnAssembledFrame( in OnAssembledFrame()
|
D | rtp_video_stream_receiver2.h | 310 void OnAssembledFrame(std::unique_ptr<RtpFrameObject> frame)
|