Searched refs:RTMP_LogStatus (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | log.h | 53 void RTMP_LogStatus(const char *format, ...) __attribute__ ((__format__ (__printf__, 1, 2))); 57 void RTMP_LogStatus(const char *format, ...);
|
| H A D | log.c | 208 void RTMP_LogStatus(const char *format, ...) in RTMP_LogStatus() function
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/ |
| H A D | rtmpdump.c | 553 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 D | rtmpgw.c | 617 RTMP_LogStatus("\r%.3f KB / %.2f sec (%.1f%%)", in processTCPrequest() 623 RTMP_LogStatus("\r%.3f KB / %.2f sec", (double) size / 1024.0, in processTCPrequest()
|