Searched refs:kBottomMargin (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/rtc_tools/rtc_event_log_visualizer/ |
D | analyzer.cc | 425 plot->SetSuggestedYAxis(0, 1, "Packet size (bytes)", kBottomMargin, in CreatePacketGraph() 450 plot->SetSuggestedYAxis(0, 1, "RTCP type", kBottomMargin, kTopMargin); in CreateRtcpTypeGraph() 496 plot->SetSuggestedYAxis(0, 1, "Received Packets", kBottomMargin, kTopMargin); in CreateAccumulatedPacketsGraph() 533 plot->SetSuggestedYAxis(0, 1, "Packet Rate (packets/s)", kBottomMargin, in CreatePacketRateGraph() 584 plot->SetSuggestedYAxis(0, 1, "Packet Rate (packets/s)", kBottomMargin, in CreateTotalPacketRateGraph() 611 plot->SetSuggestedYAxis(0, 1, "Time since last playout (ms)", kBottomMargin, in CreatePlayoutGraph() 638 plot->SetYAxis(-127, 0, "Audio level (dBov)", kBottomMargin, kTopMargin); in CreateAudioLevelGraph() 672 plot->SetSuggestedYAxis(0, 1, "Difference since last packet", kBottomMargin, in CreateSequenceNumberGraph() 733 plot->SetSuggestedYAxis(0, 1, "Loss rate (in %)", kBottomMargin, kTopMargin); in CreateIncomingPacketLossGraph() 794 plot->SetSuggestedYAxis(0, 1, "Delay (ms)", kBottomMargin, kTopMargin); in CreateIncomingDelayGraph() [all …]
|
D | analyze_audio.cc | 49 plot->SetSuggestedYAxis(0, 1, "Bitrate (bps)", kBottomMargin, kTopMargin); in CreateAudioEncoderTargetBitrateGraph() 74 plot->SetSuggestedYAxis(0, 1, "Frame length (ms)", kBottomMargin, kTopMargin); in CreateAudioEncoderFrameLengthGraph() 99 plot->SetSuggestedYAxis(0, 10, "Percent lost packets", kBottomMargin, in CreateAudioEncoderPacketLossGraph() 125 plot->SetSuggestedYAxis(0, 1, "FEC (false/true)", kBottomMargin, kTopMargin); in CreateAudioEncoderEnableFecGraph() 150 plot->SetSuggestedYAxis(0, 1, "DTX (false/true)", kBottomMargin, kTopMargin); in CreateAudioEncoderEnableDtxGraph() 176 kBottomMargin, kTopMargin); in CreateAudioEncoderNumChannelsGraph() 431 plot->SetSuggestedYAxis(0, 1, "Relative delay (ms)", kBottomMargin, in CreateAudioJitterBufferGraph() 469 plot->SetSuggestedYAxis(0, 1, plot_name, kBottomMargin, kTopMargin); in CreateNetEqStatsGraphInternal()
|
D | analyzer_common.h | 27 constexpr float kBottomMargin = 0.02f; variable
|