Home
last modified time | relevance | path

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

123

/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_virtual.cpp106 mScalingHeight = getHeight(ohnd); in prepare()
229 if((getWidth(ohnd) != alW) || (getHeight(ohnd) != alH)) { in setMDPScalingMode()
236 getWidth(ohnd), getHeight(ohnd), scalingMode); in setMDPScalingMode()
Dhwc_dump_layers.cpp249 (hnd)? getWidth(hnd) : -1, (hnd)? getHeight(hnd) : -1, in logLayer()
346 tempSkBmp->setInfo(SkImageInfo::Make(getWidth(hnd), getHeight(hnd), in dumpLayer()
368 layerIndex, getWidth(hnd), getHeight(hnd), in dumpLayer()
/hardware/qcom/display/msm8909/libhwcomposer/
Dhwc_virtual.cpp107 mScalingHeight = getHeight(ohnd); in prepare()
228 if((getWidth(ohnd) != fbWidth) || (getHeight(ohnd) != fbHeight)) { in setMDPScalingMode()
235 getWidth(ohnd), getHeight(ohnd), scalingMode); in setMDPScalingMode()
Dhwc_dump_layers.cpp250 (hnd)? getWidth(hnd) : -1, (hnd)? getHeight(hnd) : -1, in logLayer()
345 tempSkBmp->setInfo(SkImageInfo::Make(getWidth(hnd), getHeight(hnd), in dumpLayer()
367 layerIndex, getWidth(hnd), getHeight(hnd), in dumpLayer()
/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()
/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()
/hardware/qcom/display/msm8994/liboverlay/
DoverlayWriteback.h85 int getHeight() const { return mYres; } in getHeight() function
/hardware/qcom/display/msm8909/liboverlay/
DoverlayWriteback.h85 int getHeight() const { return mYres; } in getHeight() function
/hardware/qcom/display/msm8909/libhdmi/
Dhdmi.h60 uint32_t getHeight() const { return mYres; }; in getHeight() function
/hardware/intel/img/hwcomposer/moorefield_hdmi/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/merrifield/include/
DIDisplayDevice.h39 int getHeight() const { return mHeight; } in getHeight() function
DDataBuffer.h71 uint32_t getHeight() const { return mHeight; } in getHeight() function
/hardware/qcom/display/msm8994/libhdmi/
Dhdmi.h60 uint32_t getHeight() const { return mYres; }; in getHeight() function
/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()
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
DPhysicalDevice.cpp246 values[i] = configChosen->getHeight(); in getDisplayAttributes()
488 config->getHeight(), in dump()
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
DAnnRGBPlane.cpp119 srcH = mapper.getHeight(); in setDataBuffer()
128 if (linoff > (stride * mapper.getHeight())) { in setDataBuffer()
DAnnCursorPlane.cpp93 int h = mapper.getHeight(); in setDataBuffer()
/hardware/intel/img/hwcomposer/moorefield_hdmi/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()
/hardware/intel/img/hwcomposer/merrifield/common/devices/
DPhysicalDevice.cpp249 values[i] = configChosen->getHeight(); in getDisplayAttributes()
502 config->getHeight(), in dump()
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
DTngOverlayPlane.cpp144 mapper.getHeight(), in rotatedBufferReady()
DTngCursorPlane.cpp87 int h = mapper.getHeight(); in setDataBuffer()
/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/qcom/display/msm8909/libqdutils/
Dcb_utils.cpp46 buf.h = getHeight(hnd); in clear()

123