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

  /external/chromium_org/content/browser/media/capture/
content_video_capture_device_core.h 49 class ThreadSafeCaptureOracle
50 : public base::RefCountedThreadSafe<ThreadSafeCaptureOracle> {
52 ThreadSafeCaptureOracle(scoped_ptr<media::VideoCaptureDevice::Client> client,
88 friend class base::RefCountedThreadSafe<ThreadSafeCaptureOracle>;
89 virtual ~ThreadSafeCaptureOracle();
127 virtual bool Start(const scoped_refptr<ThreadSafeCaptureOracle>& oracle_proxy,
191 scoped_refptr<ThreadSafeCaptureOracle> oracle_proxy_;
content_video_capture_device_core.cc 44 ThreadSafeCaptureOracle::ThreadSafeCaptureOracle(
65 ThreadSafeCaptureOracle::~ThreadSafeCaptureOracle() {}
67 bool ThreadSafeCaptureOracle::ObserveEventAndDecideCapture(
140 *callback = base::Bind(&ThreadSafeCaptureOracle::DidCaptureFrame,
147 gfx::Size ThreadSafeCaptureOracle::GetCaptureSize() const {
152 void ThreadSafeCaptureOracle::UpdateCaptureSize(const gfx::Size& source_size) {
176 void ThreadSafeCaptureOracle::Stop() {
181 void ThreadSafeCaptureOracle::ReportError(const std::string& reason)
    [all...]
desktop_capture_device_aura.cc 102 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_;
194 const scoped_refptr<ThreadSafeCaptureOracle>& oracle_proxy,
269 ThreadSafeCaptureOracle::CaptureFrameCallback capture_frame_cb;
290 const ThreadSafeCaptureOracle::CaptureFrameCallback& capture_frame_cb,
310 const ThreadSafeCaptureOracle::CaptureFrameCallback& capture_frame_cb,
343 const ThreadSafeCaptureOracle::CaptureFrameCallback& capture_frame_cb,
web_contents_video_capture_device.cc 134 // FrameSubscriber is a proxy to the ThreadSafeCaptureOracle that's compatible
139 const scoped_refptr<ThreadSafeCaptureOracle>& oracle,
154 scoped_refptr<ThreadSafeCaptureOracle> oracle_proxy_;
186 const scoped_refptr<ThreadSafeCaptureOracle>& oracle_proxy,
235 virtual bool Start(const scoped_refptr<ThreadSafeCaptureOracle>& oracle_proxy,
287 scoped_refptr<ThreadSafeCaptureOracle> oracle_proxy_;
314 ThreadSafeCaptureOracle::CaptureFrameCallback capture_frame_cb;
327 const scoped_refptr<ThreadSafeCaptureOracle>& oracle_proxy,
552 const scoped_refptr<ThreadSafeCaptureOracle>& oracle_proxy,

Completed in 1675 milliseconds