Searched refs:getWidth (Results 1 - 25 of 27) sorted by relevance

12

/hardware/intel/img/hwcomposer/include/
H A DDataBuffer.h68 uint32_t getWidth() const { return mWidth; } function in class:android::intel::DataBuffer
H A DIDisplayDevice.h38 int getWidth() const { return mWidth; } function in class:android::intel::DisplayConfig
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_dump_layers.cpp245 (hnd)? getWidth(hnd) : -1, (hnd)? getHeight(hnd) : -1,
338 tempSkBmp->setConfig(tempSkBmpConfig, getWidth(hnd), getHeight(hnd));
359 layerIndex, getWidth(hnd), getHeight(hnd),
H A Dhwc_copybit.cpp255 buf.w = ALIGN(getWidth(hnd),32);
379 src.w = getWidth(hnd);
394 src.horiz_padding = src.w - getWidth(hnd);
H A Dhwc_utils.h419 static inline int getWidth(const private_handle_t* hnd) { function in namespace:qhwc
H A Dhwc_utils.cpp1641 Whf whf(getWidth(hnd), getHeight(hnd), format, (uint32_t)hnd->size);
1748 Whf whf(getWidth(hnd), getHeight(hnd), format, (uint32_t)hnd->size);
1897 Whf whf(getWidth(hnd), getHeight(hnd),
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_dump_layers.cpp245 (hnd)? getWidth(hnd) : -1, (hnd)? getHeight(hnd) : -1,
338 tempSkBmp->setConfig(tempSkBmpConfig, getWidth(hnd), getHeight(hnd));
359 layerIndex, getWidth(hnd), getHeight(hnd),
H A Dhwc_copybit.cpp393 buf.w = ALIGN(getWidth(hnd),32);
746 src.w = getWidth(hnd);
761 src.horiz_padding = src.w - getWidth(hnd);
H A Dhwc_utils.cpp1651 Whf whf(getWidth(hnd), getHeight(hnd), format, (uint32_t)hnd->size);
1758 Whf whf(getWidth(hnd), getHeight(hnd), format, (uint32_t)hnd->size);
1906 Whf whf(getWidth(hnd), getHeight(hnd),
2065 getWidth(ohnd), getHeight(ohnd));
H A Dhwc_utils.h444 static inline int getWidth(const private_handle_t* hnd) { function in namespace:qhwc
/hardware/intel/img/hwcomposer/common/devices/
H A DPhysicalDevice.cpp242 values[i] = configChosen->getWidth();
486 config->getWidth(),
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_fbupdate.cpp67 ovutils::Whf info(getWidth(hnd), getHeight(hnd),
171 ovutils::Whf info(getWidth(hnd), getHeight(hnd),
H A Dhwc_copybit.cpp213 buf.w = ALIGN(getWidth(hnd),32);
311 src.w = getWidth(hnd);
316 src.horiz_padding = src.w - getWidth(hnd);
H A Dhwc_utils.cpp951 Whf whf(getWidth(hnd), getHeight(hnd),
967 if(prevWidth != (uint32_t)getWidth(hnd) ||
973 prevWidth = (uint32_t)getWidth(hnd);
1033 Whf whf(getWidth(hnd), getHeight(hnd),
H A Dhwc_utils.h244 static inline int getWidth(const private_handle_t* hnd) { function in namespace:qhwc
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_copybit.cpp233 buf.w = ALIGN(getWidth(hnd),32);
334 src.w = getWidth(hnd);
339 src.horiz_padding = src.w - getWidth(hnd);
H A Dhwc_utils.h297 static inline int getWidth(const private_handle_t* hnd) { function in namespace:qhwc
H A Dhwc_utils.cpp897 Whf whf(getWidth(hnd), getHeight(hnd),
990 Whf whf(getWidth(hnd), getHeight(hnd),
/hardware/intel/img/hwcomposer/common/base/
H A DHwcLayer.cpp328 mWidth = buffer->getWidth();
/hardware/intel/img/hwcomposer/common/buffers/
H A DBufferManager.cpp123 mapper->getWidth(),
/hardware/intel/img/hwcomposer/ips/anniedale/
H A DAnnCursorPlane.cpp91 int w = mapper.getWidth();
H A DAnnRGBPlane.cpp177 srcW = mapper.getWidth();
H A DAnnOverlayPlane.cpp193 uint32_t w = mapper.getWidth();
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_surfacetexture.cpp636 graphic_buffer->getWidth(),
649 info.width = graphic_buffer->getWidth();
694 Rect crop(graphic_buffer->getWidth(), graphic_buffer->getHeight());
708 w = float(graphic_buffer->getWidth());
/hardware/intel/img/hwcomposer/ips/common/
H A DOverlayPlaneBase.cpp670 uint32_t w = mapper.getWidth();

Completed in 290 milliseconds

12