Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/camera/parser/src/
H A Dcamera_config_parser.c438 const struct DeviceResourceNode *flashConfigNode = NULL; in ParseCameraDeviceConfig() local
449 flashConfigNode = drsOps->GetChildNode(node, "FlashConfig"); in ParseCameraDeviceConfig()
452 lensConfigNode == NULL || flashConfigNode == NULL || streamConfigNode == NULL) { in ParseCameraDeviceConfig()
460 …CHECK_PARSER_CONFIG_RET(ParseCameraFlashConfig(flashConfigNode, drsOps, &deviceConfig->flash), "Fl… in ParseCameraDeviceConfig()