Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.cpp500 static const char* portrait = "portrait"; variable
2195 if (strcmp(str, portrait) == 0 || strcmp(str, landscape) == 0) { in setOrientation()