Home
last modified time | relevance | path

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

/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dplot_base.h34 enum class PointStyle { in RTC_POP_IGNORING_WUNDEF() enum
49 PointStyle point_style = PointStyle::kNone) in RTC_POP_IGNORING_WUNDEF()
53 PointStyle point_style = PointStyle::kNone) in RTC_POP_IGNORING_WUNDEF()
70 PointStyle point_style = PointStyle::kNone; in RTC_POP_IGNORING_WUNDEF()
Danalyzer.cc215 TimeSeries time_series(rtcp_name, LineStyle::kNone, PointStyle::kHighlight); in CreateRtcpTypeTimeSeries()
688 LineStyle::kLine, PointStyle::kHighlight); in CreateIncomingPacketLossGraph()
801 PointStyle::kHighlight); in CreateFractionLossGraph()
970 PointStyle::kHighlight); in CreateTotalOutgoingBitrateGraph()
978 PointStyle::kHighlight); in CreateTotalOutgoingBitrateGraph()
986 PointStyle::kHighlight); in CreateTotalOutgoingBitrateGraph()
1136 PointStyle::kHighlight); in CreateGoogCcSimulationGraph()
1138 PointStyle::kHighlight); in CreateGoogCcSimulationGraph()
1140 PointStyle::kHighlight); in CreateGoogCcSimulationGraph()
1142 PointStyle::kHighlight); in CreateGoogCcSimulationGraph()
[all …]
Danalyze_audio.cc32 PointStyle::kHighlight); in CreateAudioEncoderTargetBitrateGraph()
57 PointStyle::kHighlight); in CreateAudioEncoderFrameLengthGraph()
82 LineStyle::kLine, PointStyle::kHighlight); in CreateAudioEncoderPacketLossGraph()
108 PointStyle::kHighlight); in CreateAudioEncoderEnableFecGraph()
133 PointStyle::kHighlight); in CreateAudioEncoderEnableDtxGraph()
158 PointStyle::kHighlight); in CreateAudioEncoderNumChannelsGraph()
400 PointStyle::kHighlight); in CreateAudioJitterBufferGraph()
Dplot_base.cc134 if (series_list_[i].point_style == PointStyle::kHighlight) { in PrintPythonCode()
141 if (series_list_[i].point_style == PointStyle::kHighlight) { in PrintPythonCode()
160 if (series_list_[i].point_style == PointStyle::kHighlight) { in PrintPythonCode()
265 if (series_list_[i].point_style == PointStyle::kHighlight) in ExportProtobuf()
/external/python/apitools/samples/fusiontables_sample/fusiontables_v1/
Dfusiontables_v1_messages.py556 class PointStyle(_messages.Message): class