Home
last modified time | relevance | path

Searched refs:AMF_DecodeString (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Damf.h101 void AMF_DecodeString(const char *data, AVal * str);
H A Damf.c68 AMF_DecodeString(const char *data, AVal *bv) in AMF_DecodeString() function
653 AMF_DecodeString(pBuffer, &prop->p_name); in AMFProp_Decode()
686 AMF_DecodeString(pBuffer, &prop->p_vu.p_aval); in AMFProp_Decode()
H A Drtmp.c4103 AMF_DecodeString(ptr, &method); in RTMP_SendPacket()