OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeviceInfoImpl
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/third_party/webrtc/modules/video_capture/
device_info_impl.h
24
class
DeviceInfoImpl
: public VideoCaptureModule::DeviceInfo
27
DeviceInfoImpl
(const int32_t id);
28
virtual ~
DeviceInfoImpl
(void);
device_info_impl.cc
26
DeviceInfoImpl
::
DeviceInfoImpl
(const int32_t id)
32
DeviceInfoImpl
::~
DeviceInfoImpl
(void)
40
int32_t
DeviceInfoImpl
::NumberOfCapabilities(
75
int32_t
DeviceInfoImpl
::GetCapability(const char* deviceUniqueIdUTF8,
120
int32_t
DeviceInfoImpl
::GetBestMatchedCapability(
277
int32_t
DeviceInfoImpl
::GetExpectedCaptureDelay(
353
int32_t
DeviceInfoImpl
::GetOrientation(const char* deviceUniqueIdUTF8,
/external/chromium_org/third_party/webrtc/modules/video_capture/external/
device_info_external.cc
18
class ExternalDeviceInfo : public
DeviceInfoImpl
{
21
:
DeviceInfoImpl
(id) {
/external/chromium_org/third_party/webrtc/modules/video_capture/linux/
device_info_linux.h
21
class DeviceInfoLinux: public
DeviceInfoImpl
device_info_linux.cc
45
:
DeviceInfoImpl
(id)
/external/chromium_org/third_party/webrtc/modules/video_capture/windows/
device_info_mf.cc
16
DeviceInfoMF::DeviceInfoMF(const int32_t id) :
DeviceInfoImpl
(id) {
device_info_mf.h
20
class DeviceInfoMF : public
DeviceInfoImpl
{
device_info_ds.h
34
class DeviceInfoDS: public
DeviceInfoImpl
device_info_ds.cc
58
:
DeviceInfoImpl
(id), _dsDevEnum(NULL), _dsMonikerDevEnum(NULL),
[
all
...]
/external/chromium_org/third_party/webrtc/modules/video_capture/android/
device_info_android.h
24
class DeviceInfoAndroid : public
DeviceInfoImpl
{
device_info_android.cc
158
DeviceInfoImpl
(id) {
/external/chromium_org/third_party/webrtc/modules/video_capture/ios/
device_info_ios.h
18
class DeviceInfoIos : public
DeviceInfoImpl
{
23
// Implementation of
DeviceInfoImpl
.
device_info_ios.mm
37
:
DeviceInfoImpl
(device_id) {}
/external/chromium_org/third_party/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit_info.h
26
class VideoCaptureMacQTKitInfo: public
DeviceInfoImpl
video_capture_qtkit_info.mm
22
DeviceInfoImpl
(id)
Completed in 311 milliseconds