Home
last modified time | relevance | path

Searched refs:ff_rtmp_packet_destroy (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtmpproto.c250 ff_rtmp_packet_destroy(pkt); in rtmp_send_packet()
389 ff_rtmp_packet_destroy(&pkt); in gen_connect()
430 ff_rtmp_packet_destroy(&pkt); in read_connect()
435 ff_rtmp_packet_destroy(&pkt); in read_connect()
441 ff_rtmp_packet_destroy(&pkt); in read_connect()
446 ff_rtmp_packet_destroy(&pkt); in read_connect()
455 ff_rtmp_packet_destroy(&pkt); in read_connect()
462 ff_rtmp_packet_destroy(&pkt); in read_connect()
467 ff_rtmp_packet_destroy(&pkt); in read_connect()
482 ff_rtmp_packet_destroy(&pkt); in read_connect()
[all …]
Drtmppkt.h107 void ff_rtmp_packet_destroy(RTMPPacket *pkt);
Drtmppkt.c233 ff_rtmp_packet_destroy(&prev_pkt[channel_id]); in rtmp_packet_read_one_chunk()
270 ff_rtmp_packet_destroy(p); in rtmp_packet_read_one_chunk()
420 void ff_rtmp_packet_destroy(RTMPPacket *pkt) in ff_rtmp_packet_destroy() function