HomeSort by relevance Sort by last modified time
    Searched refs:HAL_TRANSFORM_FLIP_V (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/hwcplus/include/hardware/
hwcomposer_defs.h 121 HWC_TRANSFORM_FLIP_V = HAL_TRANSFORM_FLIP_V,
  /external/chromium_org/third_party/hwcplus/include/system/
graphics.h 292 HAL_TRANSFORM_FLIP_V = 0x02,
window.h 297 NATIVE_WINDOW_TRANSFORM_FLIP_V = HAL_TRANSFORM_FLIP_V,
  /system/core/include/system/
graphics.h 369 HAL_TRANSFORM_FLIP_V = 0x02,
window.h 325 NATIVE_WINDOW_TRANSFORM_FLIP_V = HAL_TRANSFORM_FLIP_V,
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer_defs.h 141 HWC_TRANSFORM_FLIP_V = HAL_TRANSFORM_FLIP_V,
  /frameworks/native/services/surfaceflinger/
Transform.h 47 FLIP_V = HAL_TRANSFORM_FLIP_V,
  /hardware/qcom/display/msm8960/libcopybit/
copybit.h 85 COPYBIT_TRANSFORM_FLIP_V = HAL_TRANSFORM_FLIP_V,
  /hardware/qcom/display/msm8974/libcopybit/
copybit.h 86 COPYBIT_TRANSFORM_FLIP_V = HAL_TRANSFORM_FLIP_V,
  /hardware/qcom/display/msm8084/libcopybit/
copybit.h 86 COPYBIT_TRANSFORM_FLIP_V = HAL_TRANSFORM_FLIP_V,
  /hardware/qcom/display/msm8226/libcopybit/
copybit.h 86 COPYBIT_TRANSFORM_FLIP_V = HAL_TRANSFORM_FLIP_V,
  /frameworks/native/libs/ui/
Rect.cpp 96 if (xform & HAL_TRANSFORM_FLIP_V) {
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_copybit.cpp 408 (layer->transform & HAL_TRANSFORM_FLIP_V)) &&
413 layerTransform |= HAL_TRANSFORM_FLIP_V;
415 if(layer->transform & HAL_TRANSFORM_FLIP_V){
416 layerTransform ^= HAL_TRANSFORM_FLIP_V;
hwc_utils.cpp     [all...]
  /hardware/qcom/display/msm8084/liboverlay/
overlayUtils.h 322 OVERLAY_TRANSFORM_FLIP_V = HAL_TRANSFORM_FLIP_V,
333 HAL_TRANSFORM_FLIP_V,
  /hardware/qcom/display/msm8226/liboverlay/
overlayUtils.h 291 OVERLAY_TRANSFORM_FLIP_V = HAL_TRANSFORM_FLIP_V,
302 HAL_TRANSFORM_FLIP_V,
  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.h 314 OVERLAY_TRANSFORM_FLIP_V = HAL_TRANSFORM_FLIP_V,
325 HAL_TRANSFORM_FLIP_V,
  /hardware/qcom/display/msm8974/liboverlay/
overlayUtils.h 315 OVERLAY_TRANSFORM_FLIP_V = HAL_TRANSFORM_FLIP_V,
326 HAL_TRANSFORM_FLIP_V,
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_copybit.cpp 775 (layer->transform & HAL_TRANSFORM_FLIP_V)) &&
780 layerTransform |= HAL_TRANSFORM_FLIP_V;
782 if(layer->transform & HAL_TRANSFORM_FLIP_V){
783 layerTransform ^= HAL_TRANSFORM_FLIP_V;
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.cpp 990 return HAL_TRANSFORM_FLIP_V;
992 return HAL_TRANSFORM_FLIP_V | HAL_TRANSFORM_ROT_90;
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_copybit.cpp 178 HAL_TRANSFORM_FLIP_V | HAL_TRANSFORM_ROT_90)) &&
hwc_utils.cpp 432 if(orient & HAL_TRANSFORM_FLIP_V) {
    [all...]
  /hardware/samsung_slsi/exynos5/libgscaler/
exynos_gscaler.c     [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp     [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 478 if(orient & HAL_TRANSFORM_FLIP_V) {
    [all...]

Completed in 2553 milliseconds

1 2