OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VideoCaptureDeviceLinux
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/video/capture/linux/
video_capture_device_linux.h
21
class
VideoCaptureDeviceLinux
: public VideoCaptureDevice {
23
explicit
VideoCaptureDeviceLinux
(const Name& device_name);
24
virtual ~
VideoCaptureDeviceLinux
();
69
DISALLOW_IMPLICIT_CONSTRUCTORS(
VideoCaptureDeviceLinux
);
video_capture_device_linux.cc
27
// Max number of video buffers
VideoCaptureDeviceLinux
can allocate.
42
// V4L2 color formats
VideoCaptureDeviceLinux
support.
253
VideoCaptureDeviceLinux
* self = new
VideoCaptureDeviceLinux
(device_name);
270
VideoCaptureDeviceLinux
::
VideoCaptureDeviceLinux
(const Name& device_name)
279
VideoCaptureDeviceLinux
::~
VideoCaptureDeviceLinux
() {
291
void
VideoCaptureDeviceLinux
::AllocateAndStart(
300
base::Bind(&
VideoCaptureDeviceLinux
::OnAllocateAndStart
[
all
...]
Completed in 121 milliseconds