OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VideoCaptureModuleV4L2
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_capture/linux/
video_capture_linux.h
23
class
VideoCaptureModuleV4L2
: public VideoCaptureImpl
26
VideoCaptureModuleV4L2
(int32_t id);
27
virtual ~
VideoCaptureModuleV4L2
();
video_capture_linux.cc
36
RefCountImpl<videocapturemodule::
VideoCaptureModuleV4L2
>* implementation =
37
new RefCountImpl<videocapturemodule::
VideoCaptureModuleV4L2
>(id);
48
VideoCaptureModuleV4L2
::
VideoCaptureModuleV4L2
(const int32_t id)
63
int32_t
VideoCaptureModuleV4L2
::Init(const char* deviceUniqueIdUTF8)
111
VideoCaptureModuleV4L2
::~
VideoCaptureModuleV4L2
()
122
int32_t
VideoCaptureModuleV4L2
::StartCapture(
284
VideoCaptureModuleV4L2
::CaptureThread, this, "CaptureThread"));
303
int32_t
VideoCaptureModuleV4L2
::StopCapture(
[
all
...]
Completed in 62 milliseconds