HomeSort by relevance Sort by last modified time
    Searched refs:tagType (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/dng_sdk/source/
dng_tag_types.cpp 20 uint32 TagTypeSize (uint32 tagType)
23 switch (tagType)
dng_shared.cpp 103 uint32 tagType,
114 CheckTagType (parentCode, tagCode, tagType, ttShort);
118 fCalibrationIlluminant1 = stream.TagValue_uint32 (tagType);
139 CheckTagType (parentCode, tagCode, tagType, ttShort);
143 fCalibrationIlluminant2 = stream.TagValue_uint32 (tagType);
164 CheckTagType (parentCode, tagCode, tagType, ttSRational);
179 tagType,
206 CheckTagType (parentCode, tagCode, tagType, ttSRational);
232 tagType,
268 CheckTagType (parentCode, tagCode, tagType, ttSRational)
    [all...]
dng_exif.cpp 756 uint32 tagType,
768 tagType,
786 tagType,
805 tagType,
823 tagType,
841 tagType,
864 uint32 tagType,
875 CheckTagType (parentCode, tagCode, tagType, ttAscii);
905 CheckTagType (parentCode, tagCode, tagType, ttAscii);
935 CheckTagType (parentCode, tagCode, tagType, ttAscii)
    [all...]
dng_ifd.cpp 264 uint32 tagType,
279 CheckTagType (parentCode, tagCode, tagType, ttLong);
285 fNewSubFileType = stream.TagValue_uint32 (tagType);
308 CheckTagType (parentCode, tagCode, tagType, ttShort, ttLong);
312 fImageWidth = stream.TagValue_uint32 (tagType);
330 CheckTagType (parentCode, tagCode, tagType, ttShort, ttLong);
334 fImageLength = stream.TagValue_uint32 (tagType);
352 CheckTagType (parentCode, tagCode, tagType, ttShort);
370 uint32 x = stream.TagValue_uint32 (tagType);
430 CheckTagType (parentCode, tagCode, tagType, ttShort)
    [all...]
dng_tag_types.h 46 uint32 TagTypeSize (uint32 tagType);
dng_stream.cpp 796 uint32 dng_stream::TagValue_uint32 (uint32 tagType)
799 switch (tagType)
814 real64 x = TagValue_real64 (tagType);
828 int32 dng_stream::TagValue_int32 (uint32 tagType)
831 switch (tagType)
845 real64 x = TagValue_real64 (tagType);
871 dng_urational dng_stream::TagValue_urational (uint32 tagType)
879 switch (tagType)
924 result.n = TagValue_uint32 (tagType);
935 int32 n = TagValue_int32 (tagType);
    [all...]
dng_parse_utils.h 43 const char * LookupTagType (uint32 tagType);
126 uint32 tagType,
154 uint32 tagType,
207 uint32 tagType,
216 uint32 tagType,
224 uint32 tagType,
dng_info.cpp 102 uint32 tagType,
137 tagType,
153 tagType,
169 tagType,
180 tagType == ttUndefined &&
201 tagType == ttUndefined &&
265 tagType == ttUndefined &&
305 LookupTagType (tagType),
308 tagType,
316 else if (tagType == ttAscii
    [all...]
dng_shared.h 105 uint32 tagType,
215 uint32 tagType,
231 uint32 tagType,
239 uint32 tagType,
dng_exif.h 296 uint32 tagType,
309 uint32 tagType,
317 uint32 tagType,
325 uint32 tagType,
333 uint32 tagType,
341 uint32 tagType,
dng_parse_utils.cpp 576 const char * LookupTagType (uint32 tagType)
598 const char *name = LookupName (tagType,
610 sprintf (s, "Type%u", (unsigned) tagType);
    [all...]
dng_stream.h 504 /// \param tagType Tag type of data stored in stream.
509 uint32 TagValue_uint32 (uint32 tagType);
514 /// \param tagType Tag type of data stored in stream.
519 int32 TagValue_int32 (uint32 tagType);
524 /// \param tagType Tag type of data stored in stream.
529 dng_urational TagValue_urational (uint32 tagType);
534 /// \param tagType Tag type of data stored in stream.
539 dng_srational TagValue_srational (uint32 tagType);
544 /// \param tagType Tag type of data stored in stream.
549 real64 TagValue_real64 (uint32 tagType);
    [all...]
dng_info.h 105 uint32 tagType,
  /frameworks/base/core/java/android/security/keymaster/
KeymasterArguments.java 70 int tagType = KeymasterDefs.getTagType(tag);
71 if ((tagType != KeymasterDefs.KM_ENUM) && (tagType != KeymasterDefs.KM_ENUM_REP)) {
141 int tagType = KeymasterDefs.getTagType(tag);
142 if ((tagType != KeymasterDefs.KM_UINT) && (tagType != KeymasterDefs.KM_UINT_REP)) {
177 int tagType = KeymasterDefs.getTagType(tag);
178 if ((tagType != KeymasterDefs.KM_ULONG) && (tagType != KeymasterDefs.KM_ULONG_REP)) {
  /external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
Disassembler.h 47 int TagType;
76 LLVMDisasmContext(std::string tripleName, void *disInfo, int tagType,
83 DisInfo(disInfo), TagType(tagType), GetOpInfo(getOpInfo),
  /hardware/interfaces/camera/common/1.0/
types.hal 107 CameraMetadataType tagType;
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
ImageHeaderParser.java 217 int tagOffset, tagType, formatCode, componentCount;
221 tagType = segmentData.getInt16(tagOffset);
224 if (tagType != ORIENTATION_TAG_TYPE) {
248 Log.d(TAG, "Got tagIndex=" + i + " tagType=" + tagType + " formatCode =" + formatCode
265 Log.d(TAG, "Illegal tagValueOffset=" + tagValueOffset + " tagType=" + tagType);
272 Log.d(TAG, "Illegal number of bytes for TI tag data tagType=" + tagType);
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.h 49 int TagType;
86 LLVMDisasmContext(std::string tripleName, void *disInfo, int tagType,
93 : TripleName(std::move(tripleName)), DisInfo(disInfo), TagType(tagType),
106 int getTagType() const { return TagType; }
  /external/ppp/pppd/plugins/rp-pppoe/
common.c 49 UINT16_t tagType, tagLen;
70 tagType = (curTag[0] << 8) + curTag[1];
72 if (tagType == TAG_END_OF_LIST) {
79 func(tagType, tagLen, curTag+TAG_HDR_SIZE, extra);
  /frameworks/av/camera/
VendorTagDescriptor.cpp 133 int32_t tagType;
145 if ((res = parcel->readInt32(&tagType)) != OK) {
149 if (tagType < 0 || tagType >= NUM_TYPES) {
150 ALOGE("%s: tag type %d from vendor ops does not exist.", __FUNCTION__, tagType);
171 mTagToTypeMap.add(tag, tagType);
272 int32_t tagType;
277 tagType = mTagToTypeMap.valueFor(tag);
279 if ((res = parcel->writeInt32(tagType)) != OK) break;
557 int tagType = vOps->get_tag_type(vOps, tag)
    [all...]
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/net/
FeedParser.java 169 private String readTag(XmlPullParser parser, int tagType)
174 switch (tagType) {
184 throw new IllegalArgumentException("Unknown tag type: " + tagType);
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/net/
FeedParser.java 169 private String readTag(XmlPullParser parser, int tagType)
174 switch (tagType) {
184 throw new IllegalArgumentException("Unknown tag type: " + tagType);
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/net/
FeedParser.java 169 private String readTag(XmlPullParser parser, int tagType)
174 switch (tagType) {
184 throw new IllegalArgumentException("Unknown tag type: " + tagType);
  /frameworks/base/core/jni/
android_hardware_camera2_CameraMetadata.cpp 293 int tagType = get_local_camera_metadata_tag_type(tag, metaBuffer);
295 if (tagType == -1) {
300 size_t tagSize = Helpers::getTypeSize(tagType);
332 int tagType = get_local_camera_metadata_tag_type(tag, metaBuffer);
334 if (tagType == -1) {
357 tagType, arrayReader.get(), arrayReader.size());
659 int tagType = get_local_camera_metadata_tag_type_vendor_id(tag, vendorId);
660 if (tagType == -1) {
666 return tagType;
843 int tagType = get_local_camera_metadata_tag_type_vendor_id(tag, vendorId)
    [all...]
  /hardware/interfaces/camera/common/1.0/default/
VendorTagDescriptor.cpp 249 int tagType = vOps->get_tag_type(vOps, tag);
250 if (tagType < 0 || tagType >= NUM_TYPES) {
251 ALOGE("%s: tag type %d from vendor ops does not exist.", __FUNCTION__, tagType);
254 desc->mTagToTypeMap.add(tag, tagType);

Completed in 444 milliseconds

1 2 3