Lines Matching refs:AMF_DecodeInt24
1347 …uint32_t dataSize = AMF_DecodeInt24(packet->m_body + pos + 1); /* size without header (11) and pre… in RTMP_ClientPacket()
1360 nTimeStamp = AMF_DecodeInt24(packet->m_body + pos + 4); in RTMP_ClientPacket()
3641 packet->m_nTimeStamp = AMF_DecodeInt24(header); in RTMP_ReadPacket()
3647 packet->m_nBodySize = AMF_DecodeInt24(header + 3); in RTMP_ReadPacket()
4642 AMF_DecodeInt24(packetBody + pos + 1); in Read_1_Packet()
4643 ts = AMF_DecodeInt24(packetBody + pos + 4); in Read_1_Packet()
4841 uint32_t ts = AMF_DecodeInt24(packetBody+2); /* composition time */ in Read_1_Packet()
4871 nTimeStamp = AMF_DecodeInt24(packetBody + 4); in Read_1_Packet()
4878 uint32_t dataSize = AMF_DecodeInt24(packetBody + pos + 1); in Read_1_Packet()
4879 nTimeStamp = AMF_DecodeInt24(packetBody + pos + 4); in Read_1_Packet()
5122 pkt->m_nBodySize = AMF_DecodeInt24(buf); in RTMP_Write()
5124 pkt->m_nTimeStamp = AMF_DecodeInt24(buf); in RTMP_Write()