HomeSort by relevance Sort by last modified time
    Searched refs:VideoCaptureImpl (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/renderer/media/
video_capture_impl.cc 17 class VideoCaptureImpl::ClientBuffer
35 bool VideoCaptureImpl::CaptureStarted() {
39 int VideoCaptureImpl::CaptureFrameRate() {
43 VideoCaptureImpl::VideoCaptureImpl(
59 VideoCaptureImpl::~VideoCaptureImpl() {}
61 void VideoCaptureImpl::Init() {
64 base::Bind(&VideoCaptureImpl::AddDelegateOnIOThread,
71 void VideoCaptureImpl::DeInit(base::Closure task)
    [all...]
video_capture_impl_manager.h 24 class VideoCaptureImpl;
45 // Make all existing VideoCaptureImpl instances stop/resume delivering
60 Device(VideoCaptureImpl* device,
64 VideoCaptureImpl* vc;
68 void FreeDevice(VideoCaptureImpl* vc);
video_capture_impl_manager.cc 29 VideoCaptureImpl* vc =
30 new VideoCaptureImpl(id, message_loop_proxy_.get(), filter_.get());
68 void VideoCaptureImplManager::FreeDevice(VideoCaptureImpl* vc) {
80 VideoCaptureImpl* device,
video_capture_impl.h 5 // VideoCaptureImpl represents a capture device in renderer process. It provides
9 // VideoCaptureImpl is also a delegate of VideoCaptureMessageFilter which relays
16 // The |capture_message_loop_proxy_| is the working thread of VideoCaptureImpl.
23 // triggers deletion of its VideoCaptureImpl's by calling DeInit which detours
49 class CONTENT_EXPORT VideoCaptureImpl
84 VideoCaptureImpl(media::VideoCaptureSessionId session_id,
87 virtual ~VideoCaptureImpl();
150 base::WeakPtrFactory<VideoCaptureImpl> weak_this_factory_;
152 DISALLOW_COPY_AND_ASSIGN(VideoCaptureImpl);
video_capture_impl_unittest.cc 56 class MockVideoCaptureImpl : public VideoCaptureImpl {
61 : VideoCaptureImpl(id, ml_proxy.get(), filter) {}

Completed in 134 milliseconds