/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_virtual.cpp | 106 mScalingHeight = getHeight(ohnd); in prepare() 229 if((getWidth(ohnd) != alW) || (getHeight(ohnd) != alH)) { in setMDPScalingMode() 236 getWidth(ohnd), getHeight(ohnd), scalingMode); in setMDPScalingMode()
|
D | hwc_dump_layers.cpp | 249 (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/ |
D | hwc_virtual.cpp | 107 mScalingHeight = getHeight(ohnd); in prepare() 228 if((getWidth(ohnd) != fbWidth) || (getHeight(ohnd) != fbHeight)) { in setMDPScalingMode() 235 getWidth(ohnd), getHeight(ohnd), scalingMode); in setMDPScalingMode()
|
D | hwc_dump_layers.cpp | 250 (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/ |
D | hwc_dump_layers.cpp | 245 (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/ |
D | hwc_dump_layers.cpp | 245 (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/ |
D | overlayWriteback.h | 85 int getHeight() const { return mYres; } in getHeight() function
|
/hardware/qcom/display/msm8909/liboverlay/ |
D | overlayWriteback.h | 85 int getHeight() const { return mYres; } in getHeight() function
|
/hardware/qcom/display/msm8909/libhdmi/ |
D | hdmi.h | 60 uint32_t getHeight() const { return mYres; }; in getHeight() function
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/ |
D | IDisplayDevice.h | 39 int getHeight() const { return mHeight; } in getHeight() function
|
D | DataBuffer.h | 71 uint32_t getHeight() const { return mHeight; } in getHeight() function
|
/hardware/intel/img/hwcomposer/merrifield/include/ |
D | IDisplayDevice.h | 39 int getHeight() const { return mHeight; } in getHeight() function
|
D | DataBuffer.h | 71 uint32_t getHeight() const { return mHeight; } in getHeight() function
|
/hardware/qcom/display/msm8994/libhdmi/ |
D | hdmi.h | 60 uint32_t getHeight() const { return mYres; }; in getHeight() function
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_fbupdate.cpp | 67 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/ |
D | PhysicalDevice.cpp | 246 values[i] = configChosen->getHeight(); in getDisplayAttributes() 488 config->getHeight(), in dump()
|
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/ |
D | AnnRGBPlane.cpp | 119 srcH = mapper.getHeight(); in setDataBuffer() 128 if (linoff > (stride * mapper.getHeight())) { in setDataBuffer()
|
D | AnnCursorPlane.cpp | 93 int h = mapper.getHeight(); in setDataBuffer()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/ |
D | AnnRGBPlane.cpp | 178 srcH = mapper.getHeight(); in setDataBuffer() 187 if (linoff > (stride * mapper.getHeight())) { in setDataBuffer()
|
D | AnnCursorPlane.cpp | 92 int h = mapper.getHeight(); in setDataBuffer()
|
/hardware/intel/img/hwcomposer/merrifield/common/devices/ |
D | PhysicalDevice.cpp | 249 values[i] = configChosen->getHeight(); in getDisplayAttributes() 502 config->getHeight(), in dump()
|
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/ |
D | TngOverlayPlane.cpp | 144 mapper.getHeight(), in rotatedBufferReady()
|
D | TngCursorPlane.cpp | 87 int h = mapper.getHeight(); in setDataBuffer()
|
/hardware/ti/omap4-aah/test/CameraHal/ |
D | camera_test_surfacetexture.cpp | 637 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/ |
D | cb_utils.cpp | 46 buf.h = getHeight(hnd); in clear()
|