Home
last modified time | relevance | path

Searched refs:getHeight (Results 1 – 25 of 27) sorted by relevance

12

/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_dump_layers.cpp245 (hnd)? getWidth(hnd) : -1, (hnd)? getHeight(hnd) : -1, in logLayer()
338 tempSkBmp->setConfig(tempSkBmpConfig, getWidth(hnd), getHeight(hnd)); in dumpLayer()
359 layerIndex, getWidth(hnd), getHeight(hnd), in dumpLayer()
Dhwc_copybit.cpp256 buf.h = getHeight(hnd); in clear()
380 src.h = getHeight(hnd); in drawLayerUsingCopybit()
Dhwc_utils.h429 static inline int getHeight(const private_handle_t* hnd) { in getHeight() function
Dhwc_utils.cpp1641 Whf whf(getWidth(hnd), getHeight(hnd), format, (uint32_t)hnd->size); in configureNonSplit()
1748 Whf whf(getWidth(hnd), getHeight(hnd), format, (uint32_t)hnd->size); in configureSplit()
1897 Whf whf(getWidth(hnd), getHeight(hnd), in configureSourceSplit()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_dump_layers.cpp245 (hnd)? getWidth(hnd) : -1, (hnd)? getHeight(hnd) : -1, in logLayer()
338 tempSkBmp->setConfig(tempSkBmpConfig, getWidth(hnd), getHeight(hnd)); in dumpLayer()
359 layerIndex, getWidth(hnd), getHeight(hnd), in dumpLayer()
Dhwc_copybit.cpp394 buf.h = getHeight(hnd); in clear()
747 src.h = getHeight(hnd); in drawLayerUsingCopybit()
Dhwc_utils.h454 static inline int getHeight(const private_handle_t* hnd) { in getHeight() function
Dhwc_utils.cpp1651 Whf whf(getWidth(hnd), getHeight(hnd), format, (uint32_t)hnd->size); in configureNonSplit()
1758 Whf whf(getWidth(hnd), getHeight(hnd), format, (uint32_t)hnd->size); in configureSplit()
1906 Whf whf(getWidth(hnd), getHeight(hnd), in configureSourceSplit()
2065 getWidth(ohnd), getHeight(ohnd)); in dumpBuffer()
/hardware/intel/img/hwcomposer/include/
DIDisplayDevice.h39 int getHeight() const { return mHeight; } in getHeight() function
DDataBuffer.h71 uint32_t getHeight() const { return mHeight; } in getHeight() function
/hardware/intel/img/hwcomposer/common/devices/
DPhysicalDevice.cpp245 values[i] = configChosen->getHeight(); in getDisplayAttributes()
487 config->getHeight(), in dump()
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_fbupdate.cpp67 ovutils::Whf info(getWidth(hnd), getHeight(hnd), in configure()
171 ovutils::Whf info(getWidth(hnd), getHeight(hnd), in configure()
Dhwc_utils.cpp954 Whf whf(getWidth(hnd), getHeight(hnd), in configureLowRes()
971 prevHeight != (uint32_t)getHeight(hnd)) { in configureLowRes()
977 prevHeight = (uint32_t)getHeight(hnd); in configureLowRes()
1036 Whf whf(getWidth(hnd), getHeight(hnd), in configureHighRes()
Dhwc_copybit.cpp219 buf.h = getHeight(hnd); in clear()
317 src.h = getHeight(hnd); in drawLayerUsingCopybit()
Dhwc_utils.h254 static inline int getHeight(const private_handle_t* hnd) { in getHeight() function
/hardware/intel/img/hwcomposer/ips/anniedale/
DAnnRGBPlane.cpp178 srcH = mapper.getHeight(); in setDataBuffer()
187 if (linoff > (stride * mapper.getHeight())) { in setDataBuffer()
DAnnCursorPlane.cpp92 int h = mapper.getHeight(); in setDataBuffer()
DAnnOverlayPlane.cpp194 uint32_t h = mapper.getHeight(); in bufferOffsetSetup()
/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_surfacetexture.cpp637 graphic_buffer->getHeight()); in handleBuffer()
650 info.height = graphic_buffer->getHeight(); in handleBuffer()
694 Rect crop(graphic_buffer->getWidth(), graphic_buffer->getHeight()); in getCrop()
709 h = float(graphic_buffer->getHeight()); in getCrop()
/hardware/intel/img/hwcomposer/common/buffers/
DBufferManager.cpp124 mapper->getHeight(), in dump()
/hardware/intel/img/hwcomposer/common/base/
DHwcLayer.cpp329 mHeight = buffer->getHeight(); in setupAttributes()
/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc_copybit.cpp234 buf.h = getHeight(hnd); in clear()
335 src.h = getHeight(hnd); in drawLayerUsingCopybit()
Dhwc_utils.h307 static inline int getHeight(const private_handle_t* hnd) { in getHeight() function
Dhwc_utils.cpp897 Whf whf(getWidth(hnd), getHeight(hnd), in configureLowRes()
990 Whf whf(getWidth(hnd), getHeight(hnd), in configureHighRes()
/hardware/intel/img/hwcomposer/ips/common/
DOverlayPlaneBase.cpp671 uint32_t h = mapper.getHeight(); in bufferOffsetSetup()

12