Home
last modified time | relevance | path

Searched refs:TYPE_DOUBLE (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/core/java/android/provider/
H A DMetadataReader.java62 private static final int TYPE_DOUBLE = 1; field in MetadataReader
95 TYPE_MAPPING.put(ExifInterface.TAG_WHITE_POINT, TYPE_DOUBLE); in TYPE_MAPPING.put() argument
96 TYPE_MAPPING.put(ExifInterface.TAG_X_RESOLUTION, TYPE_DOUBLE); in TYPE_MAPPING.put() argument
100 TYPE_MAPPING.put(ExifInterface.TAG_Y_RESOLUTION, TYPE_DOUBLE); in TYPE_MAPPING.put() argument
119 TYPE_MAPPING.put(ExifInterface.TAG_F_NUMBER, TYPE_DOUBLE); in TYPE_MAPPING.put() argument
122 TYPE_MAPPING.put(ExifInterface.TAG_FLASH_ENERGY, TYPE_DOUBLE); in TYPE_MAPPING.put() argument
124 TYPE_MAPPING.put(ExifInterface.TAG_FOCAL_LENGTH, TYPE_DOUBLE); in TYPE_MAPPING.put() argument
162 TYPE_MAPPING.put(ExifInterface.TAG_GPS_DOP, TYPE_DOUBLE); in TYPE_MAPPING.put() argument
183 TYPE_MAPPING.put(ExifInterface.TAG_GPS_SPEED, TYPE_DOUBLE); in TYPE_MAPPING.put() argument
187 TYPE_MAPPING.put(ExifInterface.TAG_GPS_TRACK, TYPE_DOUBLE); in TYPE_MAPPING.put() argument
[all …]
/aosp14/frameworks/base/core/java/android/hardware/camera2/marshal/
H A DMarshalHelpers.java64 case TYPE_DOUBLE: in getPrimitiveTypeSize()
222 case TYPE_DOUBLE: in toStringNativeType()
247 case TYPE_DOUBLE: in checkNativeType()
274 case TYPE_DOUBLE: in getPrimitiveTypeClass()
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/format/
H A DPrimitiveFormat.java45 return createFormat(FrameFormat.TYPE_DOUBLE, count, target); in createDoubleFormat()
65 return createFormat(FrameFormat.TYPE_DOUBLE, target); in createDoubleFormat()
/aosp14/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryablePrimitive.java91 checkNativeTypeEquals(TYPE_DOUBLE, mNativeType); in marshal()
141 case TYPE_DOUBLE: in unmarshalObject()
176 return nativeType == TYPE_DOUBLE; in isTypeMappingSupported()
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrameFormat.java36 public static final int TYPE_DOUBLE = 6; field in FrameFormat
81 return mBaseType >= TYPE_BIT && mBaseType <= TYPE_DOUBLE; in isBinaryDataType()
324 case TYPE_DOUBLE: in bytesPerSampleOf()
354 case TYPE_DOUBLE: return "double"; in baseTypeToString()
H A DSimpleFrame.java64 case FrameFormat.TYPE_DOUBLE: in initWithFormat()
/aosp14/frameworks/base/tools/streaming_proto/
H A Dstream_proto_utils.cpp45 case FieldDescriptorProto::TYPE_DOUBLE: in get_proto_type()
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DTypedProperties.java99 static final int TYPE_DOUBLE = 'F' | 8 << 8; field in TypedProperties
126 return TYPE_DOUBLE; in interpretType()
/aosp14/frameworks/base/media/java/android/media/
H A DMediaMetrics.java210 private static final int TYPE_DOUBLE = 3; // Java double field in MediaMetrics
520 .put((byte) TYPE_DOUBLE) in putDouble()
735 case TYPE_DOUBLE: in toBundle()
/aosp14/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp149 METADATA_UPDATE(TYPE_DOUBLE, double); in updateAny()
289 case TYPE_DOUBLE: in CameraMetadata_update()
850 case TYPE_DOUBLE: in CameraMetadata_getAllVendorKeys()
/aosp14/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java161 private static final String TYPE_DOUBLE = "d"; field in Content.Parser
455 } else if (TYPE_DOUBLE.equalsIgnoreCase(type)) { in parseBindValue()
/aosp14/frameworks/base/tools/incident_report/
H A Dmain.cpp167 case FieldDescriptor::TYPE_DOUBLE: in print_value()
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java558 public static final int TYPE_DOUBLE = 4; field in CameraMetadataNative
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt15410 Landroid/filterfw/core/FrameFormat;->TYPE_DOUBLE:I
19225 Landroid/hardware/camera2/impl/CameraMetadataNative;->TYPE_DOUBLE:I
42041 Landroid/provider/MetadataReader;->TYPE_DOUBLE:I
85378 Lcom/android/internal/util/TypedProperties;->TYPE_DOUBLE:I