Home
last modified time | relevance | path

Searched refs:CameraConfigRoot (Results 1 – 6 of 6) 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()
172 struct CameraConfigRoot *rootConfig = NULL; in CheckCameraDevice()
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()
384 struct CameraConfigRoot *rootConfig = NULL; in GetDeviceNum()
421 struct CameraConfigRoot *rootConfig = NULL; in CheckFrameRate()
552 struct CameraConfigRoot *rootConfig = NULL; in CameraDeviceGetCtrlConfig()
/ohos5.0/drivers/hdf_core/framework/model/camera/parser/include/
H A Dcamera_config_parser.h155 struct CameraConfigRoot { struct
161 struct CameraConfigRoot *HdfCameraGetConfigRoot(void); argument
/ohos5.0/drivers/hdf_core/framework/model/camera/parser/src/
H A Dcamera_config_parser.c21 static struct CameraConfigRoot g_configCameraRoot;
467 struct DeviceResourceIface *drsOps, struct CameraConfigRoot *cameraConfig) in ParseCameraConfig()
524 struct CameraConfigRoot *HdfCameraGetConfigRoot(void) in HdfCameraGetConfigRoot()
/ohos5.0/drivers/hdf_core/framework/model/camera/core/src/
H A Dcamera_core.c176 struct CameraConfigRoot *rootConfig = NULL; in HdfCameraDriverInit()
/ohos5.0/drivers/hdf_core/framework/model/camera/dispatch/src/
H A Dcamera_dispatch.c26 …kDeviceOps(int camId, struct CameraDeviceDriver *deviceDriver, struct CameraConfigRoot *rootConfig) in CheckDeviceOps()
87 struct CameraConfigRoot *rootConfig = NULL; in CameraOpenCamera()
/ohos5.0/drivers/hdf_core/framework/model/camera/device_impl/src/
H A Dcamera_stream.c453 struct CameraConfigRoot *rootConfig = NULL; in CameraStreamEnumDevice()