Home
last modified time | relevance | path

Searched refs:ThreadSafeCaptureOracle (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/browser/media/capture/
Dcontent_video_capture_device_core.h49 class ThreadSafeCaptureOracle
50 : public base::RefCountedThreadSafe<ThreadSafeCaptureOracle> {
52 ThreadSafeCaptureOracle(scoped_ptr<media::VideoCaptureDevice::Client> client,
87 friend class base::RefCountedThreadSafe<ThreadSafeCaptureOracle>;
88 virtual ~ThreadSafeCaptureOracle();
129 virtual bool Start(const scoped_refptr<ThreadSafeCaptureOracle>& oracle_proxy,
196 scoped_refptr<ThreadSafeCaptureOracle> oracle_proxy_;
Dcontent_video_capture_device_core.cc44 ThreadSafeCaptureOracle::ThreadSafeCaptureOracle( in ThreadSafeCaptureOracle() function in content::ThreadSafeCaptureOracle
65 ThreadSafeCaptureOracle::~ThreadSafeCaptureOracle() {} in ~ThreadSafeCaptureOracle()
67 bool ThreadSafeCaptureOracle::ObserveEventAndDecideCapture( in ObserveEventAndDecideCapture()
134 *callback = base::Bind(&ThreadSafeCaptureOracle::DidCaptureFrame, in ObserveEventAndDecideCapture()
141 gfx::Size ThreadSafeCaptureOracle::GetCaptureSize() const { in GetCaptureSize()
146 void ThreadSafeCaptureOracle::UpdateCaptureSize(const gfx::Size& source_size) { in UpdateCaptureSize()
169 void ThreadSafeCaptureOracle::Stop() { in Stop()
174 void ThreadSafeCaptureOracle::ReportError(const std::string& reason) { in ReportError()
180 void ThreadSafeCaptureOracle::DidCaptureFrame( in DidCaptureFrame()
253 new ThreadSafeCaptureOracle(client.Pass(), oracle.Pass(), new_params); in AllocateAndStart()
Ddesktop_capture_device_aura.cc102 virtual bool Start(const scoped_refptr<ThreadSafeCaptureOracle>& oracle_proxy,
136 const ThreadSafeCaptureOracle::CaptureFrameCallback& capture_frame_cb,
144 const ThreadSafeCaptureOracle::CaptureFrameCallback& capture_frame_cb,
165 scoped_refptr<ThreadSafeCaptureOracle> oracle_proxy_;
190 const scoped_refptr<ThreadSafeCaptureOracle>& oracle_proxy, in Start()
263 ThreadSafeCaptureOracle::CaptureFrameCallback capture_frame_cb; in Capture()
286 const ThreadSafeCaptureOracle::CaptureFrameCallback& capture_frame_cb, in CopyOutputFinishedForVideo()
312 const ThreadSafeCaptureOracle::CaptureFrameCallback& capture_frame_cb, in DidCopyOutput()
341 const ThreadSafeCaptureOracle::CaptureFrameCallback& capture_frame_cb, in ProcessCopyOutputResponse()
Dweb_contents_video_capture_device.cc133 const scoped_refptr<ThreadSafeCaptureOracle>& oracle, in FrameSubscriber()
147 scoped_refptr<ThreadSafeCaptureOracle> oracle_proxy_;
179 const scoped_refptr<ThreadSafeCaptureOracle>& oracle_proxy,
232 virtual bool Start(const scoped_refptr<ThreadSafeCaptureOracle>& oracle_proxy,
311 scoped_refptr<ThreadSafeCaptureOracle> oracle_proxy_;
341 ThreadSafeCaptureOracle::CaptureFrameCallback capture_frame_cb; in ShouldCaptureFrame()
354 const scoped_refptr<ThreadSafeCaptureOracle>& oracle_proxy, in ContentCaptureSubscription()
575 const scoped_refptr<ThreadSafeCaptureOracle>& oracle_proxy, in Start()