Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Drtmp.h289 void RTMP_SetBufferMS(RTMP *r, int size);
H A Drtmp.c381 RTMP_SetBufferMS(RTMP *r, int size) in RTMP_SetBufferMS() function
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpdump.c544 RTMP_SetBufferMS(rtmp, bufferTime); in Download()
1278 RTMP_SetBufferMS(&rtmp, bufferTime); in main()
H A Drtmpgw.c555 RTMP_SetBufferMS(&rtmp, req.bufferTime); in processTCPrequest()