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

  /external/chromium_org/content/renderer/media/
video_capture_impl.h 5 // VideoCaptureImpl represents a capture device in renderer process. It provides
9 // VideoCaptureImpl is also a delegate of VideoCaptureMessageFilter which
16 // The |capture_message_loop_proxy_| is the working thread of VideoCaptureImpl.
23 // triggers deletion of its VideoCaptureImpl's by calling DeInit which detours
48 class CONTENT_EXPORT VideoCaptureImpl
85 VideoCaptureImpl(media::VideoCaptureSessionId id,
88 virtual ~VideoCaptureImpl();
150 DISALLOW_COPY_AND_ASSIGN(VideoCaptureImpl);
video_capture_impl.cc 15 struct VideoCaptureImpl::DIBBuffer {
33 bool VideoCaptureImpl::CaptureStarted() {
37 int VideoCaptureImpl::CaptureWidth() {
41 int VideoCaptureImpl::CaptureHeight() {
45 int VideoCaptureImpl::CaptureFrameRate() {
49 VideoCaptureImpl::VideoCaptureImpl(
66 VideoCaptureImpl::~VideoCaptureImpl() {
70 void VideoCaptureImpl::Init()
    [all...]

Completed in 351 milliseconds