Home
last modified time | relevance | path

Searched refs:getCrop (Results 1 – 19 of 19) sorted by relevance

/hardware/qcom/display/msm8084/liboverlay/pipes/
DoverlayGenPipe.cpp76 ovutils::Dim src(mCtrl->getCrop()); in commit()
104 utils::Dim GenericPipe::getCrop() const in getCrop() function in overlay::GenericPipe
106 return mCtrl->getCrop(); in getCrop()
DoverlayGenPipe.h65 utils::Dim getCrop() const;
/hardware/qcom/display/msm8974/liboverlay/pipes/
DoverlayGenPipe.cpp114 ovutils::Dim src(mCtrlData.ctrl.getCrop()); in commit()
142 utils::Dim GenericPipe::getCrop() const in getCrop() function in overlay::GenericPipe
144 return mCtrlData.ctrl.getCrop(); in getCrop()
DoverlayGenPipe.h65 utils::Dim getCrop() const;
/hardware/intel/img/hwcomposer/ips/common/
DOverlayPlaneBase.cpp360 srcX = grallocMapper.getCrop().x; in getTTMMapper()
361 srcY = grallocMapper.getCrop().y; in getTTMMapper()
362 srcW = grallocMapper.getCrop().w; in getTTMMapper()
363 srcH = grallocMapper.getCrop().h; in getTTMMapper()
476 if (mapper->getCrop().x != srcX || mapper->getCrop().y != srcY || in getTTMMapper()
477 mapper->getCrop().w != srcW || mapper->getCrop().h != srcH) { in getTTMMapper()
672 uint32_t srcX= mapper.getCrop().x; in bufferOffsetSetup()
673 uint32_t srcY= mapper.getCrop().y; in bufferOffsetSetup()
797 uint32_t width = mapper.getCrop().w; in coordinateSetup()
798 uint32_t height = mapper.getCrop().h; in coordinateSetup()
[all …]
/hardware/qcom/display/msm8960/liboverlay/pipes/
DoverlayGenPipe.cpp128 ovutils::Dim src(mCtrlData.ctrl.getCrop()); in commit()
203 utils::Dim GenericPipe::getCrop() const in getCrop() function in overlay::GenericPipe
205 return mCtrlData.ctrl.getCrop(); in getCrop()
DoverlayGenPipe.h66 utils::Dim getCrop() const;
/hardware/qcom/display/msm8226/liboverlay/pipes/
DoverlayGenPipe.cpp86 utils::Dim GenericPipe::getCrop() const in getCrop() function in overlay::GenericPipe
88 return mCtrl->getCrop(); in getCrop()
DoverlayGenPipe.h67 utils::Dim getCrop() const;
/hardware/intel/img/hwcomposer/ips/anniedale/
DAnnOverlayPlane.cpp195 uint32_t srcX= mapper.getCrop().x; in bufferOffsetSetup()
196 uint32_t srcY= mapper.getCrop().y; in bufferOffsetSetup()
341 backBuffer->SWIDTH = mapper.getCrop().w; in coordinateSetup()
342 backBuffer->SHEIGHT = mapper.getCrop().h; in coordinateSetup()
343 backBuffer->SWIDTHSW = calculateSWidthSW(0, mapper.getCrop().w) << 2; in coordinateSetup()
402 uint32_t srcWidth = mapper.getCrop().w; in scalingSetup()
403 uint32_t srcHeight = mapper.getCrop().h; in scalingSetup()
DAnnRGBPlane.cpp175 srcX = mapper.getCrop().x; in setDataBuffer()
176 srcY = mapper.getCrop().y; in setDataBuffer()
182 …linoff = srcY * stride + srcX * bpp + (mapper.getCrop().h - 1) * stride + (mapper.getCrop().w - 1… in setDataBuffer()
/hardware/qcom/display/msm8960/liboverlay/
DoverlayCtrlData.h78 utils::Dim getCrop() const;
211 inline utils::Dim Ctrl::getCrop() const { in getCrop() function
/hardware/qcom/display/msm8974/liboverlay/
DoverlayCtrlData.h78 utils::Dim getCrop() const;
212 inline utils::Dim Ctrl::getCrop() const { in getCrop() function
/hardware/qcom/display/msm8084/liboverlay/
DoverlayCtrlData.h76 utils::Dim getCrop() const;
201 inline utils::Dim Ctrl::getCrop() const { in getCrop() function
/hardware/qcom/display/msm8226/liboverlay/
DoverlayCtrlData.h78 utils::Dim getCrop() const;
206 inline utils::Dim Ctrl::getCrop() const { in getCrop() function
/hardware/intel/img/hwcomposer/include/
DDataBuffer.h75 crop_t& getCrop() { return mCrop; } in getCrop() function
/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_surfacetexture.h163 Rect crop = getCrop(graphic_buffer, mtx); in threadLoop()
Dcamera_test.h436 Rect getCrop(sp<GraphicBuffer> &buffer, const float *mtx);
Dcamera_test_surfacetexture.cpp693 Rect BufferSourceThread::getCrop(sp<GraphicBuffer> &graphic_buffer, const float *mtx) { in getCrop() function in BufferSourceThread