HomeSort by relevance Sort by last modified time
    Searched defs:VideoCaptureController (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/renderer_host/media/
video_capture_controller.h 5 // VideoCaptureController is the glue between a VideoCaptureDevice and all
10 // The VideoCaptureController is responsible for:
25 // the IO thread (where the VideoCaptureController lives).
29 // Interactions between VideoCaptureController and other classes:
31 // * VideoCaptureController indirectly observes a VideoCaptureDevice
34 // observed events to the VideoCaptureController on the IO thread.
35 // * A VideoCaptureController interacts with its clients (VideoCaptureHosts)
38 // VideoCaptureHost) will interact directly with VideoCaptureController to
42 // VideoCaptureController through its public methods, to add and remove
45 // VideoCaptureController is not thread safe and operates on the IO thread only
    [all...]
video_capture_controller.cc 58 struct VideoCaptureController::ControllerClient {
93 // VideoCaptureController* pointer, its ControllerClient entry lives on until
104 // VideoCaptureController on the IO thread. An instance of this class may safely
105 // outlive its target VideoCaptureController.
111 class VideoCaptureController::VideoCaptureDeviceClient
115 const base::WeakPtr<VideoCaptureController>& controller,
141 const base::WeakPtr<VideoCaptureController> controller_;
149 VideoCaptureController::VideoCaptureController()
155 VideoCaptureController::VideoCaptureDeviceClient::VideoCaptureDeviceClient
    [all...]

Completed in 2319 milliseconds