Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Drtmp.h123 RTMPChunk *m_chunk; member
H A Drtmp.c3692 if (packet->m_chunk) in RTMP_ReadPacket()
3694 packet->m_chunk->c_headerSize = hSize; in RTMP_ReadPacket()
3695 memcpy(packet->m_chunk->c_header, hbuf, hSize); in RTMP_ReadPacket()
3696 packet->m_chunk->c_chunk = packet->m_body + packet->m_nBytesRead; in RTMP_ReadPacket()
3697 packet->m_chunk->c_chunkSize = nChunk; in RTMP_ReadPacket()
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpsuck.c785 pc.m_chunk = &rk; in doServe()