Searched refs:STR_SIZE (Results 1 – 1 of 1) sorted by relevance
88 const uint32_t STR_SIZE = 1024 ; in DumpNaluDataBuffer() local89 char str[STR_SIZE] = {0} ; in DumpNaluDataBuffer()91 DumpBufferToString(str, STR_SIZE, start, size) ; in DumpNaluDataBuffer()110 const uint32_t STR_SIZE = 1024 ; in DumpBuffer() local111 char str[STR_SIZE] = {0} ; in DumpBuffer()113 DumpBufferToString(str, STR_SIZE, start, size) ; in DumpBuffer()208 const uint32_t STR_SIZE = 1024 ; in DumpBuffer2() local209 char str[STR_SIZE] = {0} ; in DumpBuffer2()211 DumpBufferToString(str, STR_SIZE, start, size) ; in DumpBuffer2()248 const uint32_t STR_SIZE = 1024 ; in DumpProtectedDataBuffer() local[all …]