OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VideoCaptureImpl
(Results
1 - 19
of
19
) sorted by null
/external/webrtc/webrtc/modules/video_capture/external/
video_capture_external.cc
18
VideoCaptureModule*
VideoCaptureImpl
::Create(
21
RefCountImpl<
VideoCaptureImpl
>* implementation =
22
new RefCountImpl<
VideoCaptureImpl
>(id);
device_info_external.cc
46
VideoCaptureModule::DeviceInfo*
VideoCaptureImpl
::CreateDeviceInfo(
/external/webrtc/webrtc/modules/video_capture/
video_capture_factory.cc
23
return videocapturemodule::
VideoCaptureImpl
::Create(id, deviceUniqueIdUTF8);
29
return videocapturemodule::
VideoCaptureImpl
::Create(id, externalCapture);
37
return videocapturemodule::
VideoCaptureImpl
::CreateDeviceInfo(id);
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
();
/external/webrtc/webrtc/modules/video_capture/windows/
video_capture_factory_windows.cc
19
VideoCaptureModule::DeviceInfo*
VideoCaptureImpl
::CreateDeviceInfo(
25
VideoCaptureModule*
VideoCaptureImpl
::Create(const int32_t id,
video_capture_mf.cc
16
VideoCaptureMF::VideoCaptureMF(const int32_t id) :
VideoCaptureImpl
(id) {}
video_capture_mf.h
23
class VideoCaptureMF : public
VideoCaptureImpl
{
29
// Overrides from
VideoCaptureImpl
.
video_capture_ds.h
27
class VideoCaptureDS: public
VideoCaptureImpl
video_capture_ds.cc
26
:
VideoCaptureImpl
(id), _dsInfo(id), _captureFilter(NULL),
/external/webrtc/webrtc/modules/video_capture/ios/
video_capture_ios.h
20
class VideoCaptureIos : public
VideoCaptureImpl
{
28
// Implementation of
VideoCaptureImpl
.
video_capture_ios.mm
23
VideoCaptureModule*
VideoCaptureImpl
::Create(const int32_t capture_id,
29
:
VideoCaptureImpl
(capture_id), is_capturing_(false), id_(capture_id) {
device_info_ios.mm
41
VideoCaptureModule::DeviceInfo*
VideoCaptureImpl
::CreateDeviceInfo(
/external/webrtc/webrtc/modules/video_capture/linux/
video_capture_linux.h
23
class VideoCaptureModuleV4L2: public
VideoCaptureImpl
video_capture_linux.cc
33
VideoCaptureModule*
VideoCaptureImpl
::Create(const int32_t id,
49
:
VideoCaptureImpl
(id),
device_info_linux.cc
32
VideoCaptureImpl
::CreateDeviceInfo(const int32_t id)
/external/webrtc/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit.h
29
class VideoCaptureMacQTKit : public
VideoCaptureImpl
video_capture_qtkit.mm
25
VideoCaptureImpl
(id),
/external/webrtc/webrtc/modules/video_capture/mac/
video_capture_mac.mm
112
VideoCaptureModule*
VideoCaptureImpl
::Create(
206
VideoCaptureImpl
::CreateDeviceInfo(const int32_t id)
Completed in 1066 milliseconds