Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/camera/parser/src/
H A Dcamera_config_parser.c435 const struct DeviceResourceNode *ispConfigNode = NULL; in ParseCameraDeviceConfig() local
446 ispConfigNode = drsOps->GetChildNode(node, "IspConfig"); in ParseCameraDeviceConfig()
451 if (sensorConfigNode == NULL || ispConfigNode == NULL || vcmConfigNode == NULL || in ParseCameraDeviceConfig()
457 …CHECK_PARSER_CONFIG_RET(ParseCameraIspConfig(ispConfigNode, drsOps, &deviceConfig->isp), "IspConfi… in ParseCameraDeviceConfig()