Home
last modified time | relevance | path

Searched refs:AMF_DecodeInt32 (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpsuck.c668 AMF_DecodeInt32(packetBody + pos + 11 + dataSize); in WriteStream()
847 server->rs.m_inChunkSize = AMF_DecodeInt32(ps.m_body); in doServe()
858 int count = AMF_DecodeInt32(ps.m_body); in doServe()
873 id = AMF_DecodeInt32(ptr); in doServe()
877 len = AMF_DecodeInt32(ptr+4); in doServe()
924 server->rc.m_inChunkSize = AMF_DecodeInt32(pc.m_body); in doServe()
H A Drtmpdump.c180 uint32_t dataOffset = AMF_DecodeInt32(hbuf + 5); in OpenResumeFile()
188 prevTagSize = AMF_DecodeInt32(hbuf); in OpenResumeFile()
326 prevTagSize = AMF_DecodeInt32(buffer); in GetLastKeyframe()
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Damf.c59 AMF_DecodeInt32(const char *data) in AMF_DecodeInt32() function
77 bv->av_len = AMF_DecodeInt32(data); in AMF_DecodeLongString()
733 unsigned int nArrayLen = AMF_DecodeInt32(pBuffer); in AMFProp_Decode()
759 unsigned int nStringSize = AMF_DecodeInt32(pBuffer); in AMFProp_Decode()
H A Damf.h100 unsigned int AMF_DecodeInt32(const char *data);
H A Drtmp.c3349 r->m_inChunkSize = AMF_DecodeInt32(packet->m_body); in HandleChangeChunkSize()
3381 tmp = AMF_DecodeInt32(packet->m_body + 2); in HandleCtrl()
3386 tmp = AMF_DecodeInt32(packet->m_body + 2); in HandleCtrl()
3393 tmp = AMF_DecodeInt32(packet->m_body + 2); in HandleCtrl()
3398 tmp = AMF_DecodeInt32(packet->m_body + 2); in HandleCtrl()
3403 tmp = AMF_DecodeInt32(packet->m_body + 2); in HandleCtrl()
3445 tmp = AMF_DecodeInt32(packet->m_body + 2); in HandleCtrl()
3464 tmp = AMF_DecodeInt32(packet->m_body + 2); in HandleCtrl()
3469 tmp = AMF_DecodeInt32(packet->m_body + 2); in HandleCtrl()
3510 r->m_nServerBW = AMF_DecodeInt32(packet->m_body); in HandleServerBW()
[all …]