Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/camera/device_manager/include/
H A Dcamera_device_manager.h22 #define DEVICE_NUM 3 macro
175 struct SensorDevice *sensor[DEVICE_NUM];
176 struct IspDevice *isp[DEVICE_NUM];
177 struct VcmDevice *vcm[DEVICE_NUM];
178 struct LensDevice *lens[DEVICE_NUM];
179 struct FlashDevice *flash[DEVICE_NUM];
180 struct UvcDevice *uvc[DEVICE_NUM];
181 struct StreamDevice *stream[DEVICE_NUM];
/ohos5.0/drivers/hdf_core/framework/model/camera/utils/src/
H A Dcamera_utils.c193 for (i = 0; i < DEVICE_NUM; i++) { in GetSensorDevice()
207 for (i = 0; i < DEVICE_NUM; i++) { in GetIspDevice()
221 for (i = 0; i < DEVICE_NUM; i++) { in GetLensDevice()
235 for (i = 0; i < DEVICE_NUM; i++) { in GetFlashDevice()
249 for (i = 0; i < DEVICE_NUM; i++) { in GetVcmDevice()
263 for (i = 0; i < DEVICE_NUM; i++) { in GetUvcDevice()
277 for (i = 0; i < DEVICE_NUM; i++) { in GetStreamDevice()
356 for (i = 0; i < DEVICE_NUM; i++) { in GetStreamNum()
370 for (i = 0; i < DEVICE_NUM; i++) { in GetUvcNum()
518 if (num < 0 || num >= DEVICE_NUM) { in GetDeviceOps()
[all …]
/ohos5.0/drivers/hdf_core/framework/model/camera/device_impl/src/
H A Dcamera_stream.c29 if (num < 0 || num >= DEVICE_NUM) { in StreamGetImageSetting()
72 if (num < 0 || num >= DEVICE_NUM) { in StreamSetImageSetting()
277 if (num < 0 || num >= DEVICE_NUM) { in CameraStreamEnumFmt()
423 if (num < 0 || num >= DEVICE_NUM) { in CameraStreamGetAbility()
469 if (num < 0 || num >= DEVICE_NUM) { in CameraStreamEnumDevice()
499 if (num < 0 || num >= DEVICE_NUM) { in CameraQueueInit()
534 if (num < 0 || num >= DEVICE_NUM) { in CameraDeviceReqMemory()
574 if (num < 0 || num >= DEVICE_NUM) { in CameraDeviceQueryMemory()
642 if (num < 0 || num >= DEVICE_NUM) { in CameraDeviceStreamQueue()
693 if (num < 0 || num >= DEVICE_NUM) { in CameraDeviceStreamDequeue()
[all …]