Home
last modified time | relevance | path

Searched refs:deviceId_ (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/superres/src/
Dframe_source.cpp164 int deviceId_; member in __anonf30617310211::CameraFrameSource
167 CameraFrameSource::CameraFrameSource(int deviceId) : deviceId_(deviceId) in CameraFrameSource()
175 vc_.open(deviceId_); in reset()
/external/opencv3/samples/gpu/
Dstereo_multi.cpp132 int deviceId_; member in StereoSingleGpu
139 StereoSingleGpu::StereoSingleGpu(int deviceId) : deviceId_(deviceId) in StereoSingleGpu()
141 cuda::setDevice(deviceId_); in StereoSingleGpu()
147 cuda::setDevice(deviceId_); in ~StereoSingleGpu()
156 cuda::setDevice(deviceId_); in compute()