Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.cpp15265 uint8_t propStages = atoi(prop); in getLongshotStages() local
15266 if (propStages > 0 && propStages <= CAMERA_DEFAULT_LONGSHOT_STAGES) { in getLongshotStages()
15267 numStages = propStages; in getLongshotStages()