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

/external/webrtc/webrtc/modules/video_capture/
H A Dvideo_capture_impl.cc30 VideoCaptureModule* VideoCaptureImpl::Create(
34 RefCountImpl<VideoCaptureImpl>* implementation =
35 new RefCountImpl<VideoCaptureImpl>(id);
40 const char* VideoCaptureImpl::CurrentDeviceName() const
46 int32_t VideoCaptureImpl::RotationFromDegrees(int degrees,
67 int32_t VideoCaptureImpl::RotationInDegrees(VideoRotation rotation,
87 int64_t VideoCaptureImpl::TimeUntilNextProcess()
96 int32_t VideoCaptureImpl::Process()
143 VideoCaptureImpl::VideoCaptureImpl(cons function in class:webrtc::videocapturemodule::VideoCaptureImpl
[all...]
H A Dvideo_capture_impl.h31 class VideoCaptureImpl: public VideoCaptureModule, public VideoCaptureExternal class in namespace:webrtc::videocapturemodule
105 VideoCaptureImpl(const int32_t id);
106 virtual ~VideoCaptureImpl();

Completed in 113 milliseconds