Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/camera/parser/include/
H A Dcamera_config_parser.h156 uint8_t uvcMode; member
/ohos5.0/drivers/hdf_core/framework/model/camera/parser/src/
H A Dcamera_config_parser.c473 ret = drsOps->GetUint8(node, "uvcMode", &cameraConfig->uvcMode, 0); in ParseCameraConfig()
476 if (cameraConfig->uvcMode == DEVICE_NOT_SUPPORT) { in ParseCameraConfig()
489 cameraConfig->uvcMode, cameraConfig->deviceNum); in ParseCameraConfig()
/ohos5.0/drivers/hdf_core/framework/model/camera/utils/src/
H A Dcamera_utils.c154 if (rootConfig->uvcMode == DEVICE_NOT_SUPPORT) { in CheckSwitchType()