Home
last modified time | relevance | path

Searched defs:nVal (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Damf.c138 AMF_EncodeInt16(char *output, char *outend, short nVal) in AMF_EncodeInt16()
149 AMF_EncodeInt24(char *output, char *outend, int nVal) in AMF_EncodeInt24()
161 AMF_EncodeInt32(char *output, char *outend, int nVal) in AMF_EncodeInt32()
H A Drtmp.c3537 EncodeInt32LE(char *output, int nVal) in EncodeInt32LE()