Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Drtmp.h105 typedef struct RTMPChunk struct
111 } RTMPChunk; argument
123 RTMPChunk *m_chunk;
321 int RTMP_SendChunk(RTMP *r, RTMPChunk *chunk);
H A Drtmp.c3872 RTMP_SendChunk(RTMP *r, RTMPChunk *chunk) in RTMP_SendChunk()
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpsuck.c737 RTMPChunk rk = { 0 }; in doServe()