Searched defs:roi (Results 1 - 14 of 14) sorted by relevance

/hardware/qcom/display/msm8909/sdm/libs/utils/
H A Drect.cpp50 void LogI(DebugTag debug_tag, const char *prefix, const LayerRect &roi) { argument
52 prefix, roi.left, roi.top, roi.right, roi.bottom);
55 void Log(DebugTag debug_tag, const char *prefix, const LayerRect &roi) { argument
57 prefix, roi.left, roi.top, roi.right, roi
[all...]
/hardware/qcom/display/msm8909w_3100/sdm/libs/utils/
H A Drect.cpp50 void Log(DebugTag debug_tag, const char *prefix, const LayerRect &roi) { argument
52 prefix, roi.left, roi.top, roi.right, roi.bottom);
/hardware/qcom/display/msm8996/sdm/libs/utils/
H A Drect.cpp50 void Log(DebugTag debug_tag, const char *prefix, const LayerRect &roi) { argument
52 prefix, roi.left, roi.top, roi.right, roi.bottom);
/hardware/qcom/display/msm8998/sdm/libs/utils/
H A Drect.cpp50 void Log(DebugTag debug_tag, const char *prefix, const LayerRect &roi) { argument
52 prefix, roi.left, roi.top, roi.right, roi.bottom);
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_mdpcomp.cpp448 hwc_rect_t roi = ctx->listStats[mDpy].lRoi; local
449 fbRect = getIntersection(fbRect, roi);
502 struct hwc_rect roi = (struct hwc_rect){0, 0, 0, 0}; local
517 roi = getUnion(roi, dirtyRect);
522 if(!isValidRect(roi))
526 roi = getSanitizeROI(roi, fullFrame);
528 ctx->listStats[mDpy].lRoi = roi;
H A Dhwc_utils.cpp2234 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary) argument
2236 if(!isValidRect(roi))
2237 return roi;
2239 struct hwc_rect t_roi = roi;
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.cpp449 hwc_rect_t roi = ctx->listStats[mDpy].lRoi; local
450 fbRect = getIntersection(fbRect, roi);
503 struct hwc_rect roi = (struct hwc_rect){0, 0, 0, 0}; local
524 roi = getUnion(roi, updatingRect);
529 if(!isValidRect(roi))
533 roi = getSanitizeROI(roi, fullFrame);
535 ctx->listStats[mDpy].lRoi = roi;
H A Dhwc_utils.cpp2245 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary) argument
2247 if(!isValidRect(roi))
2248 return roi;
2250 struct hwc_rect t_roi = roi;
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_mdpcomp.cpp549 hwc_rect_t roi = ctx->listStats[mDpy].lRoi; local
550 dst = getIntersection(dst, roi);
605 struct hwc_rect roi = (struct hwc_rect){0, 0, 0, 0}; local
619 roi = getUnion(roi, dirtyRect);
624 if(!isValidRect(roi))
628 roi = getSanitizeROI(roi, fullFrame);
630 ctx->listStats[mDpy].lRoi = roi;
641 hwc_rect roi local
2684 struct hwc_rect roi = (struct hwc_rect){0, 0, 0, 0}; local
[all...]
H A Dhwc_utils.cpp2626 hwc_rect expandROIFromMidPoint(hwc_rect roi, hwc_rect fullFrame) { argument
2635 hwc_rect lRoi = getIntersection(roi, lFrame);
2636 hwc_rect rRoi = getIntersection(roi, rFrame);
2643 roi.left = half_frame_width - rRoiWidth;
2645 roi.right = half_frame_width + lRoiWidth;
2647 return roi;
2669 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary) argument
2671 if(!isValidRect(roi))
2672 return roi;
2674 struct hwc_rect t_roi = roi;
[all...]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp567 void venc_dev::get_roi_for_timestamp(struct roidata &roi, OMX_TICKS timestamp) argument
572 memset(&roi, 0, sizeof(struct roidata));
573 roi.dirty = false;
576 * look for the roi data which has timestamp nearest and
578 * roi data which has the timestamp greater than etb timestamp.
589 DEBUG_PRINT_LOW("freeing unused roidata with timestamp %lld us", roi.timestamp);
590 free(roi.info.pRoiMBInfo);
593 roi = *iter;
594 /* we got roidata so erase the elment in the roi list.
604 DEBUG_PRINT_LOW("found roidata with timestamp %lld us", roi
781 struct roidata roi; local
6940 struct roidata roi; local
[all...]
/hardware/qcom/camera/msm8998/
H A DQCamera_Intf.h715 roi_t roi[MAX_ROI]; member in struct:__anon2574
976 struct fd_roi_t roi; member in union:__anon2603::__anon2604
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.cpp8178 LOGD("Adding reprocess crop roi map for stream %dx%d, %dx%d",
9030 void QCamera3HardwareInterface::convertFromRegions(cam_area_t &roi, argument
9037 roi.weight = frame_settings.find(tag).data.i32[4];
9038 roi.rect.left = x_min;
9039 roi.rect.top = y_min;
9040 roi.rect.width = x_max - x_min;
9041 roi.rect.height = y_max - y_min;
9047 * DESCRIPTION: helper method to reset the roi if it is greater than scaler
9051 * @roi : cam_area_t struct to resize
9056 bool QCamera3HardwareInterface::resetIfNeededROI(cam_area_t* roi, argument
12470 int32_t *roi = local
13311 cam_area_t roi; local
13328 cam_area_t roi; local
[all...]
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
H A Dcam_types.h1185 cam_rect_t roi[MAX_ROI]; member in struct:__anon2129
3160 cam_area_t af_roi; /* AF roi info */

Completed in 1577 milliseconds