Searched refs:devClass (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmssamp.c | 193 cmsProfileClassSignature devClass; in cmsDetectBlackPoint() local 196 devClass = cmsGetDeviceClass(hProfile); in cmsDetectBlackPoint() 197 if (devClass == cmsSigLinkClass || in cmsDetectBlackPoint() 198 devClass == cmsSigAbstractClass || in cmsDetectBlackPoint() 199 devClass == cmsSigNamedColorClass) { in cmsDetectBlackPoint() 380 cmsProfileClassSignature devClass; in cmsDetectDestinationBlackPoint() local 383 devClass = cmsGetDeviceClass(hProfile); in cmsDetectDestinationBlackPoint() 384 if (devClass == cmsSigLinkClass || in cmsDetectDestinationBlackPoint() 385 devClass == cmsSigAbstractClass || in cmsDetectDestinationBlackPoint() 386 devClass == cmsSigNamedColorClass) { in cmsDetectDestinationBlackPoint()
|
/external/opencv3/modules/videoio/src/ |
D | cap_msmf.cpp | 616 …long checkDevice(_DeviceClass devClass, DEFINE_TASK<void>* pTask, MAKE_WRL_REF(_IDeviceInformation… 631 long initDevices(_DeviceClass devClass); 2178 long videoDevice::checkDevice(_DeviceClass devClass, DEFINE_TASK<void>* pTask, MAKE_WRL_REF(_IDevic… in checkDevice() argument 2184 WRL_METHOD(pDevStat, _FindAllAsyncDeviceClass, pAction, hr, devClass) in checkDevice() 2866 long videoDevices::initDevices(_DeviceClass devClass) in initDevices() argument 2872 WRL_METHOD(pDevStat, _FindAllAsyncDeviceClass, pAction, hr, devClass) in initDevices()
|