Searched refs:srcCrop (Results 1 - 15 of 15) sorted by relevance

/hardware/intel/img/hwcomposer/platforms/merrifield_plus/
H A DPlatfBufferManager.cpp62 crop_t& srcCrop, uint32_t async)
68 srcCrop.w, srcCrop.h, srcCrop.x,
69 srcCrop.y, 0, async)) {
61 blitGrallocBuffer(uint32_t srcHandle, uint32_t dstHandle, crop_t& srcCrop, uint32_t async) argument
H A DPlatfBufferManager.h38 crop_t& srcCrop, uint32_t async);
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayUtils.cpp319 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { argument
321 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w);
324 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h);
327 int tmp = srcCrop.x;
328 srcCrop.x = compute(whf.h,
329 srcCrop
[all...]
H A DoverlayUtils.h554 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayUtils.cpp231 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { argument
233 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w);
236 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h);
239 int tmp = srcCrop.x;
240 srcCrop.x = compute(whf.h,
241 srcCrop
[all...]
H A DoverlayUtils.h711 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayUtils.cpp298 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { argument
300 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w);
303 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h);
306 int tmp = srcCrop.x;
307 srcCrop.x = compute(whf.h,
308 srcCrop
[all...]
H A DoverlayUtils.h689 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayUtils.cpp308 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { argument
310 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w);
313 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h);
316 int tmp = srcCrop.x;
317 srcCrop.x = compute(whf.h,
318 srcCrop
[all...]
H A DoverlayUtils.h709 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
/hardware/intel/img/hwcomposer/include/
H A DBufferManager.h63 crop_t& srcCrop, uint32_t async) = 0;
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.cpp855 Dim srcCrop(crop.left, crop.top,
859 preRotateSource(orient, whf, srcCrop);
865 crop.right = srcCrop.w;
866 crop.bottom = srcCrop.h;
868 whf.w = srcCrop.w;
869 whf.h = srcCrop.h;
871 crop.left = srcCrop.x;
872 crop.top = srcCrop.y;
873 crop.right = srcCrop.x + srcCrop
[all...]
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp920 Dim srcCrop(crop.left, crop.top,
926 preRotateSource(orient, whf, srcCrop);
927 crop.left = srcCrop.x;
928 crop.top = srcCrop.y;
929 crop.right = srcCrop.x + srcCrop.w;
930 crop.bottom = srcCrop.y + srcCrop.h;
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp1594 Dim srcCrop(crop.left, crop.top,
1598 preRotateSource(orient, whf, srcCrop);
1604 crop.right = srcCrop.w;
1605 crop.bottom = srcCrop.h;
1607 whf.w = srcCrop.w;
1608 whf.h = srcCrop.h;
1610 crop.left = srcCrop.x;
1611 crop.top = srcCrop.y;
1612 crop.right = srcCrop.x + srcCrop
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.cpp916 hwc_rect_t srcCrop = integerizeSourceCrop(layer->sourceCropf); local
919 qhwc::calculate_crop_rects(srcCrop, layer->displayFrame, destRect,
921 layer->sourceCropf.left = (float)srcCrop.left;
922 layer->sourceCropf.top = (float)srcCrop.top;
923 layer->sourceCropf.right = (float)srcCrop.right;
924 layer->sourceCropf.bottom = (float)srcCrop.bottom;

Completed in 128 milliseconds