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

/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp485 // - kFormatInBytesMax -- Only min(kFormatInBytesMax, inBytes) bytes will be read
491 static const int kFormatInBytesMax = 16; variable
493 typedef char FormatBuf[2 + kFormatInBytesMax*2 + (kFormatInBytesMax - 1) + 3 + 1];
497 const int lim = std::min(kFormatInBytesMax, inBytes);
506 if (kFormatInBytesMax < inBytes)

Completed in 23 milliseconds