/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/chromium_org/third_party/libsrtp/srtp/ |
timing | 11 # plot authentication-only data 17 set output "plot-auth.pict" 18 plot "timing.dat" index 0 title "HMAC SHA1" with lines, "timing.dat" index 1 title "TMMH/AES" with lines, "timing.dat" index 2 title "TMMH/SEAL" with lines 20 # plot encryption-only data 25 set output "plot-enc.pict" 27 plot "timing.dat" index 3 title "SEAL" with lines, "timing.dat" index 4 title "AES ICM" with lines 29 # plot encryption and authentication data 35 set output "plot-enc-auth.pict" 36 plot "timing.dat" index 5 title "TMMH/SEAL" with lines, "timing.dat" index 6 title "TMMH/AES" with line (…)
|
/external/srtp/ |
timing | 9 # timing.plt
#
# gnuplot script file for plotting the output generated by srtp_driver -t
#
# David A. McGrew
# Cisco Systems, Inc.
#
set xrange [0:2500]
set term pict "Times-Roman" 9
#
# plot authentication-only data
#
set title "Authentication Only"
set ylabel "Megabits per second"
set xlabel "Octets in packet"
set yrange [0:2000]
set output "plot-auth.pict"
plot "timing.dat" index 0 title "HMAC SHA1" with lines, "timing.dat" index 1 title "TMMH/AES" with lines, "timing.dat" index 2 title "TMMH/SEAL" with lines
#
# plot encryption-only data
#
set title "Encryption Only"
set ylabel "Megabits per second"
set xlabel "Octets in packet"
set output "plot-enc.pict"
set yrange [0:1200]
plot "timing.dat" index 3 title "SEAL" with lines, "timing.dat" index 4 title "AES ICM" with lines
#
# plot encryption and authentication data
#
set title "Encryption and Authentication"
set ylabel "Megabits per second"
set xlabel "Octets in packet"
set yrange [0:1000]
set output "plot-enc-auth.pict"
plot "timing.dat" index 5 title "TMMH/SEAL" with lines, "timing.dat" index 6 title "TMMH/AES" with line (…)
|
/external/chromium_org/third_party/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...] |
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/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...] |
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/fio/examples/ |
disk-zone-profile.fio | 1 ; Read disk in zones of 128m/2g, generating a plot of that afterwards
|
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/ |
jfreechart-1.0.9-sources.jar | |
/external/fio/tools/plot/ |
graph2D.gpm | 25 plot '$1' using 2:3 with linespoints title '$2', $7 w l ls 1 ti 'Global average value ($7)' 28 plot '$1' using 2:3 smooth csplines title '$2', $7 w l ls 1 ti 'Global average value ($7)' 31 plot '$1' using 2:3 smooth bezier title '$2', $7 w l ls 1 ti 'Global average value ($7)'
|
/system/extras/tests/sdcard/ |
README | 6 * A host python script to plot the data. 44 If you want to plot the data, you need to use the --dump option and provide a file: 51 To plot the result using the iter number of the x axis: 55 To plot the result using time for the x axis: 59 To plot the result from the profiler:
|
/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...] |
/external/chromium_org/v8/tools/profviz/ |
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/skia/bench/ |
ChartBench.cpp | 28 // Generates a path to stroke along the top of each plot and a fill path for the area below each 29 // plot. The fill path is bounded below by the bottomData plot points or a horizontal line at 37 SkPath* plot, SkPath* fill) { 38 plot->rewind(); 40 plot->incReserve(topData.count()); 52 plot->moveTo(x, topData[leftShift]); 56 plot->lineTo(x, topData[i + leftShift]); 62 plot->lineTo(x, topData[i]); 85 // A set of scrolling line plots with the area between each plot filled. Stresses out GPU pat [all...] |
/external/chromium_org/third_party/skia/samplecode/ |
SampleChart.cpp | 24 // Generates a path to stroke along the top of each plot and a fill path for the area below each 25 // plot. The fill path is bounded below by the bottomData plot points or a horizontal line at 33 SkPath* plot, SkPath* fill) { 34 plot->rewind(); 36 plot->incReserve(topData.count()); 48 plot->moveTo(x, topData[leftShift]); 52 plot->lineTo(x, topData[i + leftShift]); 58 plot->lineTo(x, topData[i]); 81 // A set of scrolling line plots with the area between each plot filled. Stresses out GPU pat [all...] |
/external/skia/bench/ |
ChartBench.cpp | 28 // Generates a path to stroke along the top of each plot and a fill path for the area below each 29 // plot. The fill path is bounded below by the bottomData plot points or a horizontal line at 37 SkPath* plot, SkPath* fill) { 38 plot->rewind(); 40 plot->incReserve(topData.count()); 52 plot->moveTo(x, topData[leftShift]); 56 plot->lineTo(x, topData[i + leftShift]); 62 plot->lineTo(x, topData[i]); 85 // A set of scrolling line plots with the area between each plot filled. Stresses out GPU pat [all...] |
/external/skia/samplecode/ |
SampleChart.cpp | 24 // Generates a path to stroke along the top of each plot and a fill path for the area below each 25 // plot. The fill path is bounded below by the bottomData plot points or a horizontal line at 33 SkPath* plot, SkPath* fill) { 34 plot->rewind(); 36 plot->incReserve(topData.count()); 48 plot->moveTo(x, topData[leftShift]); 52 plot->lineTo(x, topData[i + leftShift]); 58 plot->lineTo(x, topData[i]); 81 // A set of scrolling line plots with the area between each plot filled. Stresses out GPU pat [all...] |
/pdk/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')
|
/external/chromium_org/third_party/flot/ |
jquery.flot.image.min.js | 8 in the plot. Image must be a fully loaded Javascript image (you can make one 16 Then call $.plot.image.loadData( data, options, callback ) where data and 17 options are the same as you pass in to $.plot. This loads the images, replaces 20 $.plot with the data set. See the included example. 22 A more low-level helper, $.plot.image.load(urls, callback) is also included. 38 $.plot( $("#placeholder"), [{ 48 half a pixel stick out to each side in the plot. 53 */(function(e){function n(e,t,n){var r=e.getPlotOffset();if(!n.images||!n.images.show)return;var i=n.datapoints.points,s=n.datapoints.pointsize;for(var o=0;o<i.length;o+=s){var u=i[o],a=i[o+1],f=i[o+2],l=i[o+3],c=i[o+4],h=n.xaxis,p=n.yaxis,d;if(!u||u.width<=0||u.height<=0)continue;a>l&&(d=l,l=a,a=d),f>c&&(d=c,c=f,f=d),n.images.anchor=="center"&&(d=.5*(l-a)/(u.width-1),a-=d,l+=d,d=.5*(c-f)/(u.height-1),f-=d,c+=d);if(a==l||f==c||a>=h.max||l<=h.min||f>=p.max||c<=p.min)continue;var v=0,m=0,g=u.width,y=u.height;a<h.min&&(v+=(g-v)*(h.min-a)/(l-a),a=h.min),l>h.max&&(g+=(g-v)*(h.max-l)/(l-a),l=h.max),f<p.min&&(y+=(m-y)*(p.min-f)/(c-f),f=p.min),c>p.max&&(m+=(m-y)*(p.max-c)/(c-f),c=p.max),a=h.p2c(a),l=h.p2c(l),f=p.p2c(f),c=p.p2c(c),a>l&&(d=l,l=a,a=d),f>c&&(d=c,c=f,f=d),d=t.globalAlpha,t.globalAlpha*=n.images.alpha,t.drawImage(u,v,m,g-v,y-m,a+r.left,f+r.top,l-a,c-f),t.globalAlpha=d}}function r(e,t,n,r){if(!t.images.show)return;r.format=[{required:!0},{x:!0,number:!0,required:!0},{y:!0,number:!0,required:!0},{x:!0,number:!0,required:!0},{y:!0,number:!0,required:!0}]}function i(e){e.hooks.processRawData.push(r),e.hooks.drawSeries.push(n)}var t={series:{images:{show:!1,alpha:1,anchor:"corner"}}};e.plot.image={},e.plot.image.loadDataImages=function(t,n,r){var i=[],s=[],o=n.series.images.show;e.each(t,function(t,n){if(!o&&!n.images.show)return;n.data&&(n=n.data),e.each(n,function(e,t){typeof t[0]=="string"&&(i.push(t[0]),s.push(t))})}),e.plot.image.load(i,function(t){e.each(s,function(e,n){var r=n[0];t[r]&&(n[0]=t[r])}),r()})},e.plot.image (…) [all...] |
/pdk/apps/CameraITS/tests/scene0/ |
test_gyro_bias.py | 32 # Number of samples averaged together, in the plot. 66 pylab.plot(times, xs, 'r', label="x") 67 pylab.plot(times, ys, 'g', label="y") 68 pylab.plot(times, zs, 'b', label="z")
|
/pdk/apps/CameraITS/tests/scene1/ |
test_param_exposure_time.py | 55 # Draw a plot. 56 pylab.plot(exp_times, r_means, 'r') 57 pylab.plot(exp_times, g_means, 'g') 58 pylab.plot(exp_times, b_means, 'b')
|
test_param_sensitivity.py | 60 # Draw a plot. 61 pylab.plot(sensitivities, r_means, 'r') 62 pylab.plot(sensitivities, g_means, 'g') 63 pylab.plot(sensitivities, b_means, 'b')
|
/prebuilts/devtools/tools/lib/ |
jfreechart-1.0.9.jar | |
/prebuilts/tools/common/jfreechart/ |
jfreechart-1.0.9.jar | |