Home
last modified time | relevance | path

Searched refs:getWidth (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.cpp255 buf.w = ALIGN(getWidth(hnd),32); in clear()
379 src.w = getWidth(hnd); in drawLayerUsingCopybit()
394 src.horiz_padding = src.w - getWidth(hnd); in drawLayerUsingCopybit()
Dhwc_utils.h419 static inline int getWidth(const private_handle_t* hnd) { in getWidth() 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/intel/img/hwcomposer/include/
DIDisplayDevice.h38 int getWidth() const { return mWidth; } in getWidth() function
DDataBuffer.h68 uint32_t getWidth() const { return mWidth; } in getWidth() function
/hardware/intel/img/hwcomposer/common/devices/
DPhysicalDevice.cpp242 values[i] = configChosen->getWidth(); in getDisplayAttributes()
486 config->getWidth(), in dump()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_dump_layers.cpp241 (hnd)? getWidth(hnd) : -1, (hnd)? getHeight(hnd) : -1, in logLayer()
310 layerIndex, getWidth(hnd), getHeight(hnd), in dumpLayer()
Dhwc_copybit.cpp255 buf.w = ALIGN(getWidth(hnd),32); in clear()
379 src.w = getWidth(hnd); in drawLayerUsingCopybit()
394 src.horiz_padding = src.w - getWidth(hnd); in drawLayerUsingCopybit()
Dhwc_utils.h392 static inline int getWidth(const private_handle_t* hnd) { in getWidth() function
Dhwc_utils.cpp1582 Whf whf(getWidth(hnd), getHeight(hnd), format, hnd->size); in configureNonSplit()
1689 Whf whf(getWidth(hnd), getHeight(hnd), format, hnd->size); in configureSplit()
1835 Whf whf(getWidth(hnd), getHeight(hnd), in configureSourceSplit()
/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_copybit.cpp213 buf.w = ALIGN(getWidth(hnd),32); in clear()
311 src.w = getWidth(hnd); in drawLayerUsingCopybit()
316 src.horiz_padding = src.w - getWidth(hnd); in drawLayerUsingCopybit()
Dhwc_utils.cpp951 Whf whf(getWidth(hnd), getHeight(hnd), in configureLowRes()
967 if(prevWidth != (uint32_t)getWidth(hnd) || in configureLowRes()
973 prevWidth = (uint32_t)getWidth(hnd); in configureLowRes()
1033 Whf whf(getWidth(hnd), getHeight(hnd), in configureHighRes()
Dhwc_utils.h244 static inline int getWidth(const private_handle_t* hnd) { in getWidth() function
/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_surfacetexture.cpp636 graphic_buffer->getWidth(), in handleBuffer()
649 info.width = graphic_buffer->getWidth(); in handleBuffer()
694 Rect crop(graphic_buffer->getWidth(), graphic_buffer->getHeight()); in getCrop()
708 w = float(graphic_buffer->getWidth()); in getCrop()
/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc_copybit.cpp233 buf.w = ALIGN(getWidth(hnd),32); in clear()
334 src.w = getWidth(hnd); in drawLayerUsingCopybit()
339 src.horiz_padding = src.w - getWidth(hnd); in drawLayerUsingCopybit()
Dhwc_utils.h297 static inline int getWidth(const private_handle_t* hnd) { in getWidth() 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/anniedale/
DAnnCursorPlane.cpp91 int w = mapper.getWidth(); in setDataBuffer()
DAnnRGBPlane.cpp168 srcW = mapper.getWidth(); in setDataBuffer()
DAnnOverlayPlane.cpp230 uint32_t w = mapper.getWidth(); in bufferOffsetSetup()
/hardware/intel/img/hwcomposer/common/buffers/
DBufferManager.cpp123 mapper->getWidth(), in dump()
/hardware/intel/img/hwcomposer/common/base/
DHwcLayer.cpp328 mWidth = buffer->getWidth(); in setupAttributes()
/hardware/intel/img/hwcomposer/ips/common/
DOverlayPlaneBase.cpp670 uint32_t w = mapper.getWidth(); in bufferOffsetSetup()

12