HomeSort by relevance Sort by last modified time
    Searched full:rational (Results 51 - 75 of 464) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/av/media/img_utils/include/img_utils/
TiffHelpers.h 72 RATIONAL,
116 case RATIONAL:
  /system/media/camera/docs/
camera_device_info.mako 24 message Rational {
68 repeated Rational elements = 1;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsSerializer.java 38 import android.util.Rational;
72 private static Object serializeRational(Rational rat) throws org.json.JSONException {
318 } else if (keyType == Rational.class) {
319 return new MetadataEntry(keyName, serializeRational((Rational)keyValue));
381 } else if (elmtType == Rational.class) {
384 jsonArray.put(serializeRational((Rational)Array.get(keyValue,i)));
581 } else if (elmtType == Rational.class) {
583 Array.set(val, i, new Rational(
595 Rational xform[] = new Rational[9]
    [all...]
  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
timecode.h 31 #include "rational.h"
44 AVRational rate; ///< frame rate in rational form
113 * @param rate frame rate in rational form
127 * @param rate frame rate in rational form
mathematics.h 27 #include "rational.h"
99 * Rescale a 64-bit integer by 2 rational numbers.
104 * Rescale a 64-bit integer by 2 rational numbers with specified rounding.
  /prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/
tagsoup-1.2.pom 8 <description>TagSoup is a SAX-compliant parser written in Java that, instead of parsing well-formed or valid XML, parses HTML as it is found in the wild: poor, nasty and brutish, though quite often far from short. TagSoup is designed for people who have to process this stuff using some semblance of a rational application design. By providing a SAX interface, it allows standard XML tools to be applied to even the worst HTML. TagSoup also includes a command-line processor that reads HTML files and can generate either clean HTML or well-formed XML that is a close approximation to XHTML.</description>
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraMetadataTest.java 23 import android.util.Rational;
443 // rational (single)
444 checkKeyGetAndSet("android.sensor.baseGainFactor", Rational.class, new Rational(1, 2));
488 // rational (n) -- in particular rational x 9
489 checkKeyGetAndSet("android.sensor.calibrationTransform1", Rational[].class,
490 new Rational[] {
491 new Rational(1, 2), new Rational(3, 4), new Rational(5, 6)
    [all...]
  /frameworks/base/media/java/android/media/
ExifInterface.java 102 /** Type is rational. */
104 /** Type is rational. */
120 /** Type is rational. */
122 /** Type is rational. */
124 /** Type is rational. */
130 /** Type is rational. */
132 /** Type is rational. */
134 /** Type is rational. */
142 /** Type is rational. */
160 /** Type is rational. *
    [all...]
  /external/dng_sdk/source/
dng_rational.h 15 * Signed and unsigned rational data types.
  /external/piex/src/tiff_directory/
tiff_directory.cc 104 bool TiffDirectory::Get(const Tag tag, Rational* value) const {
105 std::vector<Rational> my_values;
113 bool TiffDirectory::Get(const Tag tag, std::vector<Rational>* value) const {
124 std::vector<Rational> my_value(directory_entry->count);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
gmp.info 75 Node: Rational Number Functions133525
77 Node: Rational Conversions137179
78 Node: Rational Arithmetic138911
169 Node: Rational Internals349801
  /system/core/include/utils/
LinearTransform.h 27 // scale factor is expressed as a rational number using two 32 bit values.
  /packages/apps/Camera2/src/com/android/camera/app/
FirstRunDialog.java 25 import com.android.camera.exif.Rational;
49 private static final Rational DEFAULT_ASPECT_RATIO = ResolutionUtil.ASPECT_RATIO_4x3;
158 public void onConfirm(Rational aspectRatio) {
  /external/ceres-solver/data/nist/
MGH09.dat 31 Model: Rational Class (linear/quadratic)
Thurber.dat 31 Model: Rational Class (cubic/cubic)
  /external/libexif/libexif/
exif-format.c 38 {EXIF_FORMAT_RATIONAL, N_("Rational"), 8},
exif-utils.h 59 /*! EXIF Unsigned Rational data type */
64 /*! EXIF Signed Rational data type */
  /frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryableColorSpaceTransform.java 37 /** rational x 3 x 3 */
  /packages/apps/Launcher3/
update_gallery_files.py 26 src/com/android/gallery3d/exif/Rational.java
update_system_wallpaper_cropper.py 27 com/android/gallery3d/exif/Rational.java
  /prebuilts/gdb/darwin-x86/lib/python2.7/
numbers.py 11 __all__ = ["Number", "Complex", "Real", "Rational", "Integral"]
270 class Rational(Real):
295 class Integral(Rational):
375 # Concrete implementations of Rational and Real abstract methods.
  /prebuilts/gdb/linux-x86/lib/python2.7/
numbers.py 11 __all__ = ["Number", "Complex", "Real", "Rational", "Integral"]
270 class Rational(Real):
295 class Integral(Rational):
375 # Concrete implementations of Rational and Real abstract methods.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
numbers.py 11 __all__ = ["Number", "Complex", "Real", "Rational", "Integral"]
270 class Rational(Real):
295 class Integral(Rational):
375 # Concrete implementations of Rational and Real abstract methods.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
numbers.py 11 __all__ = ["Number", "Complex", "Real", "Rational", "Integral"]
270 class Rational(Real):
295 class Integral(Rational):
375 # Concrete implementations of Rational and Real abstract methods.
  /frameworks/av/media/img_utils/src/
TiffEntry.cpp 88 if (type == LONG || type == RATIONAL) {
169 case RATIONAL: {

Completed in 325 milliseconds

1 23 4 5 6 7 8 91011>>