Searched defs:VideoCaptureImpl (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_capture/
H A Dvideo_capture_impl.cc29 VideoCaptureModule* VideoCaptureImpl::Create(
33 RefCountImpl<VideoCaptureImpl>* implementation =
34 new RefCountImpl<VideoCaptureImpl>(id);
39 const char* VideoCaptureImpl::CurrentDeviceName() const
45 int32_t VideoCaptureImpl::RotationFromDegrees(int degrees,
66 int32_t VideoCaptureImpl::RotationInDegrees(VideoCaptureRotation rotation,
85 int32_t VideoCaptureImpl::ChangeUniqueId(const int32_t id)
92 int32_t VideoCaptureImpl::TimeUntilNextProcess()
103 int32_t VideoCaptureImpl::Process()
150 VideoCaptureImpl function in class:webrtc::videocapturemodule::VideoCaptureImpl
[all...]
H A Dvideo_capture_impl.h30 class VideoCaptureImpl: public VideoCaptureModule, public VideoCaptureExternal class in namespace:webrtc::videocapturemodule
108 VideoCaptureImpl(const int32_t id);
109 virtual ~VideoCaptureImpl();
/external/chromium_org/content/renderer/media/
H A Dvideo_capture_impl.h5 // VideoCaptureImpl represents a capture device in renderer process. It provides
9 // VideoCaptureImpl is also a delegate of VideoCaptureMessageFilter which relays
13 // VideoCaptureImpl is an IO thread only object. See the comments in
48 class CONTENT_EXPORT VideoCaptureImpl class in namespace:content
51 virtual ~VideoCaptureImpl();
53 VideoCaptureImpl(media::VideoCaptureSessionId session_id,
184 base::WeakPtrFactory<VideoCaptureImpl> weak_factory_;
186 DISALLOW_COPY_AND_ASSIGN(VideoCaptureImpl);
H A Dvideo_capture_impl.cc9 // VideoCaptureImpl never post task to itself. All operations must be
24 class VideoCaptureImpl::ClientBuffer
42 VideoCaptureImpl::ClientInfo::ClientInfo() {}
43 VideoCaptureImpl::ClientInfo::~ClientInfo() {}
45 VideoCaptureImpl::VideoCaptureImpl( function in class:content::VideoCaptureImpl
58 VideoCaptureImpl::~VideoCaptureImpl() {
62 void VideoCaptureImpl::Init() {
67 void VideoCaptureImpl
[all...]

Completed in 632 milliseconds