Home
last modified time | relevance | path

Searched defs:camId (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/camera/utils/src/
H A Dcamera_utils.c120 static int32_t CheckSwitchType(int type, struct CameraConfigRoot *rootConfig, int32_t camId) in CheckSwitchType()
171 int32_t camId = 0; in CheckCameraDevice() local
288 static int32_t GetSensorNum(const char *driverName, int camId, struct CameraConfigRoot *rootConfig) in GetSensorNum()
301 static int32_t GetIspNum(const char *driverName, int camId, struct CameraConfigRoot *rootConfig) in GetIspNum()
314 static int32_t GetVcmNum(const char *driverName, int camId, struct CameraConfigRoot *rootConfig) in GetVcmNum()
327 static int32_t GetLensNum(const char *driverName, int camId, struct CameraConfigRoot *rootConfig) in GetLensNum()
340 static int32_t GetFlashNum(const char *driverName, int camId, struct CameraConfigRoot *rootConfig) in GetFlashNum()
381 int32_t GetDeviceNum(const char *driverName, int camId, int type) in GetDeviceNum()
417 int32_t CheckFrameRate(int camId, const char *driverName, int type, struct CameraCtrlConfig *ctrlCo… in CheckFrameRate()
458 const char **driverName, int32_t *camId, struct CameraDevice **camDev) in CameraGetDeviceInfo()
[all …]
/ohos5.0/drivers/hdf_core/framework/model/camera/device_impl/src/
H A Dcamera_stream.c132 static int32_t CameraReceiveFmtData(int camId, const char *driverName, in CameraReceiveFmtData()
238 static int32_t CameraSetFPSData(int camId, const char *driverName, in CameraSetFPSData()
266 static int32_t CameraStreamEnumFmt(struct CameraDevice *camDev, const char *driverName, int camId, in CameraStreamEnumFmt()
293 static int32_t CameraEnumFmtData(struct CameraDevice *camDev, const char *driverName, int camId, in CameraEnumFmtData()
314 …ic int32_t CameraEnumFramesizesData(struct CameraDevice *camDev, const char *driverName, int camId, in CameraEnumFramesizesData()
362 int32_t camId = comDev->camId; in CameraEnumFmt() local
449 int camId = comDev->camId; in CameraStreamEnumDevice() local
524 const char *driverName, int camId, struct UserCameraReq *requestData) in CameraDeviceReqMemory()
564 const char *driverName, int camId, struct UserCameraBuffer *userBuffer, uint32_t flag) in CameraDeviceQueryMemory()
632 const char *driverName, int camId, struct UserCameraBuffer *userBuffer) in CameraDeviceStreamQueue()
[all …]
/ohos5.0/drivers/hdf_core/framework/model/camera/dispatch/src/
H A Dcamera_dispatch.c26 static int32_t CheckDeviceOps(int camId, struct CameraDeviceDriver *deviceDriver, struct CameraConf… in CheckDeviceOps()
83 int32_t camId = 0; in CameraOpenCamera() local
/ohos5.0/drivers/hdf_core/framework/model/camera/device_manager/include/
H A Dcamera_device_manager.h191 int32_t camId; member
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_host_manager.cpp226 [&cameraId](const auto& camId) { return camId == cameraId; }); in IsCameraSupported()