/third_party/boost/boost/geometry/srs/projections/proj/ |
D | isea.hpp | 214 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/ |
D | gstedgedetect.cpp | 186 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()
|
D | gstedgedetect.h | 76 int aperture; member
|
/third_party/mesa3d/src/intel/tools/ |
D | intel_noop_drm_shim.c | 319 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/ |
D | photography.h | 433 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);
|
D | photography.c | 201 GST_PHOTOGRAPHY_FUNC_TEMPLATE (aperture, guint);
|
/third_party/libdrm/intel/ |
D | intel_bufmgr.c | 367 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()
|
D | intel_bufmgr_gem.c | 3612 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/ |
D | MESA_agp_offset.spec | 35 region into byte offsets into the AGP aperture.
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_screen.c | 140 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/ |
D | GLX_MESA_agp_offset.txt | 36 region into byte offsets into the AGP aperture.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/MESA/ |
D | GLX_MESA_agp_offset.txt | 36 region into byte offsets into the AGP aperture.
|
/third_party/boost/boost/gil/extension/io/raw/detail/ |
D | device.hpp | 61 float get_aperture() { return _processor_ptr.get()->imgdata.other.aperture; } in get_aperture()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_lensfun.c | 80 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/ |
D | gst-camerabin2-test.c | 244 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/ |
D | intel_device_info.c | 1368 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/ |
D | 10.0.3.rst | 157 aperture.
|
/third_party/boost/boost/geometry/srs/projections/ |
D | dpar.hpp | 397 aperture = 50, enumerator
|
D | spar.hpp | 502 BOOST_GEOMETRY_PROJECTIONS_DETAIL_STATIC_PARAM_I(aperture)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPU.td | 102 def FeatureApertureRegs : SubtargetFeature<"aperture-regs",
|
/third_party/libexif/po/ |
D | en_AU.po | 3619 msgid "The lens aperture. The unit is the APEX value." 3620 msgstr "The lens aperture. The unit is the APEX value."
|
D | en_GB.po | 3619 msgid "The lens aperture. The unit is the APEX value." 3620 msgstr "The lens aperture. The unit is the APEX value."
|
D | da.po | 14 # aperture -> blænde eller blændetal alt efter sammenhæng 3218 msgid "The lens aperture. The unit is the APEX value."
|
D | ja.po | 3107 msgid "The lens aperture. The unit is the APEX value."
|
D | zh_CN.po | 3363 msgid "The lens aperture. The unit is the APEX value."
|