Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Damf.h96 char *AMF_EncodeNamedBoolean(char *output, char *outend, const AVal * name, int bVal);
H A Damf.c299 AMF_EncodeNamedBoolean(char *output, char *outend, const AVal *strName, int bVal) in AMF_EncodeNamedBoolean() function
H A Drtmp.c1630 enc = AMF_EncodeNamedBoolean(enc, pend, &av_fpad, FALSE); in SendConnectPacket()