Searched refs:AMF_EncodeInt32 (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | amf.c | 161 AMF_EncodeInt32(char *output, char *outend, int nVal) in AMF_EncodeInt32() function 190 output = AMF_EncodeInt32(output, outend, bv->av_len); in AMF_EncodeString() 933 pBuffer = AMF_EncodeInt32(pBuffer, pBufEnd, obj->o_num); in AMF_EncodeEcmaArray() 968 pBuffer = AMF_EncodeInt32(pBuffer, pBufEnd, obj->o_num); in AMF_EncodeArray()
|
| H A D | handshake.h | 875 AMF_EncodeInt32(&r->Link.SWFVerificationResponse[2], vend, r->Link.SWFSize); in HandShake() 876 AMF_EncodeInt32(&r->Link.SWFVerificationResponse[6], vend, r->Link.SWFSize); in HandShake() 1243 AMF_EncodeInt32(&r->Link.SWFVerificationResponse[2], vend, r->Link.SWFSize); in SHandShake() 1244 AMF_EncodeInt32(&r->Link.SWFVerificationResponse[6], vend, r->Link.SWFSize); in SHandShake()
|
| H A D | amf.h | 90 char *AMF_EncodeInt32(char *output, char *outend, int nVal);
|
| H A D | rtmp.c | 2054 AMF_EncodeInt32(packet.m_body, pend, r->m_nServerBW); in RTMP_SendServerBW() 2074 AMF_EncodeInt32(packet.m_body, pend, r->m_nClientBW); in RTMP_SendClientBW() 2095 AMF_EncodeInt32(packet.m_body, pend, r->m_nBytesIn); /* hard coded for now */ in SendBytesReceived() 2383 buf = AMF_EncodeInt32(buf, pend, nObject); in RTMP_SendCtrl() 2386 buf = AMF_EncodeInt32(buf, pend, nTime); in RTMP_SendCtrl() 4014 hptr = AMF_EncodeInt32(hptr, hend, t); in RTMP_SendPacket() 4084 AMF_EncodeInt32(extendedTimestamp, extendedTimestamp + 4, t); in RTMP_SendPacket() 4907 AMF_EncodeInt32(ptr + pos + 11 + dataSize, pend, in Read_1_Packet() 4933 AMF_EncodeInt32(ptr + pos + 11 + dataSize, pend, in Read_1_Packet() 4946 AMF_EncodeInt32(ptr, pend, prevTagSize); in Read_1_Packet()
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/ |
| H A D | rtmpsuck.c | 661 AMF_EncodeInt32(ptr + pos + 11 + dataSize, pend, prevTagSize); in WriteStream() 686 AMF_EncodeInt32(ptr + pos + 11 + dataSize, pend, prevTagSize); in WriteStream() 697 AMF_EncodeInt32(ptr, pend, prevTagSize); in WriteStream() 882 AMF_EncodeInt32(ptr+4, ptr+8, BUFFERTIME); in doServe()
|