Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Drtpenc_vc2hq.c36 static void send_packet(AVFormatContext *ctx, uint8_t parse_code, int info_hdr_size, const uint8_t *buf, int size, int i, int f, int rtp_m) in send_packet() argument
44 memcpy(&rtp_ctx->buf[4 + info_hdr_size], buf, size); in send_packet()
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 1 milliseconds