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

/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp478 // - outBuf -- Pointer to buffer of type "FormatBuf" into which output is written
491 typedef char FormatBuf[2 + kFormatInBytesMax*2 + (kFormatInBytesMax - 1) + 3 + 1]; typedef in namespace:android::renderscript
492 static const char *format_bytes(FormatBuf *outBuf, const uint8_t *inBuf, const int inBytes) {
505 strlcpy(*outBuf + pos, "...", sizeof(FormatBuf) - pos);
561 FormatBuf fmt;
600 FormatBuf fmt;
635 FormatBuf fmt;
785 FormatBuf fmt;
804 FormatBuf fmt;
813 FormatBuf fm
[all...]

Completed in 52 milliseconds