Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
DLogDumpHelper.h88 const uint32_t STR_SIZE = 1024 ; in DumpNaluDataBuffer() local
89 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() local
111 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() local
209 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 …]