Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Drtmp.h242 int m_nBytesIn; member
H A Drtmp.c1465 r->m_nBytesIn += nRead; in ReadN()
1467 && r->m_nBytesIn > ( r->m_nBytesInSent + r->m_nClientBW / 10)) in ReadN()
2095 AMF_EncodeInt32(packet.m_body, pend, r->m_nBytesIn); /* hard coded for now */ in SendBytesReceived()
2096 r->m_nBytesInSent = r->m_nBytesIn; in SendBytesReceived()
4160 r->m_nBytesIn = 0; in CloseInternal()