Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_memory.cpp94 const uint32 elementSizeAsUint32 = static_cast<uint32> (elementSize); in Allocate() local
95 if (static_cast<std::size_t> (elementSizeAsUint32) != elementSize) in Allocate()
102 if (!SafeUint32Mult(count, elementSizeAsUint32, &numBytes)) in Allocate()