HomeSort by relevance Sort by last modified time
    Searched refs:Get_uint32 (Results 1 - 12 of 12) sorted by null

  /external/dng_sdk/source/
dng_stream.cpp 486 uint32 dng_stream::Get_uint32 ()
534 u.u32 [1] = Get_uint32 ();
535 u.u32 [0] = Get_uint32 ();
590 u.i = Get_uint32 ();
639 u.i [1] = Get_uint32 ();
640 u.i [0] = Get_uint32 ();
810 return Get_uint32 ();
885 result.n = Get_uint32 ();
886 result.d = Get_uint32 ();
1065 uint32 n = Get_uint32 ();
    [all...]
dng_info.cpp 378 uint32 tagCount = stream.Get_uint32 ();
392 uint64 tagOffset = stream.Get_uint32 ();
498 uint32 tagCount = stream.Get_uint32 ();
555 tagOffset = stream.Get_uint32 ();
606 uint32 nextIFD = stream.Get_uint32 ();
742 tagCount = stream.Get_uint32 ();
756 tagOffset = stream.Get_uint32 () + offsetDelta;
819 uint64 subMakerNoteOffset = stream.Get_uint32 () + offsetDelta;
868 fMakerNoteNextIFD = stream.Get_uint32 ();
937 uint32 ifd_offset = stream.Get_uint32 ();
    [all...]
dng_misc_opcodes.cpp 54 if (stream.Get_uint32 () != 16)
126 fPlane = stream.Get_uint32 ();
127 fPlanes = stream.Get_uint32 ();
129 fRowPitch = stream.Get_uint32 ();
130 fColPitch = stream.Get_uint32 ();
290 uint32 dataSize = stream.Get_uint32 ();
294 fCount = stream.Get_uint32 ();
484 uint32 dataSize = stream.Get_uint32 ();
488 fDegree = stream.Get_uint32 ();
860 uint32 dataSize = stream.Get_uint32 ();
    [all...]
dng_opcode_list.cpp 232 uint32 count = stream.Get_uint32 ();
256 uint32 opcodeID = stream.Get_uint32 ();
dng_opcodes.cpp 59 fMinVersion = stream.Get_uint32 ();
60 fFlags = stream.Get_uint32 ();
174 uint32 size = stream.Get_uint32 ();
dng_gain_map.cpp 346 mapPoints.v = stream.Get_uint32 ();
347 mapPoints.h = stream.Get_uint32 ();
359 uint32 mapPlanes = stream.Get_uint32 ();
512 uint32 byteCount = stream.Get_uint32 ();
dng_stream.h 335 uint32 Get_uint32 ();
403 return (int32) Get_uint32 ();
dng_bad_pixels.cpp 58 if (stream.Get_uint32 () != 8)
63 fConstant = stream.Get_uint32 ();
64 fBayerPhase = stream.Get_uint32 ();
605 uint32 size = stream.Get_uint32 ();
607 fBayerPhase = stream.Get_uint32 ();
609 uint32 pCount = stream.Get_uint32 ();
610 uint32 rCount = stream.Get_uint32 ();
    [all...]
dng_xmp.h 180 bool Get_uint32 (const char *ns,
dng_lens_correction.cpp 1539 const uint32 bytes = stream.Get_uint32 ();
1543 fWarpParams.fPlanes = stream.Get_uint32 ();
    [all...]
dng_shared.cpp 1066 uint32 offset = stream.Get_uint32 ();
1086 uint32 tagCount = stream.Get_uint32 ();
1093 tagOffset = startPosition + stream.Get_uint32 ();
    [all...]
dng_xmp.cpp 1199 bool dng_xmp::Get_uint32 (const char *ns,
1308 if (Get_uint32 (ns, path, x))
    [all...]

Completed in 465 milliseconds