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

12

/hardware/intel/img/hwcomposer/include/
H A DDataBuffer.h71 uint32_t getHeight() const { return mHeight; } function in class:android::intel::DataBuffer
H A DIDisplayDevice.h39 int getHeight() const { return mHeight; } 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.cpp256 buf.h = getHeight(hnd);
380 src.h = getHeight(hnd);
H A Dhwc_utils.h429 static inline int getHeight(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_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.h454 static inline int getHeight(const private_handle_t* hnd) { function in namespace:qhwc
H A Dhwc_copybit.cpp394 buf.h = getHeight(hnd);
747 src.h = getHeight(hnd);
/hardware/intel/img/hwcomposer/common/devices/
H A DPhysicalDevice.cpp245 values[i] = configChosen->getHeight();
487 config->getHeight(),
/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.cpp214 buf.h = getHeight(hnd);
312 src.h = getHeight(hnd);
H A Dhwc_utils.cpp951 Whf whf(getWidth(hnd), getHeight(hnd),
968 prevHeight != (uint32_t)getHeight(hnd)) {
974 prevHeight = (uint32_t)getHeight(hnd);
1033 Whf whf(getWidth(hnd), getHeight(hnd),
H A Dhwc_utils.h254 static inline int getHeight(const private_handle_t* hnd) { function in namespace:qhwc
/hardware/intel/img/hwcomposer/ips/anniedale/
H A DAnnRGBPlane.cpp178 srcH = mapper.getHeight();
187 if (linoff > (stride * mapper.getHeight())) {
H A DAnnCursorPlane.cpp92 int h = mapper.getHeight();
H A DAnnOverlayPlane.cpp194 uint32_t h = mapper.getHeight();
/hardware/intel/img/hwcomposer/common/base/
H A DHwcLayer.cpp329 mHeight = buffer->getHeight();
/hardware/intel/img/hwcomposer/common/buffers/
H A DBufferManager.cpp124 mapper->getHeight(),
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_surfacetexture.cpp637 graphic_buffer->getHeight());
650 info.height = graphic_buffer->getHeight();
694 Rect crop(graphic_buffer->getWidth(), graphic_buffer->getHeight());
709 h = float(graphic_buffer->getHeight());
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_copybit.cpp234 buf.h = getHeight(hnd);
335 src.h = getHeight(hnd);
H A Dhwc_utils.h307 static inline int getHeight(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/ips/common/
H A DOverlayPlaneBase.cpp671 uint32_t h = mapper.getHeight();

Completed in 393 milliseconds

12