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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Dset_maps.c67 vpx_roi_map_t roi = {0}; local
69 roi.rows = (cfg->g_h + 15) / 16;
70 roi.cols = (cfg->g_w + 15) / 16;
72 roi.delta_q[0] = 0;
73 roi.delta_q[1] = -2;
74 roi.delta_q[2] = -4;
75 roi.delta_q[3] = -6;
77 roi.delta_lf[0] = 0;
78 roi.delta_lf[1] = 1;
79 roi
[all...]
/hardware/qcom/display/msm8996/sdm/libs/utils/
H A Drect.cpp49 void Log(DebugTag debug_tag, const char *prefix, const LayerRect &roi) { argument
51 prefix, roi.left, roi.top, roi.right, roi.bottom);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8_cx_iface.c1134 vpx_roi_map_t *roi = (vpx_roi_map_t *)data; local
1136 if (!vp8_set_roimap(ctx->cpi, roi->roi_map, roi->rows, roi->cols, roi->delta_q, roi->delta_lf, roi->static_threshold))
/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.cpp2232 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary) argument
2234 if(!isValidRect(roi))
2235 return roi;
2237 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.cpp2243 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary) argument
2245 if(!isValidRect(roi))
2246 return roi;
2248 struct hwc_rect t_roi = roi;
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_mdpcomp.cpp518 hwc_rect_t roi = ctx->listStats[mDpy].lRoi; local
519 fbRect = getIntersection(fbRect, roi);
573 struct hwc_rect roi = (struct hwc_rect){0, 0, 0, 0}; local
588 roi = getUnion(roi, dirtyRect);
593 if(!isValidRect(roi))
597 roi = getSanitizeROI(roi, fullFrame);
599 ctx->listStats[mDpy].lRoi = roi;
H A Dhwc_utils.cpp2710 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary) argument
2712 if(!isValidRect(roi))
2713 return roi;
2715 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.cpp2624 hwc_rect expandROIFromMidPoint(hwc_rect roi, hwc_rect fullFrame) { argument
2633 hwc_rect lRoi = getIntersection(roi, lFrame);
2634 hwc_rect rRoi = getIntersection(roi, rFrame);
2641 roi.left = half_frame_width - rRoiWidth;
2643 roi.right = half_frame_width + lRoiWidth;
2645 return roi;
2667 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary) argument
2669 if(!isValidRect(roi))
2670 return roi;
2672 struct hwc_rect t_roi = roi;
[all...]
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp5237 LOGD("Adding reprocess crop roi map for stream %dx%d, %dx%d",
5778 void QCamera3HardwareInterface::convertFromRegions(cam_area_t &roi, argument
5787 roi.weight = frame_settings.find(tag).data.i32[4];
5788 roi.rect.left = x_min;
5789 roi.rect.top = y_min;
5790 roi.rect.width = x_max - x_min;
5791 roi.rect.height = y_max - y_min;
5797 * DESCRIPTION: helper method to reset the roi if it is greater than scaler
5801 * @roi : cam_area_t struct to resize
5806 bool QCamera3HardwareInterface::resetIfNeededROI(cam_area_t* roi, argument
8921 cam_area_t roi; local
8938 cam_area_t roi; local
[all...]
/hardware/qcom/camera/
H A DQCamera_Intf.h715 roi_t roi[MAX_ROI]; member in struct:__anon2731
976 struct fd_roi_t roi; member in union:__anon2760::__anon2761
/hardware/qcom/camera/QCamera2/stack/common/
H A Dcam_types.h1023 cam_rect_t roi[MAX_ROI]; member in struct:__anon2364

Completed in 1292 milliseconds