Searched refs:VideoCaptureImpl (Results 1 – 5 of 5) sorted by relevance
17 class VideoCaptureImpl::ClientBuffer35 bool VideoCaptureImpl::CaptureStarted() { in CaptureStarted()39 int VideoCaptureImpl::CaptureFrameRate() { in CaptureFrameRate()43 VideoCaptureImpl::VideoCaptureImpl( in VideoCaptureImpl() function in content::VideoCaptureImpl59 VideoCaptureImpl::~VideoCaptureImpl() {} in ~VideoCaptureImpl()61 void VideoCaptureImpl::Init() { in Init()64 base::Bind(&VideoCaptureImpl::AddDelegateOnIOThread, in Init()71 void VideoCaptureImpl::DeInit(base::Closure task) { in DeInit()73 base::Bind(&VideoCaptureImpl::DoDeInitOnCaptureThread, in DeInit()77 void VideoCaptureImpl::StartCapture( in StartCapture()[all …]
24 class VideoCaptureImpl; variable60 Device(VideoCaptureImpl* device,64 VideoCaptureImpl* vc;68 void FreeDevice(VideoCaptureImpl* vc);
49 class CONTENT_EXPORT VideoCaptureImpl84 VideoCaptureImpl(media::VideoCaptureSessionId session_id,87 virtual ~VideoCaptureImpl();150 base::WeakPtrFactory<VideoCaptureImpl> weak_this_factory_;152 DISALLOW_COPY_AND_ASSIGN(VideoCaptureImpl);
29 VideoCaptureImpl* vc = in AddDevice()30 new VideoCaptureImpl(id, message_loop_proxy_.get(), filter_.get()); in AddDevice()68 void VideoCaptureImplManager::FreeDevice(VideoCaptureImpl* vc) { in FreeDevice()80 VideoCaptureImpl* device, in Device()
56 class MockVideoCaptureImpl : public VideoCaptureImpl {61 : VideoCaptureImpl(id, ml_proxy.get(), filter) {} in MockVideoCaptureImpl()