Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/platforms/merrifield_plus/
DPlatfBufferManager.cpp62 crop_t& srcCrop, uint32_t async) in blitGrallocBuffer() argument
68 srcCrop.w, srcCrop.h, srcCrop.x, in blitGrallocBuffer()
69 srcCrop.y, 0, async)) { in blitGrallocBuffer()
DPlatfBufferManager.h38 crop_t& srcCrop, uint32_t async);
/hardware/qcom/display/msm8226/liboverlay/
DoverlayUtils.cpp319 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { in preRotateSource() argument
321 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w); in preRotateSource()
324 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h); in preRotateSource()
327 int tmp = srcCrop.x; in preRotateSource()
328 srcCrop.x = compute(whf.h, in preRotateSource()
329 srcCrop.y, in preRotateSource()
330 srcCrop.h); in preRotateSource()
331 srcCrop.y = tmp; in preRotateSource()
333 swap(srcCrop.w, srcCrop.h); in preRotateSource()
DoverlayUtils.h554 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
/hardware/qcom/display/msm8960/liboverlay/
DoverlayUtils.cpp231 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { in preRotateSource() argument
233 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w); in preRotateSource()
236 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h); in preRotateSource()
239 int tmp = srcCrop.x; in preRotateSource()
240 srcCrop.x = compute(whf.h, in preRotateSource()
241 srcCrop.y, in preRotateSource()
242 srcCrop.h); in preRotateSource()
243 srcCrop.y = tmp; in preRotateSource()
245 swap(srcCrop.w, srcCrop.h); in preRotateSource()
DoverlayUtils.h711 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
/hardware/qcom/display/msm8084/liboverlay/
DoverlayUtils.cpp308 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { in preRotateSource() argument
310 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w); in preRotateSource()
313 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h); in preRotateSource()
316 int tmp = srcCrop.x; in preRotateSource()
317 srcCrop.x = compute(whf.h, in preRotateSource()
318 srcCrop.y, in preRotateSource()
319 srcCrop.h); in preRotateSource()
320 srcCrop.y = tmp; in preRotateSource()
322 swap(srcCrop.w, srcCrop.h); in preRotateSource()
DoverlayUtils.h709 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
/hardware/qcom/display/msm8974/liboverlay/
DoverlayUtils.cpp298 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { in preRotateSource() argument
300 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w); in preRotateSource()
303 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h); in preRotateSource()
306 int tmp = srcCrop.x; in preRotateSource()
307 srcCrop.x = compute(whf.h, in preRotateSource()
308 srcCrop.y, in preRotateSource()
309 srcCrop.h); in preRotateSource()
310 srcCrop.y = tmp; in preRotateSource()
312 swap(srcCrop.w, srcCrop.h); in preRotateSource()
DoverlayUtils.h689 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc_utils.cpp855 Dim srcCrop(crop.left, crop.top, in updateSource() local
859 preRotateSource(orient, whf, srcCrop); in updateSource()
865 crop.right = srcCrop.w; in updateSource()
866 crop.bottom = srcCrop.h; in updateSource()
868 whf.w = srcCrop.w; in updateSource()
869 whf.h = srcCrop.h; in updateSource()
871 crop.left = srcCrop.x; in updateSource()
872 crop.top = srcCrop.y; in updateSource()
873 crop.right = srcCrop.x + srcCrop.w; in updateSource()
874 crop.bottom = srcCrop.y + srcCrop.h; in updateSource()
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_utils.cpp923 Dim srcCrop(crop.left, crop.top, in updateSource() local
929 preRotateSource(orient, whf, srcCrop); in updateSource()
930 crop.left = srcCrop.x; in updateSource()
931 crop.top = srcCrop.y; in updateSource()
932 crop.right = srcCrop.x + srcCrop.w; in updateSource()
933 crop.bottom = srcCrop.y + srcCrop.h; in updateSource()
/hardware/intel/img/hwcomposer/include/
DBufferManager.h63 crop_t& srcCrop, uint32_t async) = 0;
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.cpp1594 Dim srcCrop(crop.left, crop.top, in updateSource() local
1598 preRotateSource(orient, whf, srcCrop); in updateSource()
1604 crop.right = srcCrop.w; in updateSource()
1605 crop.bottom = srcCrop.h; in updateSource()
1607 whf.w = srcCrop.w; in updateSource()
1608 whf.h = srcCrop.h; in updateSource()
1610 crop.left = srcCrop.x; in updateSource()
1611 crop.top = srcCrop.y; in updateSource()
1612 crop.right = srcCrop.x + srcCrop.w; in updateSource()
1613 crop.bottom = srcCrop.y + srcCrop.h; in updateSource()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_mdpcomp.cpp916 hwc_rect_t srcCrop = integerizeSourceCrop(layer->sourceCropf); in fullMDPCompWithPTOR() local
919 qhwc::calculate_crop_rects(srcCrop, layer->displayFrame, destRect, in fullMDPCompWithPTOR()
921 layer->sourceCropf.left = (float)srcCrop.left; in fullMDPCompWithPTOR()
922 layer->sourceCropf.top = (float)srcCrop.top; in fullMDPCompWithPTOR()
923 layer->sourceCropf.right = (float)srcCrop.right; in fullMDPCompWithPTOR()
924 layer->sourceCropf.bottom = (float)srcCrop.bottom; in fullMDPCompWithPTOR()