Home
last modified time | relevance | path

Searched refs:profileCount (Results 1 – 5 of 5) sorted by relevance

/external/dng_sdk/source/
Ddng_negative.cpp1266 uint32 profileCount = ProfileCount (); in ProfileByID() local
1268 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()
Ddng_image_writer.cpp6319 uint32 profileCount = negative.ProfileCount (); in WriteDNG() local
6321 for (uint32 index = 0; index < profileCount; index++) in WriteDNG()
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_beta.h118 uint32_t profileCount; member
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl5424 deUint32 profileCount; member
DvkStrUtilImpl.inl11515 s << "\tprofileCount = " << value.profileCount << '\n';