Searched refs:RTMP_PT_USER_CONTROL (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | rtmppkt.h | 50 RTMP_PT_USER_CONTROL, ///< user control enumerator
|
H A D | rtmpproto.c | 520 RTMP_PT_USER_CONTROL, 0, 6)) < 0) in read_connect() 751 if ((ret = ff_rtmp_packet_create(&pkt, RTMP_NETWORK_CHANNEL, RTMP_PT_USER_CONTROL, in gen_buffer_time() 883 if ((ret = ff_rtmp_packet_create(&pkt, RTMP_NETWORK_CHANNEL,RTMP_PT_USER_CONTROL, in gen_pong() 904 if ((ret = ff_rtmp_packet_create(&pkt, RTMP_NETWORK_CHANNEL, RTMP_PT_USER_CONTROL, in gen_swf_verification() 1842 RTMP_PT_USER_CONTROL, 0, 6)) < 0) { in write_begin() 2320 case RTMP_PT_USER_CONTROL: in rtmp_parse_result()
|
H A D | rtmppkt.c | 576 case RTMP_PT_USER_CONTROL: return "user control"; in rtmp_packet_type()
|
Completed in 7 milliseconds