/hardware/qcom/display/msm8084/liboverlay/pipes/ |
D | overlayGenPipe.cpp | 76 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()
|
D | overlayGenPipe.h | 65 utils::Dim getCrop() const;
|
/hardware/qcom/display/msm8974/liboverlay/pipes/ |
D | overlayGenPipe.cpp | 114 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()
|
D | overlayGenPipe.h | 65 utils::Dim getCrop() const;
|
/hardware/intel/img/hwcomposer/ips/common/ |
D | OverlayPlaneBase.cpp | 360 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/ |
D | overlayGenPipe.cpp | 128 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()
|
D | overlayGenPipe.h | 66 utils::Dim getCrop() const;
|
/hardware/qcom/display/msm8226/liboverlay/pipes/ |
D | overlayGenPipe.cpp | 86 utils::Dim GenericPipe::getCrop() const in getCrop() function in overlay::GenericPipe 88 return mCtrl->getCrop(); in getCrop()
|
D | overlayGenPipe.h | 67 utils::Dim getCrop() const;
|
/hardware/intel/img/hwcomposer/ips/anniedale/ |
D | AnnOverlayPlane.cpp | 195 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()
|
D | AnnRGBPlane.cpp | 175 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/ |
D | overlayCtrlData.h | 78 utils::Dim getCrop() const; 211 inline utils::Dim Ctrl::getCrop() const { in getCrop() function
|
/hardware/qcom/display/msm8974/liboverlay/ |
D | overlayCtrlData.h | 78 utils::Dim getCrop() const; 212 inline utils::Dim Ctrl::getCrop() const { in getCrop() function
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayCtrlData.h | 76 utils::Dim getCrop() const; 201 inline utils::Dim Ctrl::getCrop() const { in getCrop() function
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayCtrlData.h | 78 utils::Dim getCrop() const; 206 inline utils::Dim Ctrl::getCrop() const { in getCrop() function
|
/hardware/intel/img/hwcomposer/include/ |
D | DataBuffer.h | 75 crop_t& getCrop() { return mCrop; } in getCrop() function
|
/hardware/ti/omap4-aah/test/CameraHal/ |
D | camera_test_surfacetexture.h | 163 Rect crop = getCrop(graphic_buffer, mtx); in threadLoop()
|
D | camera_test.h | 436 Rect getCrop(sp<GraphicBuffer> &buffer, const float *mtx);
|
D | camera_test_surfacetexture.cpp | 693 Rect BufferSourceThread::getCrop(sp<GraphicBuffer> &graphic_buffer, const float *mtx) { in getCrop() function in BufferSourceThread
|