Home
last modified time | relevance | path

Searched full:focal (Results 1 – 25 of 107) sorted by relevance

12345

/external/flac/
D.travis.yml6 dist: focal
11 dist: focal
16 dist: focal
21 # dist: focal
24 # env: BUILD_SYSTEM="cmake" CONFIGURE_OPTS=-DWITH_STACK_PROTECTOR=OFF # Clang on focal arm64 see…
26 dist: focal
31 dist: focal
36 dist: focal
41 dist: focal
46 dist: focal
[all …]
/external/google-fruit/extras/dockerfiles/
Dubuntu-20.04_custom.list1 deb http://apt.llvm.org/focal/ llvm-toolchain-focal-9 main
2 deb-src http://apt.llvm.org/focal/ llvm-toolchain-focal-9 main
3 deb http://apt.llvm.org/focal/ llvm-toolchain-focal-10 main
4 deb-src http://apt.llvm.org/focal/ llvm-toolchain-focal-10 main
Dubuntu-20.10_custom.list1 deb http://apt.llvm.org/focal/ llvm-toolchain-focal-9 main
2 deb-src http://apt.llvm.org/focal/ llvm-toolchain-focal-9 main
3 deb http://apt.llvm.org/focal/ llvm-toolchain-focal-10 main
4 deb-src http://apt.llvm.org/focal/ llvm-toolchain-focal-10 main
DDockerfile.ubuntu_arm-20.041 FROM multiarch/ubuntu-core:arm64-focal
/external/openthread/.github/workflows/
Dbuild.yml231 echo 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal main
232 deb-src http://apt.llvm.org/focal/ llvm-toolchain-focal main
234 deb http://apt.llvm.org/focal/ llvm-toolchain-focal-13 main
235 …deb-src http://apt.llvm.org/focal/ llvm-toolchain-focal-13 main' | sudo tee -a /etc/apt/sources.li…
264 echo 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal main
265 deb-src http://apt.llvm.org/focal/ llvm-toolchain-focal main
267 deb http://apt.llvm.org/focal/ llvm-toolchain-focal-13 main
268 …deb-src http://apt.llvm.org/focal/ llvm-toolchain-focal-13 main' | sudo tee -a /etc/apt/sources.li…
/external/libbpf/
D.travis.yml3 dist: focal
90 - name: Ubuntu Focal Build
94 - name: Ubuntu Focal Build (arm)
99 - name: Ubuntu Focal Build (s390x)
104 - name: Ubuntu Focal Build (ppc64le)
123 …- sudo echo 'deb-src http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse' …
/external/libvpx/tools/3D-Reconstruction/sketch_3D_reconstruction/
DTransform.pde4 float focal; // the focal distacne of real camera
14 this.focal = 0.5f * h / tan(fov / 2.0);
23 float x = (i - w / 2.0f) * z / focal;
24 float y = (j - h / 2.0f) * z / focal;
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dgradient_paint.inl11 tvec2<T, P> const & Focal, argument
15 tvec2<T, P> F = Focal - Center;
16 tvec2<T, P> D = Position - Focal;
/external/skia/modules/svg/src/
DSkSVGRadialGradient.cpp38 const auto focal = SkPoint::Make( in onMakeShader() local
49 return center == focal in onMakeShader()
51 : SkGradientShader::MakeTwoPointConical(focal, 0, center, r, colors, nullptr, pos, in onMakeShader()
/external/libusb/
D.travis.yml9 dist: focal
12 dist: focal
/external/jazzer-api/.github/workflows/
Dcheck-formatting.yml28 sudo add-apt-repository 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-13 main'
/external/skia/modules/svg/include/
DSkSVGAttribute.h32 kFx, // <radialGradient>: focal point x position
33 kFy, // <radialGradient>: focal point y position
/external/libexif/po/
Des.po1336 msgid "Focal Length"
1337 msgstr "Distancia focal"
1500 msgid "Long Focal Length of Lens"
1501 msgstr "Distancia focal"
1505 msgid "Short Focal Length of Lens"
1506 msgstr "Distancia focal"
1510 msgid "Focal Units per mm"
1511 msgstr "Distancia focal"
1573 msgid "Focal Type"
1574 msgstr "Distancia focal"
[all …]
Den_GB.po1289 msgid "Focal Length"
1290 msgstr "Focal Length"
1436 msgid "Long Focal Length of Lens"
1437 msgstr "Long Focal Length of Lens"
1440 msgid "Short Focal Length of Lens"
1441 msgstr "Short Focal Length of Lens"
1444 msgid "Focal Units per mm"
1445 msgstr "Focal Units per mm"
1496 msgid "Focal Type"
1497 msgstr "Focal Type"
[all …]
Den_AU.po1289 msgid "Focal Length"
1290 msgstr "Focal Length"
1436 msgid "Long Focal Length of Lens"
1437 msgstr "Long Focal Length of Lens"
1440 msgid "Short Focal Length of Lens"
1441 msgstr "Short Focal Length of Lens"
1444 msgid "Focal Units per mm"
1445 msgstr "Focal Units per mm"
1496 msgid "Focal Type"
1497 msgstr "Focal Type"
[all …]
Dfr.po1337 msgid "Focal Length"
1502 msgid "Long Focal Length of Lens"
1507 msgid "Short Focal Length of Lens"
1512 msgid "Focal Units per mm"
1574 msgid "Focal Type"
1579 msgid "Focal Plane X Size"
1580 msgstr "x-Résolution du plan focal"
1584 msgid "Focal Plane Y Size"
1585 msgstr "x-Résolution du plan focal"
3695 "The actual focal length of the lens, in mm. Conversion is not made to the "
[all …]
Dpt_BR.po1290 msgid "Focal Length"
1291 msgstr "Comprimento focal"
1437 msgid "Long Focal Length of Lens"
1438 msgstr "Longa distância focal das lentes"
1441 msgid "Short Focal Length of Lens"
1442 msgstr "Curta distância focal das lentes"
1445 msgid "Focal Units per mm"
1446 msgstr "Unidades focal por mm"
1497 msgid "Focal Type"
1501 msgid "Focal Plane X Size"
[all …]
/external/skia/src/shaders/gradients/
DSkTwoPointConicalGradient.cpp27 // See https://skia.org/dev/design/conical for what focal data means and how our shader works.
30 SkScalar fR1; // r1 after mapping focal point to (0, 0)
35 // We'll post concat matrix with our transformation matrix that maps focal point to (0, 0).
39 // Whether the focal point (0, 0) is on the end circle with center (1, 0) and radius r1. If
41 // will go through the focal point (aircraft). In our previous implementations, this was
42 // known as the edge case where the inside circle touches the outside circle (on the focal
122 // Map {focal point, (1, 0)} to {(0, 0), (1, 0)} in set()
/external/mbedtls/
D.travis.yml29 dist: focal
41 # Travis's focal instances, but we want Clang >= 10.
/external/pdfium/third_party/libtiff/
Dtiff.h792 #define EXIFTAG_FOCALLENGTH 37386 /* Lens focal length */
808 #define EXIFTAG_FOCALPLANEXRESOLUTION 41486 /* Focal plane X resolution */
809 #define EXIFTAG_FOCALPLANEYRESOLUTION 41487 /* Focal plane Y resolution */
811 41488 /* Focal plane resolution unit \
823 #define EXIFTAG_FOCALLENGTHIN35MMFILM 41989 /* Focal length in 35 mm film */
875 42034 /* minimum focal length (in mm), maximum focal length (in mm), \
876 minimum F number in the minimum focal length, and minimum F \
877 number in the maximum focal length, */
/external/dynamic_depth/internal/dynamic_depth/
Ddepth_map.cc224 LOG(ERROR) << "Focal table entries must consist of pairs"; in FromData()
343 LOG(ERROR) << "Focal table encoding failed"; in Serialize()
352 LOG(ERROR) << "Focal table or entry count could not be serialized"; in Serialize()
/external/libexif/libexif/
Dexif-tag.c581 {EXIF_TAG_FOCAL_LENGTH, "FocalLength", N_("Focal Length"),
582 N_("The actual focal length of the lens, in mm. Conversion is not "
583 "made to the focal length of a 35 mm film camera."),
741 N_("Focal Plane X-Resolution"),
743 "per <FocalPlaneResolutionUnit> on the camera focal plane."),
746 N_("Focal Plane Y-Resolution"),
748 "per <FocalPlaneResolutionUnit> on the camera focal plane."),
751 N_("Focal Plane Resolution Unit"),
811 N_("Focal Length in 35mm Film"),
812 N_("This tag indicates the equivalent focal length assuming a "
[all …]
/external/ot-br-posix/.github/workflows/
Ddocker.yml81 - image_tag: "focal"
82 base_image: "ubuntu:focal"
/external/python/portpicker/
D.travis.yml11 dist: focal
/external/python/cpython3/Lib/test/
Dtest_platform.py37 VERSION="20.04.1 LTS (Focal Fossa)"
46 VERSION_CODENAME=focal
47 UBUNTU_CODENAME=focal
506 self.assertEqual(info["VERSION_CODENAME"], "focal")

12345