OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AdaptiveVideoSource
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
bwe_simulations.cc
52
AdaptiveVideoSource
source(0, 30, 300, 0, 0);
64
AdaptiveVideoSource
source(0, 30, 300, 0, 0);
80
AdaptiveVideoSource
source(kFlowIds[0], 30, 300, 0, 0);
87
AdaptiveVideoSource
source2(kFlowIds[1], 30, 300, 0, 0);
108
AdaptiveVideoSource
source(0, 30, 300, 0, 0);
124
AdaptiveVideoSource
source(0, 30, 300, 0, 0);
150
AdaptiveVideoSource
source(0, 30, 300, 0, 0);
165
AdaptiveVideoSource
source(0, 30, 300, 0, 0);
180
AdaptiveVideoSource
source(0, 30, 300, 0, 0);
252
sources[i].reset(new
AdaptiveVideoSource
(kAllFlowIds[i], 30, 300, 0
[
all
...]
remote_bitrate_estimators_test.cc
272
AdaptiveVideoSource
source(0, 30, 300, 0, 0);
286
AdaptiveVideoSource
source(0, 30, 300, 0, 0);
306
AdaptiveVideoSource
source(0, 30, 300, 0, 0);
327
AdaptiveVideoSource
source(0, 30, 300, 0, 0);
342
AdaptiveVideoSource
source(0, 30, 300, 0, 0);
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework.h
430
class
AdaptiveVideoSource
: public VideoSource {
432
AdaptiveVideoSource
(int flow_id,
437
virtual ~
AdaptiveVideoSource
() {}
442
RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(
AdaptiveVideoSource
);
445
class PeriodicKeyFrameSource : public
AdaptiveVideoSource
{
bwe_test.cc
291
sources.push_back(new
AdaptiveVideoSource
(media_flow, 30, 300, 0,
406
AdaptiveVideoSource
source(flow_id, 30, 300, 0, 0);
440
AdaptiveVideoSource
source(kFlowId, 30, 300, 0, 0);
489
sources.push_back(new
AdaptiveVideoSource
(static_cast<int>(i), 30, 300, 0,
558
rtc::scoped_ptr<
AdaptiveVideoSource
> sources[kNumFlows];
563
sources[kForward].reset(new
AdaptiveVideoSource
(kForward, 30, 300, 0, 0));
567
sources[kBackward].reset(new
AdaptiveVideoSource
(kBackward, 30, 300, 0, 0));
667
rtc::scoped_ptr<
AdaptiveVideoSource
> sources[kNumFlows];
675
sources[i].reset(new
AdaptiveVideoSource
(kAllFlowIds[i], 30, 300, 0,
783
rtc::scoped_ptr<
AdaptiveVideoSource
> sources[kNumRmcatFlows]
[
all
...]
bwe_test_framework.cc
754
AdaptiveVideoSource
::
AdaptiveVideoSource
(int flow_id,
762
void
AdaptiveVideoSource
::SetBitrateBps(int bitrate_bps) {
773
:
AdaptiveVideoSource
(flow_id, fps, kbps, ssrc, first_frame_offset_ms),
bwe_test_framework_unittest.cc
[
all
...]
Completed in 160 milliseconds