Home
last modified time | relevance | path

Searched refs:aperture (Results 1 – 25 of 53) sorted by relevance

123

/third_party/boost/boost/geometry/srs/projections/proj/
Disea.hpp214 int aperture; /* valid values depend on partitioning method */ member
678 g->aperture = 4; in isea_grid_init()
875 if (g->aperture == 3 && g->resolution % 2 != 0) { in isea_dddi()
879 if (g->aperture >0) { in isea_dddi()
880 … sidelength = (int) (math::pow(T(g->aperture), T(g->resolution / T(2))) + T(0.5)); in isea_dddi()
966 hexes = (int) (math::pow(T(g->aperture), T(g->resolution)) + T(0.5)); in isea_disn()
971 if (g->aperture == 3 && g->resolution % 2 == 1) { in isea_disn()
972 height = (int) (math::pow(T(g->aperture), T((g->resolution - 1) / T(2)))); in isea_disn()
978 … sidelength = (int) (math::pow(T(g->aperture), T(g->resolution / T(2))) + T(0.5)); in isea_disn()
1013 if (g->aperture == 3 && g->resolution % 2 != 0) { in isea_hex()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstedgedetect.cpp186 filter->aperture = 3; in gst_edge_detect_init()
209 filter->aperture = g_value_get_int (value); in gst_edge_detect_set_property()
234 g_value_set_int (value, filter->aperture); in gst_edge_detect_get_property()
266 filter->threshold2, filter->aperture); in gst_edge_detect_transform()
Dgstedgedetect.h76 int aperture; member
/third_party/mesa3d/src/intel/tools/
Dintel_noop_drm_shim.c319 struct drm_i915_gem_get_aperture *aperture = arg; in i915_gem_get_aperture() local
323 aperture->aper_size = 1ull << 48; in i915_gem_get_aperture()
324 aperture->aper_available_size = 1ull << 48; in i915_gem_get_aperture()
326 aperture->aper_size = 1ull << 31; in i915_gem_get_aperture()
327 aperture->aper_size = 1ull << 31; in i915_gem_get_aperture()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/interfaces/
Dphotography.h433 guint aperture; member
514 gboolean (*get_aperture) (GstPhotography * photo, guint * aperture);
526 gboolean (*set_aperture) (GstPhotography * photo, guint aperture);
581 guint * aperture);
627 gboolean gst_photography_set_aperture (GstPhotography * photo, guint aperture);
Dphotography.c201 GST_PHOTOGRAPHY_FUNC_TEMPLATE (aperture, guint);
/third_party/libdrm/intel/
Dintel_bufmgr.c367 struct drm_i915_gem_get_aperture aperture; in drm_intel_get_aperture_sizes() local
370 ret = drmIoctl(fd, DRM_IOCTL_I915_GEM_GET_APERTURE, &aperture); in drm_intel_get_aperture_sizes()
380 *total = aperture.aper_size; in drm_intel_get_aperture_sizes()
Dintel_bufmgr_gem.c3612 struct drm_i915_gem_get_aperture aperture; in drm_intel_bufmgr_gem_init() local
3636 memclear(aperture); in drm_intel_bufmgr_gem_init()
3639 &aperture); in drm_intel_bufmgr_gem_init()
3642 bufmgr_gem->gtt_size = aperture.aper_available_size; in drm_intel_bufmgr_gem_init()
/third_party/mesa3d/docs/_extra/specs/OLD/
DMESA_agp_offset.spec35 region into byte offsets into the AGP aperture.
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.c140 struct drm_i915_gem_get_aperture aperture = {}; in get_aperture_size() local
141 intel_ioctl(fd, DRM_IOCTL_I915_GEM_GET_APERTURE, &aperture); in get_aperture_size()
142 return aperture.aper_size; in get_aperture_size()
/third_party/openGLES/extensions/MESA/
DGLX_MESA_agp_offset.txt36 region into byte offsets into the AGP aperture.
/third_party/skia/third_party/externals/opengl-registry/extensions/MESA/
DGLX_MESA_agp_offset.txt36 region into byte offsets into the AGP aperture.
/third_party/boost/boost/gil/extension/io/raw/detail/
Ddevice.hpp61 float get_aperture() { return _processor_ptr.get()->imgdata.other.aperture; } in get_aperture()
/third_party/ffmpeg/libavfilter/
Dvf_lensfun.c80 float aperture; member
110 …{ "aperture", "aperture (constant for the duration of the use of this filter)", OFFSET(aperture), …
231 …lf_modifier_enable_vignetting_correction(lensfun->modifier, lensfun->aperture, lensfun->focus_dist… in config_props()
/third_party/gstreamer/gstplugins_bad/tests/examples/camerabin2/
Dgst-camerabin2-test.c244 static gint aperture = APERTURE_NONE; variable
913 if (aperture != APERTURE_NONE) in run_pipeline()
914 g_object_set (video_source, "aperture", aperture, NULL); in run_pipeline()
1148 {"aperture", '\0', 0, G_OPTION_ARG_INT, &aperture, in main()
/third_party/mesa3d/src/intel/dev/
Dintel_device_info.c1368 struct drm_i915_gem_get_aperture aperture = { 0 }; in intel_get_aperture_size() local
1370 int ret = intel_ioctl(fd, DRM_IOCTL_I915_GEM_GET_APERTURE, &aperture); in intel_get_aperture_size()
1372 *size = aperture.aper_size; in intel_get_aperture_size()
/third_party/mesa3d/docs/relnotes/
D10.0.3.rst157 aperture.
/third_party/boost/boost/geometry/srs/projections/
Ddpar.hpp397 aperture = 50, enumerator
Dspar.hpp502 BOOST_GEOMETRY_PROJECTIONS_DETAIL_STATIC_PARAM_I(aperture)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPU.td102 def FeatureApertureRegs : SubtargetFeature<"aperture-regs",
/third_party/libexif/po/
Den_AU.po3619 msgid "The lens aperture. The unit is the APEX value."
3620 msgstr "The lens aperture. The unit is the APEX value."
Den_GB.po3619 msgid "The lens aperture. The unit is the APEX value."
3620 msgstr "The lens aperture. The unit is the APEX value."
Dda.po14 # aperture -> blænde eller blændetal alt efter sammenhæng
3218 msgid "The lens aperture. The unit is the APEX value."
Dja.po3107 msgid "The lens aperture. The unit is the APEX value."
Dzh_CN.po3363 msgid "The lens aperture. The unit is the APEX value."

123