Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Dlog.c136 #define BP_GRAPH 60 in RTMP_LogHexString() macro
169 off = BP_GRAPH + n + ((n >= 8)?1:0); in RTMP_LogHexString()
172 line[BP_GRAPH + n] = data[i]; in RTMP_LogHexString()
174 line[BP_GRAPH + n] = '.'; in RTMP_LogHexString()