Home
last modified time | relevance | path

Searched refs:RTMP_GetTime (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Dhandshake.h729 uptime = htonl(RTMP_GetTime()); in HandShake()
958 uptime = htonl(RTMP_GetTime()); in HandShake()
1126 uptime = htonl(RTMP_GetTime()); in SHandShake()
1319 uptime = htonl(RTMP_GetTime()); in SHandShake()
H A Drtmp.h72 uint32_t RTMP_GetTime(void);
H A Drtmp.c156 RTMP_GetTime() in RTMP_GetTime() function
3755 uptime = htonl(RTMP_GetTime()); in HandShake()
3828 uptime = htonl(RTMP_GetTime()); in SHandShake()
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpdump.c513 now = RTMP_GetTime(); in Download()
559 now = RTMP_GetTime(); in Download()
571 now = RTMP_GetTime(); in Download()
H A Drtmpsrv.c732 now = RTMP_GetTime(); in ServeInvoke()