Home
last modified time | relevance | path

Searched refs:IncomingPacketFeedbackVector (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dtransport_feedback_adapter_unittest.cc143 EXPECT_CALL(*bitrate_estimator_, IncomingPacketFeedbackVector(_)) in TEST_F()
185 EXPECT_CALL(*bitrate_estimator_, IncomingPacketFeedbackVector(_)) in TEST_F()
222 EXPECT_CALL(*bitrate_estimator_, IncomingPacketFeedbackVector(_)) in TEST_F()
291 EXPECT_CALL(*bitrate_estimator_, IncomingPacketFeedbackVector(_)) in TEST_F()
310 EXPECT_CALL(*bitrate_estimator_, IncomingPacketFeedbackVector(_)) in TEST_F()
Dremote_estimator_proxy.h38 void IncomingPacketFeedbackVector(
Dtransport_feedback_adapter.cc121 bitrate_estimator_->IncomingPacketFeedbackVector(packet_feedback_vector); in OnTransportFeedback()
Dremote_estimator_proxy.cc37 void RemoteEstimatorProxy::IncomingPacketFeedbackVector( in IncomingPacketFeedbackVector() function in webrtc::RemoteEstimatorProxy
Dremote_bitrate_estimator_abs_send_time.h72 void IncomingPacketFeedbackVector(
Dremote_bitrate_estimator_abs_send_time.cc230 void RemoteBitrateEstimatorAbsSendTime::IncomingPacketFeedbackVector( in IncomingPacketFeedbackVector() function in webrtc::RemoteBitrateEstimatorAbsSendTime
/external/webrtc/webrtc/modules/remote_bitrate_estimator/include/mock/
Dmock_remote_bitrate_estimator.h23 MOCK_METHOD1(IncomingPacketFeedbackVector,
/external/webrtc/webrtc/modules/remote_bitrate_estimator/include/
Dremote_bitrate_estimator.h67 virtual void IncomingPacketFeedbackVector( in IncomingPacketFeedbackVector() function
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
Dsend_side.cc64 rbe_->IncomingPacketFeedbackVector(packet_feedback_vector); in GiveFeedback()