/hardware/qcom/camera/QCamera2/HAL3/ |
QCamera3HWI.h | 166 static void convertFromRegions(cam_area_t &roi, const camera_metadata_t *settings, 168 static bool resetIfNeededROI(cam_area_t* roi, const cam_crop_region_t* scalerCropRegion);
|
/hardware/qcom/camera/ |
QCamera_Intf.h | 715 roi_t roi[MAX_ROI]; member in struct:__anon33116 976 struct fd_roi_t roi; member in union:__anon33145::__anon33146
|
/hardware/qcom/display/msm8084/liboverlay/ |
overlay.h | 146 /* Overloads display commit with ROI's of each halves. 147 * Single interface panels will only update left ROI. */
|
/hardware/qcom/display/msm8226/liboverlay/ |
overlay.h | 151 /* Overloads display commit with ROI's of each halves. 152 * Single interface panels will only update left ROI. */
|
/hardware/qcom/display/msm8909/liboverlay/ |
overlay.h | 151 /* Overloads display commit with ROI's of each halves. 152 * Single interface panels will only update left ROI. */
|
/hardware/qcom/display/msm8994/liboverlay/ |
overlay.h | 153 /* Overloads display commit with ROI's of each halves. 154 * Single interface panels will only update left ROI. */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
gdiplusheaders.h | 171 Effect *effect, RECT *ROI, 215 Status ApplyEffect(Effect *effect, RECT *ROI);
|
/external/opencv/cv/src/ |
cvderiv.cpp | 65 will write results into destination ROI and 79 horizontal convolution will write results into destination ROI */ 151 ( CvSize roi, int* bufsize ); 154 ( CvSize roi, int masksize, int* bufsize ); [all...] |
cvsamplers.cpp | 574 CV_ERROR( CV_StsBadSize, "destination ROI must be smaller than source ROI" ); [all...] |
cvcamshift.cpp | 89 CV_ERROR( CV_StsBadArg, "Initial window is not inside the image ROI" );
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
hwc.cpp | 669 /* When source split is enabled, right ROI will always be NULL since the 670 * ROI for the whole panel generated in a single coordinate system will 671 * be populuated in left ROI. So leave the right ROI untouched */ [all...] |
hwc_utils.cpp | [all...] |
/external/opencv3/modules/objdetect/include/opencv2/ |
objdetect.hpp | 326 //! struct for detection region of interest (ROI) 438 //! evaluate specified ROI and return confidence value for each location 444 //! evaluate specified ROI and return confidence value for each location in multiple scales
|
/external/opencv3/samples/cpp/ |
stitching_detailed.cpp | 760 Rect roi = warper->warpRoi(sz, K, cameras[i].R); local 761 corners[i] = roi.tl(); 762 sizes[i] = roi.size();
|
/hardware/qcom/camera/QCamera2/stack/common/ |
cam_types.h | 1035 cam_rect_t roi[MAX_ROI]; member in struct:__anon32737 [all...] |
/external/opencv/cxcore/src/ |
cxpersistence.cpp | 3979 CvRect roi; local [all...] |
/external/opencv3/modules/core/src/ |
persistence.cpp | 3923 CvRect roi; local [all...] |
/external/opencv3/modules/core/include/opencv2/core/ |
mat.hpp | 607 // select a ROI 608 Mat roi(img, Rect(10,10,100,100)); 609 // fill the ROI with (0,255,0) (which is green in RGB space); 611 roi = Scalar(0,255,0); [all...] |
cuda.hpp | 133 GpuMat(const GpuMat& m, Rect roi); 237 GpuMat operator ()(Rect roi) const; 246 //! moves/resizes the current GpuMat ROI inside the parent GpuMat
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_reconstruct.c | 1986 OMXSize roi; local [all...] |
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
ScanDetector.h | 175 * The roi rectangle must not include pixels outside of the original image
|
Scanner.h | 246 * The roi rectangle must not include pixels outside of the original image
|
/external/opencv/cv/include/ |
cvtypes.h | 72 CvRect rect; /* ROI of the component */
|
/external/opencv3/doc/tutorials/core/discrete_fourier_transform/ |
discrete_fourier_transform.markdown | 114 Mat q0(magI, Rect(0, 0, cx, cy)); // Top-Left - Create a ROI per quadrant
|
/external/opencv3/modules/imgproc/test/ocl/ |
test_filters.cpp | 65 bool, // roi or not
|