Searched refs:aperture (Results 1 - 9 of 9) sorted by relevance
/external/opencv3/modules/imgproc/perf/ |
H A D | perf_canny.cpp | 22 int aperture = get<1>(GetParam()); local 34 TEST_CYCLE() Canny(img, edges, thresh_low, thresh_high, aperture, useL2);
|
/external/opencv3/modules/core/perf/opencl/ |
H A D | perf_bufferpool.cpp | 91 int aperture = 3; local 102 Canny(src, dst, thresh_low, thresh_high, aperture, useL2);
|
/external/mesa3d/docs/ |
H A D | MESA_agp_offset.spec | 36 region into byte offsets into the AGP aperture. 70 aperture. The function
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
H A D | ImfStandardAttributes.h | 200 // aperture -- the camera's lens aperture, in f-stops (focal length 204 IMF_STD_ATTRIBUTE_DEF (aperture, Aperture, float)
|
H A D | ImfStandardAttributes.cpp | 107 IMF_STD_ATTRIBUTE_IMP (aperture, Aperture, float)
|
/external/libdrm/intel/ |
H A D | intel_bufmgr.c | 362 fprintf(stderr, "%s: Mappable aperture size hardcoded to 64MiB\n"); 371 struct drm_i915_gem_get_aperture aperture; local 374 ret = drmIoctl(fd, DRM_IOCTL_I915_GEM_GET_APERTURE, &aperture); 384 *total = aperture.aper_size;
|
H A D | intel_bufmgr_gem.c | 593 * and require tiled buffer to be size aligned in the aperture. 596 * aperture. Optimal packing is for wimps. 759 * cache and in the aperture for us. 2097 * state, and then check if it still fits in the aperture. 2758 * Return the additional aperture space required by the tree of buffer objects 2828 * Return a conservative estimate for the amount of aperture required 2846 * Return the amount of aperture needed for a collection of buffers. 2884 * to a tree of buffers that won't simultaneously fit in the aperture, 2890 * covering almost all of the aperture means that at each emit we end up 2917 DBG("check_space: overflowed available aperture, " 3313 struct drm_i915_gem_get_aperture aperture; local [all...] |
/external/opencv/cv/src/ |
H A D | _cvimgproc.h | 56 ( const void* src, int srcstep, void* dst, int dststep, CvSize roi, int aperture );
|
H A D | _cvipp.h | 443 ( const void* src, int srcstep, void* dst, int dststep, CvSize roi, int aperture ))
|
Completed in 1028 milliseconds