| Index: tools/telemetry/docs/pydoc/telemetry.internal.image_processing.fake_frame_generator.html
|
| diff --git a/tools/telemetry/docs/pydoc/telemetry.internal.image_processing.fake_frame_generator.html b/tools/telemetry/docs/pydoc/telemetry.internal.image_processing.fake_frame_generator.html
|
| deleted file mode 100644
|
| index 249a3275cfefe55c61cfb74157b09f26bb5f2637..0000000000000000000000000000000000000000
|
| --- a/tools/telemetry/docs/pydoc/telemetry.internal.image_processing.fake_frame_generator.html
|
| +++ /dev/null
|
| @@ -1,114 +0,0 @@
|
| -
|
| -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
| -<html><head><title>Python: module telemetry.internal.image_processing.fake_frame_generator</title>
|
| -<meta charset="utf-8">
|
| -</head><body bgcolor="#f0f0f8">
|
| -
|
| -<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
|
| -<tr bgcolor="#7799ee">
|
| -<td valign=bottom> <br>
|
| -<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry.internal.html"><font color="#ffffff">internal</font></a>.<a href="telemetry.internal.image_processing.html"><font color="#ffffff">image_processing</font></a>.fake_frame_generator</strong></big></big></font></td
|
| -><td align=right valign=bottom
|
| -><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="../telemetry/internal/image_processing/fake_frame_generator.py">telemetry/internal/image_processing/fake_frame_generator.py</a></font></td></tr></table>
|
| - <p><tt># Copyright 2014 The Chromium Authors. All rights reserved.<br>
|
| -# Use of this source code is governed by a BSD-style license that can be<br>
|
| -# found in the LICENSE file.</tt></p>
|
| -<p>
|
| -<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
| -<tr bgcolor="#aa55cc">
|
| -<td colspan=3 valign=bottom> <br>
|
| -<font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr>
|
| -
|
| -<tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td>
|
| -<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="telemetry.internal.util.external_modules.html">telemetry.internal.util.external_modules</a><br>
|
| -</td><td width="25%" valign=top><a href="telemetry.internal.image_processing.frame_generator.html">telemetry.internal.image_processing.frame_generator</a><br>
|
| -</td><td width="25%" valign=top><a href="numpy.html">numpy</a><br>
|
| -</td><td width="25%" valign=top></td></tr></table></td></tr></table><p>
|
| -<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
| -<tr bgcolor="#ee77aa">
|
| -<td colspan=3 valign=bottom> <br>
|
| -<font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
|
| -
|
| -<tr><td bgcolor="#ee77aa"><tt> </tt></td><td> </td>
|
| -<td width="100%"><dl>
|
| -<dt><font face="helvetica, arial"><a href="telemetry.internal.image_processing.frame_generator.html#FrameGenerator">telemetry.internal.image_processing.frame_generator.FrameGenerator</a>(<a href="__builtin__.html#object">__builtin__.object</a>)
|
| -</font></dt><dd>
|
| -<dl>
|
| -<dt><font face="helvetica, arial"><a href="telemetry.internal.image_processing.fake_frame_generator.html#FakeFrameGenerator">FakeFrameGenerator</a>
|
| -</font></dt></dl>
|
| -</dd>
|
| -</dl>
|
| - <p>
|
| -<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
| -<tr bgcolor="#ffc8d8">
|
| -<td colspan=3 valign=bottom> <br>
|
| -<font color="#000000" face="helvetica, arial"><a name="FakeFrameGenerator">class <strong>FakeFrameGenerator</strong></a>(<a href="telemetry.internal.image_processing.frame_generator.html#FrameGenerator">telemetry.internal.image_processing.frame_generator.FrameGenerator</a>)</font></td></tr>
|
| -
|
| -<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td>
|
| -<td colspan=2><tt>Fakes a Frame Generator, for testing.<br>
|
| - <br>
|
| -Attributes:<br>
|
| - _frame_index: A frame read counter.<br>
|
| - _timestamps: A generator of timestamps to return, or None.<br>
|
| - _timestamp: The current timestamp.<br>
|
| - _dimensions: The dimensions to return.<br>
|
| - _channels: The number of color channels to return in the generated frames.<br>
|
| - _frames: The number of frames to return before fake EOF.<br> </tt></td></tr>
|
| -<tr><td> </td>
|
| -<td width="100%"><dl><dt>Method resolution order:</dt>
|
| -<dd><a href="telemetry.internal.image_processing.fake_frame_generator.html#FakeFrameGenerator">FakeFrameGenerator</a></dd>
|
| -<dd><a href="telemetry.internal.image_processing.frame_generator.html#FrameGenerator">telemetry.internal.image_processing.frame_generator.FrameGenerator</a></dd>
|
| -<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
|
| -</dl>
|
| -<hr>
|
| -Methods defined here:<br>
|
| -<dl><dt><a name="FakeFrameGenerator-__init__"><strong>__init__</strong></a>(self, frames<font color="#909090">=1e+16</font>, dimensions<font color="#909090">=(320, 240)</font>, channels<font color="#909090">=3</font>, timestamps<font color="#909090">=<generator object <genexpr>></font>)</dt><dd><tt>Initializes the <a href="#FakeFrameGenerator">FakeFrameGenerator</a> object.<br>
|
| - <br>
|
| -Args:<br>
|
| - frames: int, The number of frames to return before fake EOF.<br>
|
| - dimensions: (int, int), The dimensions to return.<br>
|
| - timestamps: generator, A generator of timestamps to return. The default<br>
|
| - value is an infinite 0 generator.<br>
|
| - channels: int, The number of color channels to return in the generated<br>
|
| - frames, 1 for greyscale, 3 for RGB.</tt></dd></dl>
|
| -
|
| -<hr>
|
| -Data descriptors defined here:<br>
|
| -<dl><dt><strong>CurrentFrameNumber</strong></dt>
|
| -</dl>
|
| -<dl><dt><strong>CurrentTimestamp</strong></dt>
|
| -</dl>
|
| -<dl><dt><strong>Dimensions</strong></dt>
|
| -</dl>
|
| -<hr>
|
| -Data and other attributes defined here:<br>
|
| -<dl><dt><strong>__abstractmethods__</strong> = frozenset([])</dl>
|
| -
|
| -<hr>
|
| -Data descriptors inherited from <a href="telemetry.internal.image_processing.frame_generator.html#FrameGenerator">telemetry.internal.image_processing.frame_generator.FrameGenerator</a>:<br>
|
| -<dl><dt><strong>Generator</strong></dt>
|
| -<dd><tt>Returns:<br>
|
| -A reference to the created generator.</tt></dd>
|
| -</dl>
|
| -<dl><dt><strong>__dict__</strong></dt>
|
| -<dd><tt>dictionary for instance variables (if defined)</tt></dd>
|
| -</dl>
|
| -<dl><dt><strong>__weakref__</strong></dt>
|
| -<dd><tt>list of weak references to the object (if defined)</tt></dd>
|
| -</dl>
|
| -<hr>
|
| -Data and other attributes inherited from <a href="telemetry.internal.image_processing.frame_generator.html#FrameGenerator">telemetry.internal.image_processing.frame_generator.FrameGenerator</a>:<br>
|
| -<dl><dt><strong>__metaclass__</strong> = <class 'abc.ABCMeta'><dd><tt>Metaclass for defining Abstract Base Classes (ABCs).<br>
|
| - <br>
|
| -Use this metaclass to create an ABC. An ABC can be subclassed<br>
|
| -directly, and then acts as a mix-in class. You can also register<br>
|
| -unrelated concrete classes (even built-in classes) and unrelated<br>
|
| -ABCs as 'virtual subclasses' -- these and their descendants will<br>
|
| -be considered subclasses of the registering ABC by the built-in<br>
|
| -issubclass() function, but the registering ABC won't show up in<br>
|
| -their MRO (Method Resolution Order) nor will method<br>
|
| -implementations defined by the registering ABC be callable (not<br>
|
| -even via super()).</tt></dl>
|
| -
|
| -</td></tr></table></td></tr></table>
|
| -</body></html>
|
|
|