Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Drtmp.h107 int c_headerSize; member
H A Drtmp.c3694 packet->m_chunk->c_headerSize = hSize; in RTMP_ReadPacket()
3879 RTMP_LogHexString(RTMP_LOGDEBUG2, (uint8_t *)chunk->c_header, chunk->c_headerSize); in RTMP_SendChunk()
3882 char *ptr = chunk->c_chunk - chunk->c_headerSize; in RTMP_SendChunk()
3885 memcpy(hbuf, ptr, chunk->c_headerSize); in RTMP_SendChunk()
3886 memcpy(ptr, chunk->c_header, chunk->c_headerSize); in RTMP_SendChunk()
3887 wrote = WriteN(r, ptr, chunk->c_headerSize + chunk->c_chunkSize); in RTMP_SendChunk()
3888 memcpy(ptr, hbuf, chunk->c_headerSize); in RTMP_SendChunk()
3891 wrote = WriteN(r, chunk->c_header, chunk->c_headerSize); in RTMP_SendChunk()