Home
last modified time | relevance | path

Searched refs:Plot (Results 1 – 25 of 56) sorted by relevance

123

/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Danalyzer.h37 void CreatePacketGraph(PacketDirection direction, Plot* plot);
39 void CreateRtcpTypeGraph(PacketDirection direction, Plot* plot);
41 void CreateAccumulatedPacketsGraph(PacketDirection direction, Plot* plot);
43 void CreatePacketRateGraph(PacketDirection direction, Plot* plot);
45 void CreateTotalPacketRateGraph(PacketDirection direction, Plot* plot);
47 void CreatePlayoutGraph(Plot* plot);
49 void CreateAudioLevelGraph(PacketDirection direction, Plot* plot);
51 void CreateSequenceNumberGraph(Plot* plot);
53 void CreateIncomingPacketLossGraph(Plot* plot);
55 void CreateIncomingDelayGraph(Plot* plot);
[all …]
Dmain.cc112 using webrtc::Plot;
128 PlotDeclaration(const std::string& label, std::function<void(Plot*)> f) in PlotDeclaration()
133 const std::function<void(Plot*)> plot_func;
138 void RegisterPlot(const std::string& label, std::function<void(Plot*)> f) { in RegisterPlot()
292 plots.RegisterPlot("incoming_packet_sizes", [&](Plot* plot) { in main()
296 plots.RegisterPlot("outgoing_packet_sizes", [&](Plot* plot) { in main()
299 plots.RegisterPlot("incoming_rtcp_types", [&](Plot* plot) { in main()
302 plots.RegisterPlot("outgoing_rtcp_types", [&](Plot* plot) { in main()
305 plots.RegisterPlot("incoming_packet_count", [&](Plot* plot) { in main()
308 plots.RegisterPlot("outgoing_packet_count", [&](Plot* plot) { in main()
[all …]
Danalyze_audio.h29 Plot* plot);
32 Plot* plot);
35 Plot* plot);
38 Plot* plot);
41 Plot* plot);
44 Plot* plot);
57 Plot* plot);
64 Plot* plot);
71 Plot* plot);
Dplot_base.cc20 void Plot::SetXAxis(float min_value, in SetXAxis()
31 void Plot::SetSuggestedXAxis(float min_value, in SetSuggestedXAxis()
45 void Plot::SetYAxis(float min_value, in SetYAxis()
56 void Plot::SetSuggestedYAxis(float min_value, in SetSuggestedYAxis()
70 void Plot::SetYAxisTickLabels( in SetYAxisTickLabels()
75 void Plot::SetTitle(const std::string& title) { in SetTitle()
79 void Plot::SetId(const std::string& id) { in SetId()
83 void Plot::AppendTimeSeries(TimeSeries&& time_series) { in AppendTimeSeries()
87 void Plot::AppendIntervalSeries(IntervalSeries&& interval_series) { in AppendIntervalSeries()
91 void Plot::AppendTimeSeriesIfNotEmpty(TimeSeries&& time_series) { in AppendTimeSeriesIfNotEmpty()
[all …]
Dplot_python.cc40 Plot* PythonPlotCollection::AppendNewPlot() { in AppendNewPlot()
41 Plot* plot = new PythonPlot(); in AppendNewPlot()
42 plots_.push_back(std::unique_ptr<Plot>(plot)); in AppendNewPlot()
Dplot_protobuf.cc39 Plot* ProtobufPlotCollection::AppendNewPlot() { in AppendNewPlot()
40 Plot* plot = new ProtobufPlot(); in AppendNewPlot()
41 plots_.push_back(std::unique_ptr<Plot>(plot)); in AppendNewPlot()
Danalyze_audio.cc29 Plot* plot) { in CreateAudioEncoderTargetBitrateGraph()
54 Plot* plot) { in CreateAudioEncoderFrameLengthGraph()
79 Plot* plot) { in CreateAudioEncoderPacketLossGraph()
105 Plot* plot) { in CreateAudioEncoderEnableFecGraph()
130 Plot* plot) { in CreateAudioEncoderEnableDtxGraph()
155 Plot* plot) { in CreateAudioEncoderNumChannelsGraph()
380 Plot* plot) { in CreateAudioJitterBufferGraph()
442 Plot* plot) { in CreateNetEqStatsGraphInternal()
475 Plot* plot) { in CreateNetEqNetworkStatsGraph()
490 Plot* plot) { in CreateNetEqLifetimeStatsGraph()
Dplot_base.h101 class Plot { in RTC_POP_IGNORING_WUNDEF()
103 virtual ~Plot() {} in RTC_POP_IGNORING_WUNDEF()
196 virtual Plot* AppendNewPlot(); in RTC_POP_IGNORING_WUNDEF()
209 std::vector<std::unique_ptr<Plot>> plots_; in RTC_POP_IGNORING_WUNDEF()
Dplot_protobuf.h22 class ProtobufPlot final : public Plot { in RTC_POP_IGNORING_WUNDEF()
35 Plot* AppendNewPlot() override; in RTC_POP_IGNORING_WUNDEF()
Dplot_python.h18 class PythonPlot final : public Plot {
31 Plot* AppendNewPlot() override;
Danalyzer.cc406 Plot* plot) { in CreatePacketGraph()
434 Plot* plot) { in CreateRtcpTypeGraph()
470 Plot* plot, in CreateAccumulatedPacketsTimeSeries()
482 Plot* plot) { in CreateAccumulatedPacketsGraph()
508 Plot* plot) { in CreatePacketRateGraph()
546 Plot* plot) { in CreateTotalPacketRateGraph()
595 void EventLogAnalyzer::CreatePlayoutGraph(Plot* plot) { in CreatePlayoutGraph()
622 Plot* plot) { in CreateAudioLevelGraph()
648 void EventLogAnalyzer::CreateSequenceNumberGraph(Plot* plot) { in CreateSequenceNumberGraph()
681 void EventLogAnalyzer::CreateIncomingPacketLossGraph(Plot* plot) { in CreateIncomingPacketLossGraph()
[all …]
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
DRedrawer.java4 import com.androidplot.Plot;
18 private List<Plot> plots;
29 public Redrawer(List<Plot> plots, float maxRefreshRate, boolean startImmediately) { in Redrawer()
38 public Redrawer(Plot plot, float maxRefreshRate, boolean startImmediately) { in Redrawer()
39 this(Arrays.asList(new Plot[]{plot}), maxRefreshRate, startImmediately); in Redrawer()
82 for(Plot plot : plots) { in run()
DPlotStatistics.java23 import com.androidplot.Plot;
79 private void annotatePlot(Plot source, Canvas canvas) { in annotatePlot()
100 public void onBeforeDraw(Plot source, Canvas canvas) { in onBeforeDraw()
105 public void onAfterDraw(Plot source, Canvas canvas) { in onAfterDraw()
/external/skia/src/gpu/ganesh/
DGrDrawOpAtlas.cpp30 using Plot = skgpu::Plot; typedef
137 Plot* plot) { in uploadPlotToTexture()
153 AtlasLocator* atlasLocator, Plot* plot) { in updatePlot()
162 sk_sp<Plot> plotsp(SkRef(plot)); in updatePlot()
186 for (Plot* plot = plotIter.get(); plot; plot = plotIter.next()) { in uploadToPage()
231 Plot* plot = fPages[pageIdx].fPlotList.tail(); in addToAtlas()
266 Plot* plot = nullptr; in addToAtlas()
268 Plot* currentPlot = fPages[pageIdx].fPlotList.tail(); in addToAtlas()
287 sk_sp<Plot>& newPlot = fPages[pageIdx].fPlotArray[plot->plotIndex()]; in addToAtlas()
299 sk_sp<Plot> plotsp(SkRef(newPlot.get())); in addToAtlas()
[all …]
DGrDrawOpAtlas.h135 skgpu::Plot* plot = fPages[pageIdx].fPlotArray[plotIdx].get(); in setLastUseToken()
150 skgpu::Plot* plot = fPages[pd.fPageIndex].fPlotArray[pd.fPlotIndex].get(); in setLastUseTokenBulk()
174 inline bool updatePlot(GrDeferredUploadTarget*, skgpu::AtlasLocator*, skgpu::Plot*);
176 inline void makeMRU(skgpu::Plot* plot, int pageIdx) { in makeMRU()
193 skgpu::Plot* plot);
200 inline void processEvictionAndResetRects(skgpu::Plot* plot) { in processEvictionAndResetRects()
233 std::unique_ptr<sk_sp<skgpu::Plot>[]> fPlotArray;
/external/skia/src/gpu/
DAtlasTypes.cpp15 Plot::Plot(int pageIndex, int plotIndex, AtlasGenerationCounter* generationCounter, in Plot() function in skgpu::Plot
46 Plot::~Plot() { in ~Plot()
50 bool Plot::addSubImage(int width, int height, const void* image, AtlasLocator* atlasLocator) { in addSubImage()
95 std::pair<const void*, SkIRect> Plot::prepareForUpload(bool useCachedUploads) { in prepareForUpload()
134 void Plot::resetRects() { in resetRects()
DAtlasTypes.h431 class Plot : public SkRefCnt {
432 SK_DECLARE_INTERNAL_LLIST_INTERFACE(Plot);
435 Plot(int pageIndex, int plotIndex, AtlasGenerationCounter* generationCounter,
479 sk_sp<Plot> clone() const { in clone()
480 return sk_sp<Plot>(new Plot( in clone()
493 ~Plot() override;
520 typedef SkTInternalLList<Plot> PlotList;
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/
DPlotTest.java61 public void onBeforeDraw(Plot source, Canvas canvas) {} in onBeforeDraw()
64 public void onAfterDraw(Plot source, Canvas canvas) {} in onAfterDraw()
91 public MockRenderer1(Plot plot) { in MockRenderer1()
107 public MockRenderer2(Plot plot) { in MockRenderer2()
149 public static class MockPlot extends Plot<MockSeries, Formatter, SeriesRenderer> {
186 Plot plot = new MockPlot(context, "MockPlot"); in testAddSeries()
226 Plot plot = new MockPlot(context, "MockPlot"); in testRemoveSeries()
296 Plot plot = new MockPlot(context, "MockPlot"); in testGetFormatter()
327 Plot plot = new MockPlot(context, "MockPlot"); in testGetSeriesListForRenderer()
354 Plot plot = new MockPlot(context, "MockPlot"); in testGetRendererList()
[all …]
/external/skia/src/gpu/graphite/
DDrawAtlas.cpp144 inline bool DrawAtlas::updatePlot(AtlasLocator* atlasLocator, Plot* plot) { in updatePlot()
163 for (Plot* plot = plotIter.get(); plot; plot = plotIter.next()) { in addToPage()
177 for (Plot* plot = plotIter.get(); plot; plot = plotIter.next()) { in recordUploads()
242 Plot* plot = fPages[pageIdx].fPlotList.tail(); in addToAtlas()
291 while (Plot* plot = plotIter.get()) { in compact()
313 SkTArray<Plot*> availablePlots; in compact()
324 while (Plot* plot = plotIter.get()) { in compact()
359 while (Plot* plot = plotIter.get()) { in compact()
389 while (Plot* plot = plotIter.get()) { in compact()
434 fPages[i].fPlotArray = std::make_unique<sk_sp<Plot>[]>(numPlotsX * numPlotsY); in createPages()
[all …]
DDrawAtlas.h133 Plot* plot = fPages[pageIdx].fPlotArray[plotIdx].get(); in setLastUseToken()
148 Plot* plot = fPages[pd.fPageIndex].fPlotArray[pd.fPlotIndex].get(); in setLastUseTokenBulk()
171 bool updatePlot(AtlasLocator*, Plot* plot);
173 inline void makeMRU(Plot* plot, int pageIdx) { in makeMRU()
192 inline void processEvictionAndResetRects(Plot* plot) { in processEvictionAndResetRects()
227 std::unique_ptr<sk_sp<Plot>[]> fPlotArray;
/external/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_logging.h188 webrtc::testing::bwe::Logging::GetInstance()->Plot(figure, name, value); \
195 webrtc::testing::bwe::Logging::GetInstance()->Plot(figure, name, value, \
203 webrtc::testing::bwe::Logging::GetInstance()->Plot(figure, name, value, \
212 webrtc::testing::bwe::Logging::GetInstance()->Plot(figure, name, value, \
285 void Plot(int figure, const std::string& name, double value);
286 void Plot(int figure,
290 void Plot(int figure, const std::string& name, double value, uint32_t ssrc);
291 void Plot(int figure,
Dbwe_test_logging.cc98 void Logging::Plot(int figure, const std::string& name, double value) { in Plot() function in webrtc::testing::bwe::Logging
99 Plot(figure, name, value, 0, "-"); in Plot()
102 void Logging::Plot(int figure, in Plot() function in webrtc::testing::bwe::Logging
106 Plot(figure, name, value, ssrc, "-"); in Plot()
109 void Logging::Plot(int figure, in Plot() function in webrtc::testing::bwe::Logging
113 Plot(figure, name, value, 0, alg_name); in Plot()
116 void Logging::Plot(int figure, in Plot() function in webrtc::testing::bwe::Logging
/external/rust/crates/criterion/src/html/
Dmod.rs48 additional_plots: Vec<Plot>,
99 struct Plot { struct
103 impl Plot { impl
104 fn new(name: &str, url: &str) -> Plot { in new() argument
105 Plot { in new()
121 additional_plots: Vec<Plot>,
328 Plot::new("Typical", "typical.svg"), in measurement_complete()
329 Plot::new("Mean", "mean.svg"), in measurement_complete()
330 Plot::new("Std. Dev.", "SD.svg"), in measurement_complete()
331 Plot::new("Median", "median.svg"), in measurement_complete()
[all …]
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
DPlotListener.java34 public void onBeforeDraw(Plot source, Canvas canvas); in onBeforeDraw()
44 public void onAfterDraw(Plot source, Canvas canvas); in onAfterDraw()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
DFormatter.java20 import com.androidplot.Plot;
40 public abstract class Formatter<PlotType extends Plot> {

123