HomeSort by relevance Sort by last modified time
    Searched refs:HAL_TRANSFORM_ROT_90 (Results 1 - 15 of 15) sorted by null

  /system/core/include/system/
graphics.h 256 * HAL_TRANSFORM_ROT_90 is applied CLOCKWISE and AFTER HAL_TRANSFORM_FLIP_{H|V}.
266 HAL_TRANSFORM_ROT_90 = 0x04,
window.h 216 * if (hintTransform & HAL_TRANSFORM_ROT_90)
294 NATIVE_WINDOW_TRANSFORM_ROT_90 = HAL_TRANSFORM_ROT_90,
  /hardware/libhardware/include/hardware/
hwcomposer_defs.h 122 HWC_TRANSFORM_ROT_90 = HAL_TRANSFORM_ROT_90,
  /hardware/qcom/display/libcopybit/
copybit.h 89 COPYBIT_TRANSFORM_ROT_90 = HAL_TRANSFORM_ROT_90,
  /frameworks/native/libs/ui/
Rect.cpp 106 if (xform & HAL_TRANSFORM_ROT_90) {
  /frameworks/native/services/surfaceflinger/
Transform.h 46 ROT_90 = HAL_TRANSFORM_ROT_90,
  /hardware/qcom/display/liboverlay/
overlayUtils.h 319 OVERLAY_TRANSFORM_ROT_90 = HAL_TRANSFORM_ROT_90,
321 OVERLAY_TRANSFORM_ROT_90_FLIP_H = HAL_TRANSFORM_ROT_90 |
324 OVERLAY_TRANSFORM_ROT_90_FLIP_V = HAL_TRANSFORM_ROT_90 |
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 118 case 90: transform = HAL_TRANSFORM_ROT_90; break;
  /frameworks/av/services/camera/libcameraservice/
CameraClient.cpp 947 else if (degrees == 90) return HAL_TRANSFORM_ROT_90;
954 return HAL_TRANSFORM_FLIP_H | HAL_TRANSFORM_ROT_90;
958 return HAL_TRANSFORM_FLIP_V | HAL_TRANSFORM_ROT_90;
  /hardware/samsung_slsi/exynos5/libgscaler/
exynos_gscaler.c     [all...]
  /frameworks/av/services/camera/libcameraservice/camera2/
Parameters.cpp     [all...]
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 241 return (layer.transform & HAL_TRANSFORM_ROT_90) ||
385 bool rot90or270 = !!(layer.transform & HAL_TRANSFORM_ROT_90);
386 // n.b.: HAL_TRANSFORM_ROT_270 = HAL_TRANSFORM_ROT_90 |
    [all...]
  /hardware/qcom/display/libhwcomposer/
hwc_utils.cpp 474 if(orient & HAL_TRANSFORM_ROT_90) {
    [all...]
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 154 case 90: transform = HAL_TRANSFORM_ROT_90; break;
    [all...]
OMXCodec.cpp     [all...]

Completed in 129 milliseconds