Searched refs:AMF_Decode (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | amf.h | 110 int AMF_Decode(AMFObject * obj, const char *pBuffer, int nSize,
|
| H A D | amf.c | 692 int nRes = AMF_Decode(&prop->p_vu.p_object, pBuffer, nSize, TRUE); in AMFProp_Decode() 720 nRes = AMF_Decode(&prop->p_vu.p_object, pBuffer + 4, nSize, TRUE); in AMFProp_Decode() 1180 AMF_Decode(AMFObject *obj, const char *pBuffer, int nSize, int bDecodeName) in AMF_Decode() function
|
| H A D | rtmp.c | 2925 nRes = AMF_Decode(&obj, body, nBodySize, FALSE); in HandleInvoke() 3312 int nRes = AMF_Decode(&obj, body, len, FALSE); in HandleMetadata() 4573 AMF_Decode(&metaObj, packetBody, nPacketLen, FALSE); in Read_1_Packet()
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/ |
| H A D | rtmpdump.c | 226 int nRes = AMF_Decode(&metaObj, buffer, dataSize, FALSE); in OpenResumeFile()
|
| H A D | rtmpsuck.c | 174 nRes = AMF_Decode(&obj, body, nBodySize, FALSE); in ServeInvoke()
|
| H A D | rtmpsrv.c | 481 nRes = AMF_Decode(&obj, body, nBodySize, FALSE); in ServeInvoke()
|