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

123

/hardware/qcom/display/msm8909/libhdmi/
H A Dhdmi.h59 uint32_t getWidth() const { return mXres; }; function in class:qhwc::HDMIDisplay
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayWriteback.h84 int getWidth() const { return mXres; } function in class:overlay::Writeback
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayWriteback.h84 int getWidth() const { return mXres; } function in class:overlay::Writeback
/hardware/intel/img/hwcomposer/merrifield/include/
H A DDataBuffer.h68 uint32_t getWidth() const { return mWidth; } function in class:android::intel::DataBuffer
H A DIDisplayDevice.h38 int getWidth() const { return mWidth; } function in class:android::intel::DisplayConfig
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DDataBuffer.h68 uint32_t getWidth() const { return mWidth; } function in class:android::intel::DataBuffer
H A DIDisplayDevice.h38 int getWidth() const { return mWidth; } function in class:android::intel::DisplayConfig
/hardware/qcom/display/msm8994/libhdmi/
H A Dhdmi.h59 uint32_t getWidth() const { return mXres; }; function in class:qhwc::HDMIDisplay
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_virtual.cpp106 mScalingWidth = getWidth(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.cpp105 mScalingWidth = getWidth(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.cpp92 int w = mapper.getWidth();
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
H A DTngOverlayPlane.cpp143 bool ret = mRotationBufProvider->prepareBufferInfo(mapper.getWidth(),
H A DTngCursorPlane.cpp86 int w = mapper.getWidth();
/hardware/qcom/display/msm8909/libqdutils/
H A Dcb_utils.cpp45 buf.w = ALIGN(getWidth(hnd),32);
/hardware/intel/img/hwcomposer/merrifield/common/devices/
H A DPhysicalDevice.cpp246 values[i] = configChosen->getWidth();
501 config->getWidth(),
H A DVirtualDevice.cpp1328 outputFrameInfo.bufferWidth = dataBuf->getWidth();
1330 outputFrameInfo.lumaUStride = dataBuf->getWidth();
1331 outputFrameInfo.chromaUStride = dataBuf->getWidth();
1332 outputFrameInfo.chromaVStride = dataBuf->getWidth();
1467 outputFrameInfo.bufferWidth = dataBuf->getWidth();
1469 outputFrameInfo.lumaUStride = dataBuf->getWidth();
1470 outputFrameInfo.chromaUStride = dataBuf->getWidth();
1471 outputFrameInfo.chromaVStride = dataBuf->getWidth();
1674 outputFrameInfo.bufferWidth = dataBuf->getWidth();
1676 outputFrameInfo.lumaUStride = dataBuf->getWidth();
[all...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
H A DPhysicalDevice.cpp243 values[i] = configChosen->getWidth();
487 config->getWidth(),
/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.cpp218 buf.w = ALIGN(getWidth(hnd),32);
315 src.w = getWidth(hnd);
320 src.horiz_padding = src.w - getWidth(hnd);
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DHwcLayer.cpp390 mWidth = buffer->getWidth();
/hardware/intel/img/hwcomposer/merrifield/common/buffers/
H A DBufferManager.cpp123 mapper->getWidth(),

Completed in 3509 milliseconds

123