Home | History | Annotate | Download | only in host

Lines Matching full:capture

46 // This class is supplied TaskRunners to use for capture, encode and network
47 // operations. Capture, encode and network transmission tasks are interleaved
50 // | CAPTURE ENCODE NETWORK
52 // | . Capture .
57 // | . Capture . . Encode .
62 // | . Capture . . . . Send .
72 // of the capture, encode and network processes. However, it also needs to
80 // Creates a VideoScheduler running capture, encode and network tasks on the
83 // called. |capturer| is used to capture frames.
109 // only affects capture scheduling and does not stop/start the capturer.
122 // Starts the capturer on the capture thread.
125 // Stops scheduling frame captures on the capture thread.
131 // Starts the next frame capture, unless there are already too many pending.
134 // Called when a frame capture has been encoded & sent to the client.
163 // Used to capture frames. Always accessed on the capture thread.
185 // True if the previous scheduled capture was skipped.
188 // True if capture of video frames is paused.