Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp16656 XMLElement *modelWidth = camModel->FirstChildElement("width"); in readSensorCalibration() local
16657 if (modelWidth == nullptr || modelWidth->GetText() == nullptr) { in readSensorCalibration()
16661 int width = atoi(modelWidth->GetText()); in readSensorCalibration()