Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Drtmp.c184 p->m_nBodySize = 0; in RTMPPacket_Reset()
218 p->m_nBodySize, p->m_body ? (unsigned char)p->m_body[0] : 0); in RTMPPacket_Dump()
1115 if (!packet.m_nBodySize) in RTMP_ConnectStream()
1186 if (!RTMPPacket_IsReady(packet) || !packet->m_nBodySize) in RTMP_GetNextMediaPacket()
1205 packet->m_packetType, packet->m_nBodySize, in RTMP_GetNextMediaPacket()
1282 __FUNCTION__, packet->m_nBodySize); in RTMP_ClientPacket()
1289 __FUNCTION__, packet->m_nBodySize); in RTMP_ClientPacket()
1297 __FUNCTION__, packet->m_nBodySize); in RTMP_ClientPacket()
1303 int nRes = obj.Decode(packet.m_body+1, packet.m_nBodySize-1); in RTMP_ClientPacket()
1312 if (HandleInvoke(r, packet->m_body + 1, packet->m_nBodySize - 1) == 1) in RTMP_ClientPacket()
[all …]
H A Drtmp.h121 uint32_t m_nBodySize; member
142 #define RTMPPacket_IsReady(a) ((a)->m_nBytesRead == (a)->m_nBodySize)
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpsrv.c228 packet.m_nBodySize = enc - packet.m_body; in SendConnectResult()
253 packet.m_nBodySize = enc - packet.m_body; in SendResultNumber()
296 packet.m_nBodySize = enc - packet.m_body; in SendPlayStart()
328 packet.m_nBodySize = enc - packet.m_body; in SendPlayStop()
471 nBodySize = packet->m_nBodySize - offset; in ServeInvoke()
769 packet->m_packetType, packet->m_nBodySize); in ServePacket()
809 __FUNCTION__, packet->m_nBodySize); in ServePacket()
834 packet->m_nBodySize); in ServePacket()
847 RTMP_LogHex(RTMP_LOGDEBUG, packet->m_body, packet->m_nBodySize); in ServePacket()
H A Drtmpsuck.c161 int nBodySize = pack->m_nBodySize; in ServeInvoke()
460 cst[which], packet->m_packetType, packet->m_nBodySize); in ServePacket()
533 RTMP_LogHex(RTMP_LOGDEBUG, packet->m_body, packet->m_nBodySize); in ServePacket()
551 unsigned int nPacketLen = packet->m_nBodySize; in WriteStream()
845 if (ps.m_nBodySize >= 4) in doServe()
856 if (ps.m_nBodySize >= 4) in doServe()
922 if (pc.m_nBodySize >= 4) in doServe()