Home
last modified time | relevance | path

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

12

/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.cc105 using webrtc::Plot;
121 PlotDeclaration(const std::string& label, std::function<void(Plot*)> f) in PlotDeclaration()
126 const std::function<void(Plot*)> plot_func;
131 void RegisterPlot(const std::string& label, std::function<void(Plot*)> f) { in RegisterPlot()
281 plots.RegisterPlot("incoming_packet_sizes", [&](Plot* plot) { in main()
285 plots.RegisterPlot("outgoing_packet_sizes", [&](Plot* plot) { in main()
288 plots.RegisterPlot("incoming_rtcp_types", [&](Plot* plot) { in main()
291 plots.RegisterPlot("outgoing_rtcp_types", [&](Plot* plot) { in main()
294 plots.RegisterPlot("incoming_packet_count", [&](Plot* plot) { in main()
297 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()
Dplot_base.h100 class Plot { in RTC_POP_IGNORING_WUNDEF()
102 virtual ~Plot() {} in RTC_POP_IGNORING_WUNDEF()
195 virtual Plot* AppendNewPlot(); in RTC_POP_IGNORING_WUNDEF()
204 std::vector<std::unique_ptr<Plot>> plots_; in RTC_POP_IGNORING_WUNDEF()
Danalyze_audio.cc30 Plot* plot) { in CreateAudioEncoderTargetBitrateGraph()
55 Plot* plot) { in CreateAudioEncoderFrameLengthGraph()
80 Plot* plot) { in CreateAudioEncoderPacketLossGraph()
106 Plot* plot) { in CreateAudioEncoderEnableFecGraph()
131 Plot* plot) { in CreateAudioEncoderEnableDtxGraph()
156 Plot* plot) { in CreateAudioEncoderNumChannelsGraph()
384 Plot* plot) { in CreateAudioJitterBufferGraph()
446 Plot* plot) { in CreateNetEqStatsGraphInternal()
479 Plot* plot) { in CreateNetEqNetworkStatsGraph()
494 Plot* plot) { in CreateNetEqLifetimeStatsGraph()
Dplot_protobuf.h21 class ProtobufPlot final : public Plot { in RTC_POP_IGNORING_WUNDEF()
34 Plot* AppendNewPlot() override; in RTC_POP_IGNORING_WUNDEF()
Dplot_python.h17 class PythonPlot final : public Plot {
30 Plot* AppendNewPlot() override;
Danalyzer.cc403 Plot* plot) { in CreatePacketGraph()
431 Plot* plot) { in CreateRtcpTypeGraph()
464 Plot* plot, in CreateAccumulatedPacketsTimeSeries()
476 Plot* plot) { in CreateAccumulatedPacketsGraph()
502 Plot* plot) { in CreatePacketRateGraph()
540 Plot* plot) { in CreateTotalPacketRateGraph()
591 void EventLogAnalyzer::CreatePlayoutGraph(Plot* plot) { in CreatePlayoutGraph()
618 Plot* plot) { in CreateAudioLevelGraph()
644 void EventLogAnalyzer::CreateSequenceNumberGraph(Plot* plot) { in CreateSequenceNumberGraph()
677 void EventLogAnalyzer::CreateIncomingPacketLossGraph(Plot* plot) { in CreateIncomingPacketLossGraph()
[all …]
/external/skqp/src/gpu/
DGrDrawOpAtlas.cpp58 GrDrawOpAtlas::Plot::Plot(int pageIndex, int plotIndex, uint64_t genID, int offX, int offY, in Plot() function in GrDrawOpAtlas::Plot
87 GrDrawOpAtlas::Plot::~Plot() { in ~Plot()
92 bool GrDrawOpAtlas::Plot::addSubImage(int width, int height, const void* image, SkIPoint16* loc) { in addSubImage()
137 void GrDrawOpAtlas::Plot::uploadToTexture(GrDeferredTextureUploadWritePixelsFn& writePixels, in uploadToTexture()
161 void GrDrawOpAtlas::Plot::resetRects() { in resetRects()
213 inline bool GrDrawOpAtlas::updatePlot(GrDeferredUploadTarget* target, AtlasID* id, Plot* plot) { in updatePlot()
222 sk_sp<Plot> plotsp(SkRef(plot)); in updatePlot()
245 for (Plot* plot = plotIter.get(); plot; plot = plotIter.next()) { in uploadToPage()
288 Plot* plot = fPages[pageIdx].fPlotList.tail(); in addToAtlas()
322 Plot* plot = nullptr; in addToAtlas()
[all …]
DGrDrawOpAtlas.h150 Plot* plot = fPages[pageIdx].fPlotArray[plotIdx].get(); in setLastUseToken()
226 Plot* plot = fPages[pd.fPageIndex].fPlotArray[pd.fPlotIndex].get(); in setLastUseTokenBulk()
260 class Plot : public SkRefCnt {
261 SK_DECLARE_INTERNAL_LLIST_INTERFACE(Plot);
299Plot(int pageIndex, int plotIndex, uint64_t genID, int offX, int offY, int width, int height,
302 ~Plot() override;
308 Plot* clone() const { in clone()
309 return new Plot(fPageIndex, fPlotIndex, fGenID + 1, fX, fY, fWidth, fHeight, fConfig); in clone()
349 typedef SkTInternalLList<Plot> PlotList;
360 inline bool updatePlot(GrDeferredUploadTarget*, AtlasID*, Plot*);
[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/
DGrDrawOpAtlas.cpp83 GrDrawOpAtlas::Plot::Plot(int pageIndex, int plotIndex, GenerationCounter* generationCounter, in Plot() function in GrDrawOpAtlas::Plot
113 GrDrawOpAtlas::Plot::~Plot() { in ~Plot()
117 bool GrDrawOpAtlas::Plot::addSubImage( in addSubImage()
162 void GrDrawOpAtlas::Plot::uploadToTexture(GrDeferredTextureUploadWritePixelsFn& writePixels, in uploadToTexture()
185 void GrDrawOpAtlas::Plot::resetRects() { in resetRects()
240 AtlasLocator* atlasLocator, Plot* plot) { in updatePlot()
249 sk_sp<Plot> plotsp(SkRef(plot)); in updatePlot()
273 for (Plot* plot = plotIter.get(); plot; plot = plotIter.next()) { in uploadToPage()
318 Plot* plot = fPages[pageIdx].fPlotList.tail(); in addToAtlas()
353 Plot* plot = nullptr; in addToAtlas()
[all …]
DGrDrawOpAtlas.h280 Plot* plot = fPages[pageIdx].fPlotArray[plotIdx].get(); in setLastUseToken()
350 Plot* plot = fPages[pd.fPageIndex].fPlotArray[pd.fPlotIndex].get(); in setLastUseTokenBulk()
380 class Plot : public SkRefCnt {
381 SK_DECLARE_INTERNAL_LLIST_INTERFACE(Plot);
421 Plot(int pageIndex, int plotIndex, GenerationCounter* generationCounter,
424 ~Plot() override;
430 Plot* clone() const { in clone()
431 return new Plot( in clone()
464 typedef SkTInternalLList<Plot> PlotList;
466 inline bool updatePlot(GrDeferredUploadTarget*, AtlasLocator*, Plot*);
[all …]
/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/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_logging.h189 webrtc::testing::bwe::Logging::GetInstance()->Plot(figure, name, value); \
196 webrtc::testing::bwe::Logging::GetInstance()->Plot(figure, name, value, \
204 webrtc::testing::bwe::Logging::GetInstance()->Plot(figure, name, value, \
213 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 { argument
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()
DPlot.java44 public abstract class Plot<SeriesType extends Series, FormatterType extends Formatter, RendererType… class
46 private static final String TAG = Plot.class.getName();
109 private BorderStyle borderStyle = Plot.BorderStyle.SQUARE;
215 public Plot(Context context, String title) { in Plot() method in Plot
224 public Plot(Context context, String title, RenderMode mode) { in Plot() method in Plot
247 public Plot(Context context, AttributeSet attrs) { in Plot() method in Plot
268 public Plot(Context context, AttributeSet attrs, int defStyle) { in Plot() method in Plot
679 if (style == Plot.BorderStyle.ROUNDED) { in setBorderStyle()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
DFormatter.java20 import com.androidplot.Plot;
40 public abstract class Formatter<PlotType extends Plot> {
/external/rust/crates/criterion-plot/src/
Dfilledcurve.rs8 use crate::{Axes, Color, Default, Display, Figure, Label, Opacity, Plot, Script};
113 impl<X, Y1, Y2> traits::Plot<FilledCurve<X, Y1, Y2>> for Figure
137 self.plots.push(Plot::new(data, &props)); in plot()

12