Home
last modified time | relevance | path

Searched refs:strSize (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
DLogDumpHelper.h58 static void DumpBufferToString(char* str, uint32_t strSize, const uint8_t* start, uint32_t size) in DumpBufferToString() argument
60 if (str == NULL || strSize == 0 || start == NULL || size == 0) in DumpBufferToString()
67 char* send = str + strSize ; in DumpBufferToString()
74 s += snprintf(s, strSize - (s - str), "%02x ", *byte) ; in DumpBufferToString()