Home
last modified time | relevance | path

Searched refs:IspDevice (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/camera/device_manager/include/
H A Dcamera_device_manager.h121 struct IspDevice { struct
176 struct IspDevice *isp[DEVICE_NUM];
/ohos5.0/drivers/hdf_core/framework/model/camera/utils/include/
H A Dcamera_utils.h27 struct IspDevice *GetIspDevice(const char *kernelDrvName, struct CameraDeviceDriver *regDev);
/ohos5.0/drivers/hdf_core/framework/model/camera/utils/src/
H A Dcamera_utils.c204 struct IspDevice *GetIspDevice(const char *kernelDrvName, struct CameraDeviceDriver *regDev) in GetIspDevice()