Searched refs:fIFDCount (Results 1 - 2 of 2) sorted by relevance

/external/dng_sdk/source/
H A Ddng_info.cpp41 , fIFDCount (0)
1982 fIFDCount = 1;
2068 while (searchedIFDs < fIFDCount && !tooManySubIFDs)
2071 uint32 searchLimit = fIFDCount;
2083 if (fIFDCount == kMaxSubIFDs + 1)
2097 fIFD [fIFDCount].Reset (host.Make_dng_ifd ());
2103 fIFD [fIFDCount].Get (),
2106 tcFirstSubIFD + fIFDCount - 1);
2108 fIFDCount++;
2297 for (index = 0; index < fIFDCount; inde
[all...]
H A Ddng_info.h60 uint32 fIFDCount; member in class:dng_info

Completed in 160 milliseconds