Home
last modified time | relevance | path

Searched refs:getWidth (Results 1 – 25 of 54) sorted by relevance

123

/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_virtual.cpp105 mScalingWidth = getWidth(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.cpp106 mScalingWidth = getWidth(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.h84 int getWidth() const { return mXres; } in getWidth() function
/hardware/qcom/display/msm8909/liboverlay/
DoverlayWriteback.h84 int getWidth() const { return mXres; } in getWidth() function
/hardware/qcom/display/msm8909/libhdmi/
Dhdmi.h59 uint32_t getWidth() const { return mXres; }; in getWidth() function
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DIDisplayDevice.h38 int getWidth() const { return mWidth; } in getWidth() function
DDataBuffer.h68 uint32_t getWidth() const { return mWidth; } in getWidth() function
/hardware/intel/img/hwcomposer/merrifield/include/
DIDisplayDevice.h38 int getWidth() const { return mWidth; } in getWidth() function
DDataBuffer.h68 uint32_t getWidth() const { return mWidth; } in getWidth() function
/hardware/qcom/display/msm8994/libhdmi/
Dhdmi.h59 uint32_t getWidth() const { return mXres; }; in getWidth() function
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
DPhysicalDevice.cpp243 values[i] = configChosen->getWidth(); in getDisplayAttributes()
487 config->getWidth(), in dump()
/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()
Dhwc_copybit.cpp218 buf.w = ALIGN(getWidth(hnd),32); in clear()
315 src.w = getWidth(hnd); in drawLayerUsingCopybit()
320 src.horiz_padding = src.w - getWidth(hnd); in drawLayerUsingCopybit()
/hardware/intel/img/hwcomposer/merrifield/common/devices/
DVirtualDevice.cpp1328 outputFrameInfo.bufferWidth = dataBuf->getWidth(); in queueCompose()
1330 outputFrameInfo.lumaUStride = dataBuf->getWidth(); in queueCompose()
1331 outputFrameInfo.chromaUStride = dataBuf->getWidth(); in queueCompose()
1332 outputFrameInfo.chromaVStride = dataBuf->getWidth(); in queueCompose()
1467 outputFrameInfo.bufferWidth = dataBuf->getWidth(); in queueCompose()
1469 outputFrameInfo.lumaUStride = dataBuf->getWidth(); in queueCompose()
1470 outputFrameInfo.chromaUStride = dataBuf->getWidth(); in queueCompose()
1471 outputFrameInfo.chromaVStride = dataBuf->getWidth(); in queueCompose()
1674 outputFrameInfo.bufferWidth = dataBuf->getWidth(); in queueCompose()
1676 outputFrameInfo.lumaUStride = dataBuf->getWidth(); in queueCompose()
[all …]
DPhysicalDevice.cpp246 values[i] = configChosen->getWidth(); in getDisplayAttributes()
501 config->getWidth(), in dump()
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
DTngOverlayPlane.cpp143 bool ret = mRotationBufProvider->prepareBufferInfo(mapper.getWidth(), in rotatedBufferReady()
DTngCursorPlane.cpp86 int w = mapper.getWidth(); in setDataBuffer()
/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_surfacetexture.cpp636 graphic_buffer->getWidth(), in handleBuffer()
649 info.width = graphic_buffer->getWidth(); in handleBuffer()
694 Rect crop(graphic_buffer->getWidth(), graphic_buffer->getHeight()); in getCrop()
708 w = float(graphic_buffer->getWidth()); in getCrop()
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
DAnnCursorPlane.cpp92 int w = mapper.getWidth(); in setDataBuffer()
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
DAnnCursorPlane.cpp91 int w = mapper.getWidth(); in setDataBuffer()
/hardware/qcom/display/msm8909/libqdutils/
Dcb_utils.cpp45 buf.w = ALIGN(getWidth(hnd),32); in clear()

123