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

  /hardware/libhardware/include/hardware/
hwcomposer_defs.h 123 HWC_TRANSFORM_ROT_90 = HAL_TRANSFORM_ROT_90,
  /system/core/include/system/
graphics.h 281 * HAL_TRANSFORM_ROT_90 is applied CLOCKWISE and AFTER HAL_TRANSFORM_FLIP_{H|V}.
291 HAL_TRANSFORM_ROT_90 = 0x04,
window.h 216 * if (hintTransform & HAL_TRANSFORM_ROT_90)
300 NATIVE_WINDOW_TRANSFORM_ROT_90 = HAL_TRANSFORM_ROT_90,
  /frameworks/native/services/surfaceflinger/
Transform.h 48 ROT_90 = HAL_TRANSFORM_ROT_90,
  /hardware/qcom/display/msm8960/libcopybit/
copybit.h 87 COPYBIT_TRANSFORM_ROT_90 = HAL_TRANSFORM_ROT_90,
  /hardware/qcom/display/msm8974/libcopybit/
copybit.h 88 COPYBIT_TRANSFORM_ROT_90 = HAL_TRANSFORM_ROT_90,
  /hardware/qcom/display/msm8x26/libcopybit/
copybit.h 87 COPYBIT_TRANSFORM_ROT_90 = HAL_TRANSFORM_ROT_90,
  /frameworks/native/libs/ui/
Rect.cpp 100 if (xform & HAL_TRANSFORM_ROT_90) {
  /hardware/qcom/display/msm8960/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 |
  /hardware/qcom/display/msm8974/liboverlay/
overlayUtils.h 320 OVERLAY_TRANSFORM_ROT_90 = HAL_TRANSFORM_ROT_90,
322 OVERLAY_TRANSFORM_ROT_90_FLIP_H = HAL_TRANSFORM_ROT_90 |
325 OVERLAY_TRANSFORM_ROT_90_FLIP_V = HAL_TRANSFORM_ROT_90 |
  /hardware/qcom/display/msm8x26/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/api1/
CameraClient.cpp 948 else if (degrees == 90) return HAL_TRANSFORM_ROT_90;
955 return HAL_TRANSFORM_FLIP_H | HAL_TRANSFORM_ROT_90;
959 return HAL_TRANSFORM_FLIP_V | HAL_TRANSFORM_ROT_90;
  /hardware/samsung_slsi/exynos5/libgscaler/
exynos_gscaler.c     [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_copybit.cpp 177 HAL_TRANSFORM_FLIP_V | HAL_TRANSFORM_ROT_90)) &&
hwc_utils.cpp 435 if(orient & HAL_TRANSFORM_ROT_90) {
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp     [all...]
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 241 return (layer.transform & HAL_TRANSFORM_ROT_90) ||
379 bool rot90or270 = !!(layer.transform & HAL_TRANSFORM_ROT_90);
380 // n.b.: HAL_TRANSFORM_ROT_270 = HAL_TRANSFORM_ROT_90 |
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 474 if(orient & HAL_TRANSFORM_ROT_90) {
    [all...]
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.cpp 434 if(orient & HAL_TRANSFORM_ROT_90) {
    [all...]
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 160 case 90: transform = HAL_TRANSFORM_ROT_90; break;
    [all...]
OMXCodec.cpp     [all...]

Completed in 608 milliseconds