Home
last modified time | relevance | path

Searched refs:RTP_VC2HQ_PL_HEADER_SIZE (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Drtpdec_vc2hq.c28 #define RTP_VC2HQ_PL_HEADER_SIZE 4 macro
191 if (len < RTP_VC2HQ_PL_HEADER_SIZE) { in vc2hq_handle_packet()
203 res = vc2hq_handle_sequence_header(pl_ctx, st, pkt, buf + RTP_VC2HQ_PL_HEADER_SIZE, len - RTP_VC2HQ_PL_HEADER_SIZE); in vc2hq_handle_packet()
H A Drtpenc_vc2hq.c30 #define RTP_VC2HQ_PL_HEADER_SIZE 4 macro
45 ff_rtp_send_data(ctx, rtp_ctx->buf, RTP_VC2HQ_PL_HEADER_SIZE + info_hdr_size + size, rtp_m); in send_packet()

Completed in 2 milliseconds