Searched refs:VideoCaptureDeviceClient (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/renderer_host/media/
H A Dvideo_capture_controller.cc153 class VideoCaptureController::VideoCaptureDeviceClient class in class:content::VideoCaptureController
156 explicit VideoCaptureDeviceClient(
159 virtual ~VideoCaptureDeviceClient();
196 VideoCaptureController::VideoCaptureDeviceClient::VideoCaptureDeviceClient( function in class:content::VideoCaptureController::VideoCaptureDeviceClient
201 VideoCaptureController::VideoCaptureDeviceClient::~VideoCaptureDeviceClient() {}
210 new VideoCaptureDeviceClient(this->GetWeakPtr(), buffer_pool_));
339 VideoCaptureController::VideoCaptureDeviceClient::ReserveOutputBuffer(
345 void VideoCaptureController::VideoCaptureDeviceClient
[all...]
H A Dvideo_capture_controller.h22 // A helper class, VCC::VideoCaptureDeviceClient, is responsible for:
32 // by means of its proxy, VideoCaptureDeviceClient, which implements
79 // Return a new VideoCaptureDeviceClient to forward capture events to this
126 class VideoCaptureDeviceClient;
131 // Worker functions on IO thread. Called by the VideoCaptureDeviceClient.

Completed in 940 milliseconds