HomeSort by relevance Sort by last modified time
    Searched refs:Plot (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
plotReceiveTrace.m 109 % Plot the time when each packet arrives
116 plot(x, packetTime(:,3) - firstTime - slope, 'b.');
118 % Plot the time when the first packet of a frame arrives
125 plot(x, firstPacketTime(:,2) - firstTime - slope, 'b.');
128 % Plot the frame complete time
134 plot(x, completeTime(:,3) - firstTime - slope, 'ks');
137 % Plot the time the decode starts
143 plot(x, decodeTime(:,2) - firstTime - slope, 'r.');
146 % Plot the decode complete time
152 plot(x, decodeCompleteTime(:,4) - firstTime - slope, 'g.')
    [all...]
  /external/chromium_org/v8/tools/
gc-nvp-trace-processor.py 116 class Plot(object):
124 return 'plot ' + ', '.join([item.to_gnuplot(ctx) for item in self.items])
144 def collect_fields(plot):
153 for field in flatten([item.fieldrefs() for item in plot]):
158 def is_y2_used(plot):
159 for subplot in plot:
160 if isinstance(subplot, Plot):
180 def generate_script_and_datafile(plot, trace, datafile, output):
181 (fields, field_to_index) = collect_fields(plot)
192 if is_y2_used(plot)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_logging.h 21 // BWE logging allows you to insert dynamically named log/plot points in the
38 // PLOT stream_00000001_bps 1.000000 0.000000
39 // PLOT stream_00000001_bps 1.000000 0.400000
40 // PLOT stream_00000001_bps 1.000000 0.800000
42 // PLOT stream_00000003_bps 1.000000 0.000000
43 // PLOT stream_00000003_bps 1.000000 0.400000
44 // PLOT stream_00000003_bps 1.000000 0.800000
47 // of the logged/plotted string/value last. Plot *time* is inherited down the
49 // The difference between the LOG and PLOT macros is that PLOT prefixes the lin
    [all...]
bwe_test_framework.h 199 // Called after each simulation batch to allow the processor to plot any
201 virtual void Plot(int64_t timestamp_ms) {}
232 virtual void Plot(int64_t timestamp_ms);
337 virtual void Plot(int64_t timestamp_ms);
bwe_test_logging.cc 97 void Logging::Plot(double value) {
103 printf("PLOT\t%s\t%f\t%f\n", state.tag.c_str(), state.timestamp_ms * 0.001,
155 // Update time so that next log/plot will use the latest time seen so far
bwe_test_framework.cc 244 void RateCounterFilter::Plot(int64_t timestamp_ms) {
470 void TraceBasedDeliveryFilter::Plot(int64_t timestamp_ms) {
bwe_test.cc 169 processor_->Plot((to_process.back().send_time_us() + 500) / 1000);
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
MatlabPlot.h 107 void Plot();
155 void DeletePlot(MatlabPlot *plot);
MatlabPlot.cc 211 s << "[0 1], [0 1]"; // To get an empty plot
676 // we have something to plot
680 cmd << "figure; h" << _figHandle << "= plot(";
793 void MatlabPlot::Plot()
953 newPlot->SetFigHandle(++_numPlots); // first plot is number 1
962 void MatlabEngine::DeletePlot(MatlabPlot *plot)
966 if (plot == NULL)
974 if (plot == *it)
980 assert (plot == *it);
987 delete plot;
1017 MatlabPlot *plot = eng->_plots[ix]; local
    [all...]
  /external/chromium_org/v8/tools/profviz/
composer.js 37 var kStackFrames = 8; // Stack frames to display in the plot.
186 if (merge_start > range_end) break; // Out of plot range.
197 if (merge_end < range_start) continue; // Out of plot range.
380 // Set pause tolerance to something appropriate for the plot resolution
433 // Plot deopts.
444 // Plot current time polls.
467 // Plot timeline.
478 // Plot code kind gathered from ticks.
513 // Force plot and return without plotting execution pause impulses.
514 output("plot 1/0")
    [all...]
profviz.js 104 "plot",
121 this.plot.style.webkitFilter = "grayscale(1)";
129 this.plot.style.webkitFilter = "";
141 this.toggle("plot");
142 this.plot.src = "";
148 if (this.toggledisplay.next_mode == "plot") {
150 this.plot.style.display = "block";
154 this.toggledisplay.next_mode = "plot";
155 this.plot.style.display = "none";
157 this.toggledisplay.innerHTML = "Show plot";
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
plotBenchmark.m 5 % optionally exports each plot to an appropriately named file.
391 % Plot a single case
392 hLine = plot(getfield(cases(i), xfield), getfield(cases(i), yfield), plotStr{num}, ...
  /external/chromium_org/chrome/browser/resources/chromeos/
power.js 6 * Plot a line graph of data versus time on a HTML canvas element.
15 * array of plots to plot on the canvas. The field 'data' of a plot is an
55 throw new Error('Mismatch in time and plot data.');
113 // Show a legend only if at least one individual plot has a name.
244 var plot = plots[count];
245 var yData = plot.data;
246 plotCtx.strokeStyle = plot.color;
253 // Stroke the plot drawn so far and begin a fresh plot
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 769 milliseconds