Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp16632 XMLElement *camModel = nullptr; in readSensorCalibration() local
16634 camModel = cam->FirstChildElement("camera_model"); in readSensorCalibration()
16635 if (camModel == nullptr) { in readSensorCalibration()
16639 int modelIndex = camModel->IntAttribute("index", -1); in readSensorCalibration()
16650 const char *modelType = camModel->Attribute("type"); in readSensorCalibration()
16656 XMLElement *modelWidth = camModel->FirstChildElement("width"); in readSensorCalibration()
16662 XMLElement *modelHeight = camModel->FirstChildElement("height"); in readSensorCalibration()
16674 XMLElement *modelParams = camModel->FirstChildElement("params"); in readSensorCalibration()