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

/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp482 // - inBytes -- Number of bytes in inBuf
485 // - kFormatInBytesMax -- Only min(kFormatInBytesMax, inBytes) bytes will be read
494 static const char *format_bytes(FormatBuf *outBuf, const uint8_t *inBuf, const int inBytes) { argument
497 const int lim = std::min(kFormatInBytesMax, inBytes);
506 if (kFormatInBytesMax < inBytes)

Completed in 106 milliseconds