Searched refs:fIPTC_NAA_Count (Results 1 – 3 of 3) sorted by relevance
1159 , fIPTC_NAA_Count (0) in dng_shared()1352 fIPTC_NAA_Count = SafeUint32Mult(tagCount, in Parse_ifd0()1354 fIPTC_NAA_Offset = fIPTC_NAA_Count ? tagOffset : 0; in Parse_ifd0()1362 (unsigned) fIPTC_NAA_Count, in Parse_ifd0()1365 if (fIPTC_NAA_Count) in Parse_ifd0()1368 DumpHexAscii (stream, fIPTC_NAA_Count); in Parse_ifd0()1374 dng_memory_data buffer (fIPTC_NAA_Count); in Parse_ifd0()1378 stream.Get (buffer.Buffer (), fIPTC_NAA_Count); in Parse_ifd0()1382 uint32 count = fIPTC_NAA_Count; in Parse_ifd0()
129 uint32 fIPTC_NAA_Count; variable
3361 if (shared.fIPTC_NAA_Count) in PostParse()3364 AutoPtr<dng_memory_block> block (host.Allocate (shared.fIPTC_NAA_Count)); in PostParse()