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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmovenchint.c45 track->rtp_ctx = ff_rtp_chain_mux_open(s, src_st, NULL,
47 if (!track->rtp_ctx)
51 track->timescale = track->rtp_ctx->streams[0]->time_base.den;
395 AVFormatContext *rtp_ctx = trk->rtp_ctx; local
402 if (!rtp_ctx)
404 if (!rtp_ctx->pb)
413 ff_write_chained(rtp_ctx, 0, pkt, s);
417 size = avio_close_dyn_buf(rtp_ctx->pb, &buf);
418 if ((ret = ffio_open_dyn_packet_buf(&rtp_ctx
448 AVFormatContext* rtp_ctx = track->rtp_ctx; local
[all...]
H A Dmovenc.h95 AVFormatContext *rtp_ctx; ///< the format context for the hinting rtp muxer member in struct:MOVIndex
H A Drtpdec.h162 URLContext *rtp_ctx; member in struct:RTPDemuxContext
H A Drtpdec.c242 if (!s->rtp_ctx || (count < 1))
316 result= ffurl_write(s->rtp_ctx, buf, len);
409 s->rtp_ctx = rtpc;
H A Dmovenc.c1423 mov_write_udta_sdp(pb, track->rtp_ctx, track->trackID);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmovenchint.c46 ret = ff_rtp_chain_mux_open(&track->rtp_ctx, s, src_st, NULL,
52 track->timescale = track->rtp_ctx->streams[0]->time_base.den;
407 AVFormatContext *rtp_ctx = trk->rtp_ctx; local
414 if (!rtp_ctx)
416 if (!rtp_ctx->pb)
425 ff_write_chained(rtp_ctx, 0, pkt, s);
429 size = avio_close_dyn_buf(rtp_ctx->pb, &buf);
430 if ((ret = ffio_open_dyn_packet_buf(&rtp_ctx->pb,
461 AVFormatContext *rtp_ctx local
[all...]
H A Dmovenc.h117 AVFormatContext *rtp_ctx; ///< the format context for the hinting rtp muxer member in struct:MOVTrack
H A Dmovenc.c1978 AVFormatContext *ctx = track->rtp_ctx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davserver.c172 AVFormatContext *rtp_ctx[MAX_STREAMS]; member in struct:HTTPContext
861 ctx = c->rtp_ctx[i];
2351 ctx = c->rtp_ctx[c->packet_stream_index];
3119 if (rtp_c->rtp_ctx[stream_index]) {
3440 c->rtp_ctx[stream_index] = ctx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffserver.c185 AVFormatContext *rtp_ctx[MAX_STREAMS]; member in struct:HTTPContext
917 ctx = c->rtp_ctx[i];
2435 ctx = c->rtp_ctx[c->packet_stream_index];
3194 if (rtp_c->rtp_ctx[stream_index]) {
3501 c->rtp_ctx[stream_index] = ctx;

Completed in 212 milliseconds