Searched refs:profileCount (Results 1 – 7 of 7) sorted by relevance
1266 uint32 profileCount = ProfileCount (); in ProfileByID() local1268 if (profileCount == 0) in ProfileByID()1278 for (index = 0; index < profileCount; index++) in ProfileByID()1300 for (index = 0; index < profileCount; index++) in ProfileByID()1321 for (index = 0; index < profileCount; index++) in ProfileByID()1352 for (index = 0; index < profileCount; index++) in ProfileByID()
6319 uint32 profileCount = negative.ProfileCount (); in WriteDNG() local6321 for (uint32 index = 0; index < profileCount; index++) in WriteDNG()
118 uint32_t profileCount; member
48975 : profileCount( profileCount_ )49002 profileCount = profileCount_; in setProfileCount()49027 … return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( profileCount == rhs.profileCount ) && in operator ==()49040 uint32_t profileCount = {}; member
5424 deUint32 profileCount; member
11515 s << "\tprofileCount = " << value.profileCount << '\n';