Searched refs:aBufSize (Results 1 - 1 of 1) sorted by relevance

/external/dng_sdk/source/
H A Ddng_string.cpp136 // - The computation of aBufSize and the subsequent addition of 1 in the
145 uint32 aBufSize = aSize * 6 + 256; local
147 dng_memory_data aBuf (aBufSize + 1);
175 aBufSize,
182 if (aOutput > 0 && aOutput <= aBufSize)
210 // - The computation of aBufSize may wrap around.
222 uint32 aBufSize = (aSize * 2) + 256; local
224 dng_memory_data tempBuffer (aBufSize);
253 aBufSize,

Completed in 90 milliseconds