Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpsuck.c777 if (!RTMPPacket_IsReady(&ps)) in doServe()
840 if (RTMPPacket_IsReady(&ps)) in doServe()
910 if (RTMPPacket_IsReady(&pc)) in doServe()
970 if (RTMPPacket_IsReady(&pc)) in doServe()
H A Drtmpsrv.c917 if (!RTMPPacket_IsReady(&packet)) in doServe()
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Drtmp.h142 #define RTMPPacket_IsReady(a) ((a)->m_nBytesRead == (a)->m_nBodySize) macro
H A Drtmp.c1113 if (RTMPPacket_IsReady(&packet)) in RTMP_ConnectStream()
1186 if (!RTMPPacket_IsReady(packet) || !packet->m_nBodySize) in RTMP_GetNextMediaPacket()
3720 if (RTMPPacket_IsReady(packet)) in RTMP_ReadPacket()