OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoteBitrateEstimatorFactory
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/include/
remote_bitrate_estimator.h
59
//
RemoteBitrateEstimatorFactory
::Create.
62
// using the clock passed to
RemoteBitrateEstimatorFactory
::Create.
96
struct
RemoteBitrateEstimatorFactory
{
97
RemoteBitrateEstimatorFactory
() {}
98
virtual ~
RemoteBitrateEstimatorFactory
() {}
108
: public
RemoteBitrateEstimatorFactory
{
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test.h
21
struct
RemoteBitrateEstimatorFactory
;
39
const
RemoteBitrateEstimatorFactory
* estimator_factory,
52
const
RemoteBitrateEstimatorFactory
* estimator_factory,
66
const
RemoteBitrateEstimatorFactory
* estimator_factory,
79
const
RemoteBitrateEstimatorFactory
* estimator_factory;
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_single_stream_unittest.cc
24
bitrate_estimator_.reset(
RemoteBitrateEstimatorFactory
().Create(
remote_bitrate_estimators_test.cc
27
static const
RemoteBitrateEstimatorFactory
factories[] = {
28
RemoteBitrateEstimatorFactory
(),
remote_bitrate_estimator_single_stream.cc
253
RemoteBitrateEstimator*
RemoteBitrateEstimatorFactory
::Create(
258
LOG(LS_INFO) << "
RemoteBitrateEstimatorFactory
: Instantiating.";
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/tools/
bwe_rtp.cc
61
webrtc::
RemoteBitrateEstimatorFactory
factory;
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_format_remb_unittest.cc
69
RemoteBitrateEstimatorFactory
().Create(
rtcp_sender_unittest.cc
284
RemoteBitrateEstimatorFactory
().Create(
rtcp_receiver_unittest.cc
71
RemoteBitrateEstimatorFactory
().Create(
/external/chromium_org/third_party/webrtc/video_engine/
vie_channel_group.cc
45
rbe_(
RemoteBitrateEstimatorFactory
().Create(observer_,
137
rbe_.reset(
RemoteBitrateEstimatorFactory
().Create(
/external/chromium_org/third_party/webrtc/video/
rampup_tests.h
45
RemoteBitrateEstimatorFactory
* rbe_factory,
rampup_tests.cc
38
RemoteBitrateEstimatorFactory
* rbe_factory,
382
scoped_ptr<
RemoteBitrateEstimatorFactory
> rbe_factory;
391
rbe_factory.reset(new
RemoteBitrateEstimatorFactory
);
Completed in 218 milliseconds