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

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

Completed in 22 milliseconds