HomeSort by relevance Sort by last modified time
    Searched refs:src_roi (Results 1 - 15 of 15) sorted by null

  /hardware/qcom/display/msm8996/sdm/libs/core/
resource_default.cpp 408 const LayerRect &src_roi = pipe_info->src_roi; local
411 return ((dst_roi.right - dst_roi.left) != (src_roi.right - src_roi.left)) ||
412 ((dst_roi.bottom - dst_roi.top) != (src_roi.bottom - src_roi.top));
436 SplitRect(src_rect, dst_rect, &left_pipe->src_roi, &left_pipe->dst_roi, &right_pipe->src_roi,
441 left_pipe->src_roi = src_rect;
486 left_pipe->src_roi = crop_left
    [all...]
display_base.cpp 602 LayerRect &src_roi = rotate.src_roi; local
609 input_buffer->height, buffer_format, INT(src_roi.left),
610 INT(src_roi.top), INT(src_roi.right), INT(src_roi.bottom),
636 LayerRect &src_roi = pipe.src_roi; local
647 buffer_format, INT(src_roi.left), INT(src_roi.top)
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/
resource_default.cpp 445 const LayerRect &src_roi = pipe_info->src_roi; local
448 return ((dst_roi.right - dst_roi.left) != (src_roi.right - src_roi.left)) ||
449 ((dst_roi.bottom - dst_roi.top) != (src_roi.bottom - src_roi.top));
473 SplitRect(src_rect, dst_rect, &left_pipe->src_roi, &left_pipe->dst_roi, &right_pipe->src_roi,
478 left_pipe->src_roi = src_rect;
523 left_pipe->src_roi = crop_left
    [all...]
display_base.cpp 606 LayerRect &src_roi = rotate.src_roi; local
613 input_buffer->height, buffer_format, INT(src_roi.left),
614 INT(src_roi.top), INT(src_roi.right), INT(src_roi.bottom),
641 LayerRect &src_roi = pipe.src_roi; local
654 buffer_format, INT(src_roi.left), INT(src_roi.top)
    [all...]
  /hardware/qcom/display/sdm845/sdm/libs/core/
resource_default.cpp 445 const LayerRect &src_roi = pipe_info->src_roi; local
448 return ((dst_roi.right - dst_roi.left) != (src_roi.right - src_roi.left)) ||
449 ((dst_roi.bottom - dst_roi.top) != (src_roi.bottom - src_roi.top));
473 SplitRect(src_rect, dst_rect, &left_pipe->src_roi, &left_pipe->dst_roi, &right_pipe->src_roi,
478 left_pipe->src_roi = src_rect;
523 left_pipe->src_roi = crop_left
    [all...]
display_base.cpp 601 LayerRect &src_roi = rotate.src_roi; local
608 input_buffer->height, buffer_format, INT(src_roi.left),
609 INT(src_roi.top), INT(src_roi.right), INT(src_roi.bottom),
636 LayerRect &src_roi = pipe.src_roi; local
649 buffer_format, INT(src_roi.left), INT(src_roi.top)
    [all...]
  /external/opencv/cv/src/
cvfilter.cpp 412 CvRect src_roi, CvPoint dst_origin, int flags )
420 for_each_source_row: src starts from src_roi.y, buf starts with the first available row
455 if( src_roi.width == -1 && src_roi.x == 0 )
456 src_roi.width = width;
458 if( src_roi.height == -1 && src_roi.y == 0 )
460 src_roi.y = 0;
461 src_roi.height = src->rows;
464 if( src_roi.width > max_width |
    [all...]
  /hardware/qcom/display/msm8996/sdm/include/private/
hw_info_types.h 282 LayerRect src_roi; // Source crop of each split member in struct:sdm::HWRotateInfo
392 LayerRect src_roi; member in struct:sdm::HWPipeInfo
  /hardware/qcom/display/msm8998/sdm/include/private/
hw_info_types.h 313 LayerRect src_roi; // Source crop of each split member in struct:sdm::HWRotateInfo
429 LayerRect src_roi; member in struct:sdm::HWPipeInfo
  /hardware/qcom/display/sdm845/sdm/include/private/
hw_info_types.h 327 LayerRect src_roi; // Source crop of each split member in struct:sdm::HWRotateInfo
445 LayerRect src_roi; member in struct:sdm::HWPipeInfo
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_device.cpp 227 SetRect(pipe_info->src_roi, &mdp_layer.src_rect);
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_device.cpp 247 SetRect(pipe_info->src_roi, &mdp_layer.src_rect);
    [all...]
  /hardware/qcom/display/sdm845/sdm/libs/core/fb/
hw_device.cpp 247 SetRect(pipe_info->src_roi, &mdp_layer.src_rect);
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/drm/
hw_device_drm.cpp 407 SetRect(pipe_info->src_roi, &src);
  /hardware/qcom/display/sdm845/sdm/libs/core/drm/
hw_device_drm.cpp 675 SetRect(pipe_info->src_roi, &src);
    [all...]

Completed in 265 milliseconds