Home
last modified time | relevance | path

Searched refs:setSourceCrop (Results 1 – 11 of 11) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/include/
DDisplayPlane.h84 virtual void setSourceCrop(int x, int y, int w, int h);
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DDisplayPlane.h84 virtual void setSourceCrop(int x, int y, int w, int h);
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
DHwcLayer.cpp248 mPlane->setSourceCrop(layer->sourceCropf.left, in update()
/hardware/intel/img/hwcomposer/merrifield/common/base/
DHwcLayer.cpp290 mPlane->setSourceCrop(layer->sourceCropf.left, in update()
/hardware/intel/img/hwcomposer/merrifield/common/planes/
DDisplayPlane.cpp118 void DisplayPlane::setSourceCrop(int x, int y, int w, int h) in setSourceCrop() function in android::intel::DisplayPlane
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/
DDisplayPlane.cpp139 void DisplayPlane::setSourceCrop(int x, int y, int w, int h) in setSourceCrop() function in android::intel::DisplayPlane
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DOverlayPlaneBase.cpp1229 setSourceCrop(0, 0, payload->scaling_width, payload->scaling_height); in setDataBuffer()
1232 setSourceCrop(x, y, w, h); in setDataBuffer()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h547 HWC2::Error setSourceCrop(hwc_frect_t crop);
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.h524 HWC2::Error setSourceCrop(hwc_frect_t crop);
DHWC2On1Adapter.cpp328 layerHook<decltype(&Layer::setSourceCrop), in doGetFunction()
329 &Layer::setSourceCrop, hwc_frect_t>); in doGetFunction()
2078 Error HWC2On1Adapter::Layer::setSourceCrop(hwc_frect_t crop) in setSourceCrop() function in android::HWC2On1Adapter::Layer
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp295 layerHook<decltype(&Layer::setSourceCrop), in doGetFunction()
296 &Layer::setSourceCrop, hwc_frect_t>); in doGetFunction()
2004 Error HWC2On1Adapter::Layer::setSourceCrop(hwc_frect_t crop) { in setSourceCrop() function in android::HWC2On1Adapter::Layer