Searched defs:temporal_layer_thresholds_bps (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/
H A Dconfig.cc75 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)
H A Dconfig.h97 std::vector<int> temporal_layer_thresholds_bps; member in struct:webrtc::VideoStream

Completed in 157 milliseconds