Home
last modified time | relevance | path

Searched refs:Get_uint32 (Results 1 – 12 of 12) sorted by relevance

/external/dng_sdk/source/
Ddng_info.cpp378 uint32 tagCount = stream.Get_uint32 (); in ValidateIFD()
392 uint64 tagOffset = stream.Get_uint32 (); in ValidateIFD()
498 uint32 tagCount = stream.Get_uint32 (); in ParseIFD()
555 tagOffset = stream.Get_uint32 (); in ParseIFD()
606 uint32 nextIFD = stream.Get_uint32 (); in ParseIFD()
742 tagCount = stream.Get_uint32 (); in ParseMakerNoteIFD()
756 tagOffset = stream.Get_uint32 () + offsetDelta; in ParseMakerNoteIFD()
819 uint64 subMakerNoteOffset = stream.Get_uint32 () + offsetDelta; in ParseMakerNoteIFD()
868 fMakerNoteNextIFD = stream.Get_uint32 (); in ParseMakerNoteIFD()
937 uint32 ifd_offset = stream.Get_uint32 (); in ParseMakerNote()
[all …]
Ddng_stream.cpp486 uint32 dng_stream::Get_uint32 () in Get_uint32() function in dng_stream
534 u.u32 [1] = Get_uint32 (); in Get_uint64()
535 u.u32 [0] = Get_uint32 (); in Get_uint64()
590 u.i = Get_uint32 (); in Get_real32()
639 u.i [1] = Get_uint32 (); in Get_real64()
640 u.i [0] = Get_uint32 (); in Get_real64()
810 return Get_uint32 (); in TagValue_uint32()
885 result.n = Get_uint32 (); in TagValue_urational()
886 result.d = Get_uint32 (); in TagValue_urational()
1065 uint32 n = Get_uint32 (); in TagValue_real64()
[all …]
Ddng_misc_opcodes.cpp54 if (stream.Get_uint32 () != 16) in dng_opcode_TrimBounds()
126 fPlane = stream.Get_uint32 (); in GetData()
127 fPlanes = stream.Get_uint32 (); in GetData()
129 fRowPitch = stream.Get_uint32 (); in GetData()
130 fColPitch = stream.Get_uint32 (); in GetData()
290 uint32 dataSize = stream.Get_uint32 (); in dng_opcode_MapTable()
294 fCount = stream.Get_uint32 (); in dng_opcode_MapTable()
484 uint32 dataSize = stream.Get_uint32 (); in dng_opcode_MapPolynomial()
488 fDegree = stream.Get_uint32 (); in dng_opcode_MapPolynomial()
860 uint32 dataSize = stream.Get_uint32 (); in dng_opcode_DeltaPerRow()
[all …]
Ddng_gain_map.cpp346 mapPoints.v = stream.Get_uint32 (); in GetStream()
347 mapPoints.h = stream.Get_uint32 (); in GetStream()
359 uint32 mapPlanes = stream.Get_uint32 (); in GetStream()
512 uint32 byteCount = stream.Get_uint32 (); in dng_opcode_GainMap()
Ddng_opcodes.cpp59 fMinVersion = stream.Get_uint32 (); in dng_opcode()
60 fFlags = stream.Get_uint32 (); in dng_opcode()
174 uint32 size = stream.Get_uint32 (); in dng_opcode_Unknown()
Ddng_opcode_list.cpp232 uint32 count = stream.Get_uint32 (); in Parse()
256 uint32 opcodeID = stream.Get_uint32 (); in Parse()
Ddng_stream.h335 uint32 Get_uint32 ();
403 return (int32) Get_uint32 (); in Get_int32()
Ddng_bad_pixels.cpp58 if (stream.Get_uint32 () != 8) in dng_opcode_FixBadPixelsConstant()
63 fConstant = stream.Get_uint32 (); in dng_opcode_FixBadPixelsConstant()
64 fBayerPhase = stream.Get_uint32 (); in dng_opcode_FixBadPixelsConstant()
605 uint32 size = stream.Get_uint32 (); in dng_opcode_FixBadPixelsList()
607 fBayerPhase = stream.Get_uint32 (); in dng_opcode_FixBadPixelsList()
609 uint32 pCount = stream.Get_uint32 (); in dng_opcode_FixBadPixelsList()
610 uint32 rCount = stream.Get_uint32 (); in dng_opcode_FixBadPixelsList()
Ddng_lens_correction.cpp1539 const uint32 bytes = stream.Get_uint32 (); in dng_opcode_WarpRectilinear()
1543 fWarpParams.fPlanes = stream.Get_uint32 (); in dng_opcode_WarpRectilinear()
1729 const uint32 bytes = stream.Get_uint32 (); in dng_opcode_WarpFisheye()
1733 fWarpParams.fPlanes = stream.Get_uint32 (); in dng_opcode_WarpFisheye()
2085 const uint32 bytes = stream.Get_uint32 (); in dng_opcode_FixVignetteRadial()
Ddng_xmp.h180 bool Get_uint32 (const char *ns,
Ddng_shared.cpp1066 uint32 offset = stream.Get_uint32 (); in ParseExtended()
1086 uint32 tagCount = stream.Get_uint32 (); in ParseExtended()
1093 tagOffset = startPosition + stream.Get_uint32 (); in ParseExtended()
Ddng_xmp.cpp1199 bool dng_xmp::Get_uint32 (const char *ns, in Get_uint32() function in dng_xmp
1308 if (Get_uint32 (ns, path, x)) in Sync_uint32()
4132 if (Get_uint32 (XMP_NS_TIFF, in HasOrientation()
4154 if (Get_uint32 (XMP_NS_TIFF, in GetOrientation()