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

123

/hardware/qcom/display/msm8909/libhdmi/
H A Dhdmi.h60 uint32_t getHeight() const { return mYres; }; function in class:qhwc::HDMIDisplay
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayWriteback.h85 int getHeight() const { return mYres; } function in class:overlay::Writeback
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayWriteback.h85 int getHeight() const { return mYres; } function in class:overlay::Writeback
/hardware/intel/img/hwcomposer/merrifield/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/intel/img/hwcomposer/moorefield_hdmi/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/msm8994/libhdmi/
H A Dhdmi.h60 uint32_t getHeight() const { return mYres; }; function in class:qhwc::HDMIDisplay
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_virtual.cpp107 mScalingHeight = getHeight(ohnd);
228 if((getWidth(ohnd) != fbWidth) || (getHeight(ohnd) != fbHeight)) {
235 getWidth(ohnd), getHeight(ohnd), scalingMode);
H A Dhwc_dump_layers.cpp250 (hnd)? getWidth(hnd) : -1, (hnd)? getHeight(hnd) : -1,
345 tempSkBmp->setInfo(SkImageInfo::Make(getWidth(hnd), getHeight(hnd),
367 layerIndex, getWidth(hnd), getHeight(hnd),
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_virtual.cpp106 mScalingHeight = getHeight(ohnd);
229 if((getWidth(ohnd) != alW) || (getHeight(ohnd) != alH)) {
236 getWidth(ohnd), getHeight(ohnd), scalingMode);
H A Dhwc_dump_layers.cpp249 (hnd)? getWidth(hnd) : -1, (hnd)? getHeight(hnd) : -1,
346 tempSkBmp->setInfo(SkImageInfo::Make(getWidth(hnd), getHeight(hnd),
368 layerIndex, getWidth(hnd), getHeight(hnd),
/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),
/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),
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
H A DAnnCursorPlane.cpp93 int h = mapper.getHeight();
H A DAnnRGBPlane.cpp119 srcH = mapper.getHeight();
128 if (linoff > (stride * mapper.getHeight())) {
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
H A DTngOverlayPlane.cpp144 mapper.getHeight(),
H A DTngCursorPlane.cpp87 int h = mapper.getHeight();
/hardware/qcom/display/msm8909/libqdutils/
H A Dcb_utils.cpp46 buf.h = getHeight(hnd);
/hardware/intel/img/hwcomposer/merrifield/common/devices/
H A DPhysicalDevice.cpp251 values[i] = configChosen->getHeight();
515 config->getHeight(),
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
H A DPhysicalDevice.cpp246 values[i] = configChosen->getHeight();
488 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),
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
H A DAnnRGBPlane.cpp178 srcH = mapper.getHeight();
187 if (linoff > (stride * mapper.getHeight())) {
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DHwcLayer.cpp391 mHeight = buffer->getHeight();
/hardware/intel/img/hwcomposer/merrifield/common/buffers/
H A DBufferManager.cpp124 mapper->getHeight(),

Completed in 413 milliseconds

123