Home
last modified time | relevance | path

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

/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dplot_base.cc45 void Plot::SetYAxis(float min_value, in SetYAxis() function in webrtc::Plot
67 SetYAxis(min_value, max_value, label, bottom_margin, top_margin); in SetSuggestedYAxis()
Dplot_base.h132 void SetYAxis(float min_value, in RTC_POP_IGNORING_WUNDEF()
Danalyzer.cc642 plot->SetYAxis(-127, 0, "Audio level (dBov)", kBottomMargin, kTopMargin); in CreateAudioLevelGraph()