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

12

/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/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/msm8909/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/qcom/display/msm8994/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/intel/img/hwcomposer/merrifield/ips/tangier/
H A DTngSpritePlane.cpp64 srcX = mapper.getCrop().x;
65 srcY = mapper.getCrop().y;
68 linoff = (mapper.getCrop().h + srcY - 1) * stride + (srcX + mapper.getCrop().w - 1) * bpp;
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
H A DOverlayPlaneBase.cpp358 srcX = grallocMapper.getCrop().x;
359 srcY = grallocMapper.getCrop().y;
360 srcW = grallocMapper.getCrop().w;
361 srcH = grallocMapper.getCrop().h;
475 if (mapper->getCrop().x != srcX || mapper->getCrop().y != srcY ||
476 mapper->getCrop().w != srcW || mapper->getCrop().h != srcH) {
670 uint32_t srcX= mapper.getCrop().x;
671 uint32_t srcY= mapper.getCrop()
[all...]
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DOverlayPlaneBase.cpp364 srcX = grallocMapper.getCrop().x;
365 srcY = grallocMapper.getCrop().y;
366 srcW = grallocMapper.getCrop().w;
367 srcH = grallocMapper.getCrop().h;
495 if (mapper->getCrop().x != srcX || mapper->getCrop().y != srcY ||
496 mapper->getCrop().w != srcW || mapper->getCrop().h != srcH) {
697 uint32_t srcX= mapper.getCrop().x;
698 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/msm8909/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/msm8994/liboverlay/
H A DoverlayCtrlData.h78 utils::Dim getCrop() const;
206 inline utils::Dim Ctrl::getCrop() const { function in class:overlay::Ctrl
/hardware/intel/img/hwcomposer/merrifield/include/
H A DDataBuffer.h75 crop_t& getCrop() { return mCrop; } function in class:android::intel::DataBuffer
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
H A DAnnRGBPlane.cpp116 srcX = mapper.getCrop().x;
117 srcY = mapper.getCrop().y;
123 linoff = srcY * stride + srcX * bpp + (mapper.getCrop().h - 1) * stride + (mapper.getCrop().w - 1) * bpp;
H A DAnnOverlayPlane.cpp174 uint32_t srcX= mapper.getCrop().x;
175 uint32_t srcY= mapper.getCrop().y;
358 uint32_t srcWidth = mapper.getCrop().w;
359 uint32_t srcHeight = mapper.getCrop().h;
789 mapper.setCrop(mapper.getCrop().x, mapper.getCrop().y, payload->scaling_width, payload->scaling_height);
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DDataBuffer.h75 crop_t& getCrop() { return mCrop; } function in class:android::intel::DataBuffer
/hardware/intel/img/hwcomposer/moorefield_hdmi/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.cpp181 uint32_t srcX= mapper.getCrop().x;
182 uint32_t srcY= mapper.getCrop().y;
351 backBuffer->SWIDTH = mapper.getCrop().w;
352 backBuffer->SHEIGHT = mapper.getCrop().h;
413 uint32_t srcWidth = mapper.getCrop().w;
414 uint32_t srcHeight = mapper.getCrop().h;
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_surfacetexture.h163 Rect crop = getCrop(graphic_buffer, mtx);

Completed in 439 milliseconds

12