Searched defs:dst_roi (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/core/
H A Ddisplay_base.cpp601 LayerRect &dst_roi = rotate.dst_roi; local
609 INT(dst_roi.left), INT(dst_roi.top), INT(dst_roi.right),
610 INT(dst_roi.bottom), "-", "- ", "- ", "-");
635 LayerRect &dst_roi = pipe.dst_roi; local
646 INT(src_roi.right), INT(src_roi.bottom), INT(dst_roi.left),
647 INT(dst_roi
[all...]
H A Dresource_default.cpp402 const LayerRect &dst_roi = pipe_info->dst_roi; local
404 return ((dst_roi.right - dst_roi.left) != (src_roi.right - src_roi.left)) ||
405 ((dst_roi.bottom - dst_roi.top) != (src_roi.bottom - src_roi.top));
429 SplitRect(src_rect, dst_rect, &left_pipe->src_roi, &left_pipe->dst_roi, &right_pipe->src_roi,
430 &right_pipe->dst_roi);
435 left_pipe->dst_roi = dst_rect;
480 left_pipe->dst_roi
[all...]
/hardware/qcom/display/msm8996/sdm/include/private/
H A Dhw_info_types.h247 LayerRect dst_roi; // Destination crop of each split member in struct:sdm::HWRotateInfo
300 LayerRect dst_roi; member in struct:sdm::HWPipeInfo

Completed in 341 milliseconds