Home
last modified time | relevance | path

Searched refs:AMF_Decode (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Damf.h110 int AMF_Decode(AMFObject * obj, const char *pBuffer, int nSize,
H A Damf.c692 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 Drtmp.c2925 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 Drtmpdump.c226 int nRes = AMF_Decode(&metaObj, buffer, dataSize, FALSE); in OpenResumeFile()
H A Drtmpsuck.c174 nRes = AMF_Decode(&obj, body, nBodySize, FALSE); in ServeInvoke()
H A Drtmpsrv.c481 nRes = AMF_Decode(&obj, body, nBodySize, FALSE); in ServeInvoke()