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

/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp483 // - kFormatInBytesMax -- Only min(kFormatInBytesMax, inBytes) bytes will be read
489 static const int kFormatInBytesMax = 16; member in namespace:android::renderscript
491 typedef char FormatBuf[2 + kFormatInBytesMax*2 + (kFormatInBytesMax - 1) + 3 + 1];
495 const int lim = std::min(kFormatInBytesMax, inBytes);
504 if (kFormatInBytesMax < inBytes)

Completed in 78 milliseconds