OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:temporal_layer_thresholds_bps
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/
config.cc
75
ss << ",
temporal_layer_thresholds_bps
: [";
76
for (size_t i = 0; i <
temporal_layer_thresholds_bps
.size(); ++i) {
77
ss <<
temporal_layer_thresholds_bps
[i];
local
78
if (i !=
temporal_layer_thresholds_bps
.size() - 1)
config.h
97
std::vector<int>
temporal_layer_thresholds_bps
;
member in struct:webrtc::VideoStream
/external/webrtc/webrtc/video/
video_send_stream.cc
324
config.streams[0].
temporal_layer_thresholds_bps
.size() == 1) {
326
config.streams[0].
temporal_layer_thresholds_bps
[0] / 1000;
346
streams.back().
temporal_layer_thresholds_bps
.size() + 1);
360
streams.back().
temporal_layer_thresholds_bps
.size() + 1);
410
streams[i].
temporal_layer_thresholds_bps
.size() + 1);
video_quality_test.cc
656
RTC_CHECK_EQ(static_cast<int>(stream.
temporal_layer_thresholds_bps
.size()),
713
stream.
temporal_layer_thresholds_bps
.push_back(stream.target_bitrate_bps);
750
stream.
temporal_layer_thresholds_bps
.clear();
751
stream.
temporal_layer_thresholds_bps
.insert(
752
stream.
temporal_layer_thresholds_bps
.end(), v.begin() + 7, v.end());
[
all
...]
video_send_stream_tests.cc
[
all
...]
/external/webrtc/talk/media/webrtc/
simulcast.cc
218
streams[s].
temporal_layer_thresholds_bps
.resize(
webrtcvideoengine2_unittest.cc
[
all
...]
webrtcvideoengine2.cc
[
all
...]
Completed in 105 milliseconds