OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VideoCaptureImpl
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_capture/
video_capture_impl.cc
30
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
(const int32_t id
[
all
...]
video_capture_impl.h
31
class
VideoCaptureImpl
: public VideoCaptureModule, public VideoCaptureExternal
105
VideoCaptureImpl
(const int32_t id);
106
virtual ~
VideoCaptureImpl
();
Completed in 341 milliseconds