Home
last modified time | relevance | path

Searched refs:Get_int32 (Results 1 – 6 of 6) sorted by relevance

/external/dng_sdk/source/
Ddng_stream.cpp841 return Get_int32 (); in TagValue_int32()
895 int32 n = Get_int32 (); in TagValue_urational()
896 int32 d = Get_int32 (); in TagValue_urational()
991 result.n = Get_int32 (); in TagValue_srational()
992 result.d = Get_int32 (); in TagValue_srational()
1078 int32 n = Get_int32 (); in TagValue_real64()
1079 int32 d = Get_int32 (); in TagValue_real64()
Ddng_misc_opcodes.cpp59 fBounds.t = stream.Get_int32 (); in dng_opcode_TrimBounds()
60 fBounds.l = stream.Get_int32 (); in dng_opcode_TrimBounds()
61 fBounds.b = stream.Get_int32 (); in dng_opcode_TrimBounds()
62 fBounds.r = stream.Get_int32 (); in dng_opcode_TrimBounds()
121 fArea.t = stream.Get_int32 (); in GetData()
122 fArea.l = stream.Get_int32 (); in GetData()
123 fArea.b = stream.Get_int32 (); in GetData()
124 fArea.r = stream.Get_int32 (); in GetData()
Ddng_bad_pixels.cpp627 pt.v = stream.Get_int32 (); in dng_opcode_FixBadPixelsList()
628 pt.h = stream.Get_int32 (); in dng_opcode_FixBadPixelsList()
639 r.t = stream.Get_int32 (); in dng_opcode_FixBadPixelsList()
640 r.l = stream.Get_int32 (); in dng_opcode_FixBadPixelsList()
641 r.b = stream.Get_int32 (); in dng_opcode_FixBadPixelsList()
642 r.r = stream.Get_int32 (); in dng_opcode_FixBadPixelsList()
Ddng_stream.h401 int32 Get_int32 () in Get_int32() function
Ddng_xmp.h171 bool Get_int32 (const char *ns,
Ddng_xmp.cpp1142 bool dng_xmp::Get_int32 (const char *ns, in Get_int32() function in dng_xmp