Searched refs:profileCount (Results 1 – 11 of 11) 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()
117 uint32_t profileCount; member
120 uint32_t profileCount; member
55852 : profileCount( profileCount_ )55880 profileCount = profileCount_; in setProfileCount()55906 … return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( profileCount == rhs.profileCount ) && in operator ==()55919 uint32_t profileCount = {}; member
57182 : profileCount( profileCount_ )57210 profileCount = profileCount_; in setProfileCount()57237 … return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( profileCount == rhs.profileCount ) && in operator ==()57250 uint32_t profileCount = {}; member
611 profiles.profileCount = 1u; in chainVkStructure()
5992 uint32_t profileCount; member
12564 s << "\tprofileCount = " << value.profileCount << '\n';