Home
last modified time | relevance | path

Searched refs:AMF_EncodeInt24 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Damf.h89 char *AMF_EncodeInt24(char *output, char *outend, int nVal);
H A Damf.c149 AMF_EncodeInt24(char *output, char *outend, int nVal) in AMF_EncodeInt24() function
918 pBuffer = AMF_EncodeInt24(pBuffer, pBufEnd, AMF_OBJECT_END); in AMF_Encode()
953 pBuffer = AMF_EncodeInt24(pBuffer, pBufEnd, AMF_OBJECT_END); in AMF_EncodeEcmaArray()
H A Drtmp.c4001 hptr = AMF_EncodeInt24(hptr, hend, t > 0xffffff ? 0xffffff : t); in RTMP_SendPacket()
4006 hptr = AMF_EncodeInt24(hptr, hend, packet->m_nBodySize); in RTMP_SendPacket()
4832 ptr = AMF_EncodeInt24(ptr, pend, nPacketLen); in Read_1_Packet()
4853 ptr = AMF_EncodeInt24(ptr, pend, nTimeStamp); in Read_1_Packet()
4858 ptr = AMF_EncodeInt24(ptr, pend, 0); in Read_1_Packet()
4885 AMF_EncodeInt24(ptr+pos+4, pend, nTimeStamp); in Read_1_Packet()
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpsuck.c618 ptr = AMF_EncodeInt24(ptr, pend, nPacketLen); in WriteStream()
619 ptr = AMF_EncodeInt24(ptr, pend, *nTimeStamp); in WriteStream()
624 ptr = AMF_EncodeInt24(ptr, pend, 0); in WriteStream()