/hardware/qcom/display/msm8994/libqdutils/ |
mdp_version.cpp | 227 ALOGI("Min ROI Width: %d", mPanelInfo.mMinROIWidth); 231 ALOGI("Min ROI Height: %d", mPanelInfo.mMinROIHeight); 235 ALOGI("Needs ROI Merge: %d", mPanelInfo.mNeedsROIMerge);
|
/hardware/qcom/msm8994/original-kernel-headers/media/ |
msm_vpu.h | 222 /* roi where active region detection is applied */ 224 /* roi(s) excluded from active region detection*/ 293 * VPU_CTRL_ACTIVE_REGION_RESULT: detected active region roi (get only)
|
/hardware/qcom/msm8996/original-kernel-headers/media/ |
msm_vpu.h | 222 /* roi where active region detection is applied */ 224 /* roi(s) excluded from active region detection*/ 293 * VPU_CTRL_ACTIVE_REGION_RESULT: detected active region roi (get only)
|
/external/opencv/cv/include/ |
cvcompat.h | [all...] |
/external/opencv3/modules/core/src/ |
directx.cpp | 728 // TODO Add support for roi 787 // TODO Add support for roi [all...] |
matrix.cpp | 482 Mat::Mat(const Mat& m, const Rect& roi) 483 : flags(m.flags), dims(2), rows(roi.height), cols(roi.width), 484 data(m.data + roi.y*m.step[0]), 489 flags &= roi.width < m.cols ? ~CONTINUOUS_FLAG : -1; 490 flags |= roi.height == 1 ? CONTINUOUS_FLAG : 0; 493 data += roi.x*esz; 494 CV_Assert( 0 <= roi.x && 0 <= roi.width && roi.x + roi.width <= m.cols & [all...] |
/device/huawei/angler/camera/QCamera2/HAL3/ |
QCamera3HWI.h | 144 static void convertFromRegions(cam_area_t &roi, const camera_metadata_t *settings, 146 static bool resetIfNeededROI(cam_area_t* roi, const cam_crop_region_t* scalerCropRegion);
|
/device/lge/bullhead/camera/QCamera2/HAL3/ |
QCamera3HWI.h | 144 static void convertFromRegions(cam_area_t &roi, const camera_metadata_t *settings, 146 static bool resetIfNeededROI(cam_area_t* roi, const cam_crop_region_t* scalerCropRegion);
|
/external/clang/test/Index/ |
comment-lots-of-unknown-commands.c | 92 @roi 238 // CHECK: (CXComment_InlineCommand CommandName=[roi] RenderNormal HasTrailingNewline)
|
/external/mesa3d/src/mesa/swrast/ |
s_texture.c | 173 * (x,y,w,h) defines a region of interest (ROI). Reading/writing texels 174 * outside of the ROI is undefined.
|
/external/neven/Embedded/common/src/b_APIEm/ |
BFFaceFinder.h | 139 * The roi rectangle must not include pixels outside of the original image 172 * The roi rectangle must not include pixels outside of the original image
|
/external/opencv3/doc/py_tutorials/py_objdetect/py_face_detection/ |
py_face_detection.markdown | 107 as Rect(x,y,w,h). Once we get these locations, we can create a ROI for the face and apply eye 108 detection on this ROI (since eyes are always on the face !!! ).
|
/external/opencv3/modules/imgproc/test/ocl/ |
test_imgproc.cpp | 68 bool) // roi or not 112 bool) // roi or not
|
/external/opencv3/modules/imgproc/test/ |
test_histograms.cpp | [all...] |
/external/opencv3/modules/superres/test/ |
test_superres.cpp | 77 cv::Rect ROI(0, 0, (origFrame_.cols / scale_) * scale_, (origFrame_.rows / scale_) * scale_); 78 cv::superres::arrCopy(origFrame_(ROI), frame);
|
/external/opencv3/modules/video/src/ |
compat_video.cpp | 80 cv::Rect roi = rr.boundingRect() & cv::Rect(0, 0, img.cols, img.rows); local 81 comp->area = cvRound(cv::sum(img(roi))[0]);
|
/hardware/qcom/display/msm8084/liboverlay/ |
overlayMdp.h | 56 * Sets ROI, the unpadded region, for source buffer. 57 * Dim - ROI dimensions.
|
/hardware/qcom/display/msm8226/liboverlay/ |
overlayMdp.h | 56 * Sets ROI, the unpadded region, for source buffer. 57 * Dim - ROI dimensions.
|
/hardware/qcom/display/msm8909/liboverlay/ |
overlayMdp.h | 56 * Sets ROI, the unpadded region, for source buffer. 57 * Dim - ROI dimensions.
|
/hardware/qcom/display/msm8960/liboverlay/ |
overlayMdp.h | 56 * Sets ROI, the unpadded region, for source buffer. 57 * Dim - ROI dimensions.
|
/hardware/qcom/display/msm8994/liboverlay/ |
overlayMdp.h | 56 * Sets ROI, the unpadded region, for source buffer. 57 * Dim - ROI dimensions.
|
/external/ImageMagick/coders/ |
dcm.c | 437 { 0x0011, 0x0027, "SL", "ROI Top Left" }, 438 { 0x0011, 0x0028, "SL", "ROI Bottom Right" }, [all...] |
/external/opencv3/modules/imgproc/src/ |
filter.cpp | 166 roi = _roi; 167 CV_Assert( roi.x >= 0 && roi.y >= 0 && roi.width >= 0 && roi.height >= 0 && 168 roi.x + roi.width <= wholeSize.width && 169 roi.y + roi.height <= wholeSize.height ); 179 if( maxWidth < roi.width || _maxBufRows != (int)rows.size() [all...] |
/device/moto/shamu/camera/QCamera2/HAL3/ |
QCamera3HWI.cpp | 6685 cam_area_t roi; local 6698 cam_area_t roi; local [all...] |
/external/libvpx/libvpx/test/ |
set_roi.cc | 73 << "vp8_set_roimap roi failed with default test parameters";
|