Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_QCOM_render_pass_transform.adoc27 properly when a device is held in a landscape or portrait orientation.
/hardware/interfaces/camera/device/1.0/
Dtypes.hal47 * back-facing camera sensor is mounted in landscape. You are looking at the
/hardware/interfaces/input/common/1.0/
Dtypes.hal713 * If the screen orientation changes to landscape (a 90 degree orientation
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.cpp501 static const char* landscape = "landscape"; variable
2195 if (strcmp(str, portrait) == 0 || strcmp(str, landscape) == 0) { in setOrientation()