Searched refs:nodeValue (Results 1 - 1 of 1) sorted by relevance
/drivers/peripheral/camera/vdi_base/v4l2/src/camera_host/ |
H A D | hcs_deal.cpp | 135 const char *nodeValue = nullptr;
in DealPhysicsCameraId() local 138 pDevResIns->GetStringArrayElem(&node, "physicsCameraIds", i, &nodeValue, nullptr);
in DealPhysicsCameraId() 139 cameraIds.push_back(std::string(nodeValue));
in DealPhysicsCameraId() 195 const char *nodeValue = nullptr;
in DealAeAvailableAntiBandingModes() local 199 pDevResIns->GetStringArrayElem(&metadataNode, "aeAvailableAntiBandingModes", i, &nodeValue, nullptr);
in DealAeAvailableAntiBandingModes() 200 aeAvailableAntiBandingModeUint8s.push_back(AeAntibandingModeMap[std::string(nodeValue)]);
in DealAeAvailableAntiBandingModes() 201 CAMERA_LOGD("aeAvailableAntiBandingModes = %{public}s", nodeValue);
in DealAeAvailableAntiBandingModes() 217 const char *nodeValue = nullptr;
in DealAeAvailableModes() local 221 hcbRet = pDevResIns->GetStringArrayElem(&metadataNode, "aeAvailableModes", i, &nodeValue, nullptr);
in DealAeAvailableModes() 226 aeAvailableModesU8.push_back(AeModeMap[std::string(nodeValue)]);
in DealAeAvailableModes() 243 uint32_t nodeValue; DealAvailableFpsRange() local 275 const char *nodeValue = nullptr; DealCameraPosition() local 301 const char *nodeValue = nullptr; DealCameraType() local 326 const char *nodeValue = nullptr; DealCameraConnectionType() local 353 const char *nodeValue = nullptr; DealCameraMemoryType() local 406 uint32_t nodeValue; DealAeCompensationRange() local 427 uint32_t nodeValue; DealAeCompensationSteps() local 454 const char *nodeValue = nullptr; DealAvailableAwbModes() local 480 uint32_t nodeValue; DealSensitivityRange() local 518 const char *nodeValue = nullptr; DealAvailableResultKeys() local 567 const char *nodeValue = nullptr; DealAvailableFocusModes() local 595 const char *nodeValue = nullptr; DealAvailableExposureModes() local 623 const char *nodeValue = nullptr; DealAvailableMetereModes() local 651 const char *nodeValue = nullptr; DealAvalialbleFlashModes() local 679 const char *nodeValue = nullptr; DealMirrorSupported() local 704 uint32_t nodeValue; DealAvaliableBasicConfigurations() local 735 const char *nodeValue = nullptr; DealSensorOrientation() local 761 const char *nodeValue = nullptr; DealAvalialbleVideoStabilizationModes() local 789 const char *nodeValue = nullptr; DealAvalialbleFlash() local 819 const char *nodeValue = nullptr; DealAvalialbleAutoFocus() local 850 const char *nodeValue = nullptr; DealZoomRationRange() local 893 const char *nodeValue = nullptr; DealJpegOrientation() local 924 const char *nodeValue = nullptr; DealJpegQuality() local 975 uint32_t nodeValue; DealAvaliableExtendConfigurations() local [all...] |
Completed in 1 milliseconds