HomeSort by relevance Sort by last modified time
    Searched refs:plot (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
plotJitterEstimate.m 9 plot(x, slopes(x, 1).*(framestats(x, 1) - framestats(x, 2)) + 3*sqrt(randJitters(x,2)), 'b'); title('Estimate ms');
10 plot(x, filtjitter, 'r');
11 plot(x, slopes(x, 1).*(framestats(x, 1) - framestats(x, 2)), 'g');
14 plot(x, slopes(x, 1)); title('Line slope');
16 %plot(x, slopes(x, 2)); title('Line offset');
18 plot(x, framestats); plot(x, framedata(x, 1)); title('frame size and average frame size');
20 plot(x, framedata(x, 2)); title('Delay');
23 plot(x, randJitters(x,1),'r');
24 plot(x, randJitters(x,2)); title('Random jitter')
    [all...]
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/skia/src/gpu/
GrAtlas.cpp 65 // once the plot is nearly full we will revert to uploading each subimage individually
133 // If the Plot is nearly full, anything else we add will probably be small and one
198 void GrAtlasMgr::moveToHead(GrPlot* plot) {
199 if (fPlotList.head() == plot) {
203 fPlotList.remove(plot);
204 fPlotList.addToHead(plot);
210 // iterate through entire plot list for this atlas, see if we can find a hole
213 GrPlot* plot = atlas->fPlots[i]; local
214 if (plot->addSubImage(width, height, image, loc)) {
215 this->moveToHead(plot);
238 GrPlot* plot; local
272 GrPlot* plot; local
287 GrPlot* plot; local
    [all...]
GrLayerCache.h 22 // means the plot in which it resides and its bounds inside the plot.
28 void set(GrPlot* plot, const GrIRect16& bounds) {
29 fPlot = plot;
33 const GrPlot* plot() const { function in class:GrAtlasLocation
GrTextStrike.cpp 129 GrPlot* plot = atlasMgr->getUnusedPlot(); local
130 if (NULL == plot) {
133 plot->resetRects();
145 strikeToPurge->removePlot(plot);
273 void GrTextStrike::removePlot(const GrPlot* plot) {
276 if (plot == glyphArray[i]->fPlot) {
281 fAtlasMgr->removePlot(&fAtlas, plot);
317 GrPlot* plot = fAtlasMgr->addToAtlas(&fAtlas, glyph->width(), local
321 if (NULL == plot) {
325 glyph->fPlot = plot;
    [all...]
GrAtlas.h 60 SkIPoint16 fOffset; // the offset of the plot in the backing texture
81 // remove reference to this plot
82 bool removePlot(GrAtlas* atlas, const GrPlot* plot);
84 // get a plot that's not being used by the current draw
85 // this allows us to overwrite this plot without flushing
95 void moveToHead(GrPlot* plot);
  /external/chromium_org/third_party/skia/src/gpu/
GrAtlas.cpp 67 // once the plot is nearly full we will revert to uploading each subimage individually
137 // If the Plot is nearly full, anything else we add will probably be small and one
203 void GrAtlas::makeMRU(GrPlot* plot) {
204 if (fPlotList.head() == plot) {
208 fPlotList.remove(plot);
209 fPlotList.addToHead(plot);
215 // iterate through entire plot list for this atlas, see if we can find a hole
218 GrPlot* plot = usage->fPlots[i]; local
219 if (plot->addSubImage(width, height, image, loc)) {
220 this->makeMRU(plot);
243 GrPlot* plot; local
272 GrPlot* plot; local
287 GrPlot* plot; local
    [all...]
GrLayerCache.cpp 34 // If a layer has a plot (i.e., is atlased) then it must point to
174 fPlotLocks[layer->plot()->id()]++;
186 GrPlot* plot = fAtlas->addToAtlas(&pictInfo->fPlotUsage, local
191 if (plot) {
197 layer->setPlot(plot);
199 fPlotLocks[layer->plot()->id()]++;
204 // plausibly atlas-able). See if a plot can be purged and try again.
231 const int plotID = layer->plot()->id();
244 GrAtlas::RemovePlot(&pictInfo->fPlotUsage, layer->plot());
282 if (layer->plot()) {
344 GrPlot* plot; local
395 GrPlot* plot; local
    [all...]
GrAtlas.h 36 // This returns a plot ID unique to each plot in a given GrAtlas. They are
65 SkIPoint16 fOffset; // the offset of the plot in the backing texture
85 bool contains(const GrPlot* plot) const {
86 return fPlots.contains(const_cast<GrPlot*>(plot));
108 // remove reference to this plot
109 static void RemovePlot(ClientPlotUsage* usage, const GrPlot* plot);
111 // get a plot that's not being used by the current draw
112 // this allows us to overwrite this plot without flushing
134 void makeMRU(GrPlot* plot);
    [all...]
GrTextStrike.cpp 136 GrPlot* plot = atlas->getUnusedPlot(); local
137 if (NULL == plot) {
140 plot->resetRects();
152 strikeToPurge->removePlot(plot);
280 void GrTextStrike::removePlot(const GrPlot* plot) {
283 if (plot == (*iter).fPlot) {
289 GrAtlas::RemovePlot(&fPlotUsage, plot);
339 GrPlot* plot = fAtlas->addToAtlas(&fPlotUsage, glyph->width(), local
343 if (NULL == plot) {
347 glyph->fPlot = plot;
    [all...]
  /external/fio/tools/
fio_generate_plots 78 plot () { function
112 echo " $PLOT_TITLE ; $YAXIS ; $DEFAULT_OPTS ; show style lines ; $OUTPUT ; plot " $PLOT_LINE | $GNUPLOT -
117 # plot <sub title> <file name tag> <y axis label> <y axis scale>
120 plot "I/O Latency" lat "Time (msec)" 1000
121 plot "I/O Operations Per Second" iops "IOPS" 1
122 plot "I/O Submission Latency" slat "Time (?sec)" 1
123 plot "I/O Completion Latency" clat "Time (msec)" 1000
124 plot "I/O Bandwidth" bw "Throughput (KB/s)" 1
  /cts/apps/CameraITS/tests/inprog/
test_blc_lsc.py 91 pylab.plot(exposures, r_means_center, 'r')
92 pylab.plot(exposures, g_means_center, 'g')
93 pylab.plot(exposures, b_means_center, 'b')
98 pylab.plot(exposures, r_means_corner, 'r')
99 pylab.plot(exposures, g_means_corner, 'g')
100 pylab.plot(exposures, b_means_corner, 'b')
test_black_level.py 84 pylab.plot(range(32), yhist.tolist()[0:32], 'rgb'[si])
85 pylab.plot(range(32), uhist.tolist()[112:144], 'rgb'[si]+'--')
86 pylab.plot(range(32), vhist.tolist()[112:144], 'rgb'[si]+'--')
  /external/chromium_org/third_party/skia/tools/
Stats.h 43 plot.append(kBars[0]);
53 plot.append(kBars[bar]);
62 SkString plot; // A single-line bar chart (_not_ histogram) of the samples.
  /external/eigen/bench/btl/data/
mk_gnuplot_script.sh 9 echo plot \\ >> $WHAT.gnuplot
33 echo plot \\ >> $WHAT.gnuplot
48 echo plot \\ >> $WHAT.gnuplot
  /cts/apps/CameraITS/tests/scene0/
test_gyro_bias.py 32 # Number of samples averaged together, in the plot.
64 pylab.plot(times, xs, 'r', label="x")
65 pylab.plot(times, ys, 'g', label="y")
66 pylab.plot(times, zs, 'b', label="z")
  /cts/apps/CameraITS/tests/scene1/
test_param_exposure_time.py 54 # Draw a plot.
55 pylab.plot(exp_times, r_means, 'r')
56 pylab.plot(exp_times, g_means, 'g')
57 pylab.plot(exp_times, b_means, 'b')
test_param_sensitivity.py 59 # Draw a plot.
60 pylab.plot(sensitivities, r_means, 'r')
61 pylab.plot(sensitivities, g_means, 'g')
62 pylab.plot(sensitivities, b_means, 'b')
test_black_white.py 71 # Draw a plot.
72 pylab.plot([0,1], r_means, 'r')
73 pylab.plot([0,1], g_means, 'g')
74 pylab.plot([0,1], b_means, 'b')
test_exposure.py 68 # Draw a plot.
69 pylab.plot(mults, r_means, 'r')
70 pylab.plot(mults, g_means, 'g')
71 pylab.plot(mults, b_means, 'b')
test_linearity.py 84 pylab.plot(sensitivities, r_means, 'r')
85 pylab.plot(sensitivities, g_means, 'g')
86 pylab.plot(sensitivities, b_means, 'b')
90 # Check that each plot is actually linear.
test_param_color_correction.py 84 # Draw a plot.
86 pylab.plot(domain, r_means, 'r')
87 pylab.plot(domain, g_means, 'g')
88 pylab.plot(domain, b_means, 'b')
  /cts/apps/CameraITS/tests/dng_noise_model/
dng_noise_model.py 121 pylab.plot(xs, ys, 'r', label="Measured")
122 pylab.plot([0,xs[-1]],[b,m*xs[-1]+b],'b', label="Fit")
124 pylab.plot(xs, ys, 'r')
125 pylab.plot([0,xs[-1]],[b,m*xs[-1]+b],'b')
141 # Plot curve "O" as 10x, so it fits in the same scale as curve "S".
143 pylab.plot(gains, [10*o for o in Os], 'r', label="Measured")
144 pylab.plot([gains[0],gains[-1]],
146 pylab.plot(gains, Ss, 'b', label="Measured")
147 pylab.plot([gains[0],gains[-1]], [mS*gains[0]+bS,mS*gains[-1]+bS],'b--',
  /external/chromium_org/tools/git/
graph.sh 38 plot(count ~ ago, type="l", main="$target", xlab='days ago', data=data)
  /external/chromium_org/v8/tools/
plot-timer-events 84 -- $@ $options 2>/dev/null > timer-events.plot
88 cat timer-events.plot
90 cat timer-events.plot | gnuplot > timer-events.png
93 rm -f timer-events.plot

Completed in 1436 milliseconds

1 2 3 4 5