OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bw_estimations
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine_unittest.cc
[
all
...]
webrtcvideoengine.cc
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
statscollector.cc
746
if (video_info.
bw_estimations
.size() != 1) {
747
LOG(LS_ERROR) << "BWEs count: " << video_info.
bw_estimations
.size();
751
video_info.
bw_estimations
[0], stats_gathering_started_, report);
[
all
...]
statscollector_unittest.cc
385
stats_read.
bw_estimations
.push_back(bwe);
/external/chromium_org/third_party/libjingle/source/talk/media/base/
mediachannel.h
903
bw_estimations
.clear();
907
std::vector<BandwidthEstimationInfo>
bw_estimations
;
member in struct:cricket::VideoMediaInfo
[
all
...]
Completed in 37 milliseconds