Searched defs:dBufSize (Results 1 - 1 of 1) sorted by relevance

/external/dng_sdk/source/
H A Ddng_string.cpp400 // - The computation of dBufSize may overflow.
415 int dBufSize = aCount * 2 + 256; local
417 dng_memory_data dBuffer (dBufSize);
424 dBufSize,

Completed in 96 milliseconds