Searched refs:AMF_EncodeInt16 (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | amf.c | 138 AMF_EncodeInt16(char *output, char *outend, short nVal) in AMF_EncodeInt16() function 184 output = AMF_EncodeInt16(output, outend, bv->av_len); in AMF_EncodeString() 277 output = AMF_EncodeInt16(output, outend, strName->av_len); in AMF_EncodeNamedString() 290 output = AMF_EncodeInt16(output, outend, strName->av_len); in AMF_EncodeNamedNumber() 303 output = AMF_EncodeInt16(output, outend, strName->av_len); in AMF_EncodeNamedBoolean()
|
| H A D | amf.h | 88 char *AMF_EncodeInt16(char *output, char *outend, short nVal);
|
| H A D | rtmp.c | 2366 buf = AMF_EncodeInt16(buf, pend, nType); in RTMP_SendCtrl()
|