Searched refs:RTMP_PT_PING (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtmppkt.h49 RTMP_PT_PING, ///< ping enumerator in enum:RTMPPacketType
H A Drtmpproto.c294 ff_rtmp_packet_create(&pkt, RTMP_NETWORK_CHANNEL, RTMP_PT_PING, 1, 10);
337 ff_rtmp_packet_create(&pkt, RTMP_NETWORK_CHANNEL, RTMP_PT_PING, ppkt->timestamp + 1, 6);
574 case RTMP_PT_PING:
H A Drtmppkt.c348 case RTMP_PT_PING: return "ping";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtmppkt.h50 RTMP_PT_PING, ///< ping enumerator in enum:RTMPPacketType
H A Drtmpproto.c481 RTMP_PT_PING, 0, 6)) < 0)
688 if ((ret = ff_rtmp_packet_create(&pkt, RTMP_NETWORK_CHANNEL, RTMP_PT_PING,
793 if ((ret = ff_rtmp_packet_create(&pkt, RTMP_NETWORK_CHANNEL, RTMP_PT_PING,
814 if ((ret = ff_rtmp_packet_create(&pkt, RTMP_NETWORK_CHANNEL, RTMP_PT_PING,
1796 RTMP_PT_PING, 0, 6)) < 0) {
2222 case RTMP_PT_PING:
H A Drtmppkt.c516 case RTMP_PT_PING: return "ping";

Completed in 50 milliseconds