Home
last modified time | relevance | path

Searched refs:RTMP_PT_WINDOW_ACK_SIZE (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Drtmppkt.h51 RTMP_PT_WINDOW_ACK_SIZE, ///< window acknowledgement size enumerator
H A Drtmppkt.c577 case RTMP_PT_WINDOW_ACK_SIZE: return "window acknowledgement size"; in rtmp_packet_type()
676 } else if (p->type == RTMP_PT_WINDOW_ACK_SIZE) { in ff_rtmp_packet_dump()
H A Drtmpproto.c443 } else if (pkt.type == RTMP_PT_WINDOW_ACK_SIZE) { in read_connect()
490 RTMP_PT_WINDOW_ACK_SIZE, 0, 4)) < 0) in read_connect()
924 if ((ret = ff_rtmp_packet_create(&pkt, RTMP_NETWORK_CHANNEL, RTMP_PT_WINDOW_ACK_SIZE, in gen_window_ack_size()
2328 case RTMP_PT_WINDOW_ACK_SIZE: in rtmp_parse_result()

Completed in 6 milliseconds