Home
last modified time | relevance | path

Searched refs:hist_it (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/test/pc/e2e/analyzer/video/
Ddefault_video_quality_analyzer.cc557 for (auto hist_it = stream_to_frame_id_history_.begin(); in GetStreamLabel() local
558 hist_it != stream_to_frame_id_history_.end(); ++hist_it) { in GetStreamLabel()
559 auto hist_set_it = hist_it->second.find(frame_id); in GetStreamLabel()
560 if (hist_set_it != hist_it->second.end()) { in GetStreamLabel()
561 return streams_.name(hist_it->first); in GetStreamLabel()