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

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

Completed in 495 milliseconds