Lines Matching refs:rtp_ctx
46 ret = ff_rtp_chain_mux_open(&track->rtp_ctx, s, src_st, NULL,
52 track->timescale = track->rtp_ctx->streams[0]->time_base.den;
406 AVFormatContext *rtp_ctx = trk->rtp_ctx;
413 if (!rtp_ctx)
415 if (!rtp_ctx->pb)
424 ff_write_chained(rtp_ctx, 0, pkt, s, 0);
428 size = avio_close_dyn_buf(rtp_ctx->pb, &buf);
429 if ((ret = ffio_open_dyn_packet_buf(&rtp_ctx->pb,
461 AVFormatContext *rtp_ctx = track->rtp_ctx;
465 if (!rtp_ctx)
467 if (rtp_ctx->pb) {
468 av_write_trailer(rtp_ctx);
469 ffio_free_dyn_buf(&rtp_ctx->pb);
471 avformat_free_context(rtp_ctx);