Home
last modified time | relevance | path

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

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