Searched refs:RTP_MIN_PACKET_LENGTH (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ | ||
D | rtpdec.h | 35 #define RTP_MIN_PACKET_LENGTH 12 macro |
D | rtpdec.c | 407 uint8_t buf[RTP_MIN_PACKET_LENGTH], *ptr = buf; in ff_rtp_send_punch_packets() |