Home
last modified time | relevance | path

Searched refs:RTMP_LogStatus (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Dlog.h53 void RTMP_LogStatus(const char *format, ...) __attribute__ ((__format__ (__printf__, 1, 2)));
57 void RTMP_LogStatus(const char *format, ...);
H A Dlog.c208 void RTMP_LogStatus(const char *format, ...) in RTMP_LogStatus() function
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpdump.c553 RTMP_LogStatus("#"); in Download()
562 RTMP_LogStatus("\r%.3f kB / %.2f sec (%.1f%%)", in Download()
575 RTMP_LogStatus("#"); in Download()
577 RTMP_LogStatus("\r%.3f kB / %.2f sec", (double) size / 1024.0, in Download()
605 RTMP_LogStatus("\r%.3f kB / %.2f sec (%.1f%%)", in Download()
611 RTMP_LogStatus("\r%.3f kB / %.2f sec", (double) size / 1024.0, in Download()
H A Drtmpgw.c617 RTMP_LogStatus("\r%.3f KB / %.2f sec (%.1f%%)", in processTCPrequest()
623 RTMP_LogStatus("\r%.3f KB / %.2f sec", (double) size / 1024.0, in processTCPrequest()