Lines Matching refs:fIFDCount
41 , fIFDCount (0) in dng_info()
1982 fIFDCount = 1; in Parse()
2068 while (searchedIFDs < fIFDCount && !tooManySubIFDs) in Parse()
2071 uint32 searchLimit = fIFDCount; in Parse()
2083 if (fIFDCount == kMaxSubIFDs + 1) in Parse()
2097 fIFD [fIFDCount].Reset (host.Make_dng_ifd ()); in Parse()
2103 fIFD [fIFDCount].Get (), in Parse()
2106 tcFirstSubIFD + fIFDCount - 1); in Parse()
2108 fIFDCount++; in Parse()
2297 for (index = 0; index < fIFDCount; index++) in PostParse()
2318 for (index = 0; index < fIFDCount; index++) in PostParse()
2390 for (index = 0; index < fIFDCount; index++) in PostParse()
2481 for (uint32 index = 0; index < fIFDCount; index++) in IsValidDNG()