OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:estimator_used
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/
bwe_rtp.h
34
std::string*
estimator_used
);
bwe_rtp.cc
76
std::string*
estimator_used
) {
121
*
estimator_used
= "AbsoluteSendTimeRemoteBitrateEstimator";
127
*
estimator_used
= "RemoteBitrateEstimator";
bwe_rtp_play.cc
44
std::string
estimator_used
;
local
48
&parser, &estimator, &
estimator_used
)) {
105
printf("Estimator used: %s\n",
estimator_used
.c_str());
Completed in 100 milliseconds