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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Dmovenchint.c48 track->rtp_ctx = avformat_alloc_context();
49 if (!track->rtp_ctx)
51 track->rtp_ctx->oformat = rtp_format;
52 if (!av_new_stream(track->rtp_ctx, 0))
56 track->rtp_ctx->streams[0]->sample_aspect_ratio =
61 av_free(track->rtp_ctx->streams[0]->codec);
62 track->rtp_ctx->streams[0]->codec = src_st->codec;
64 if ((ret = url_open_dyn_packet_buf(&track->rtp_ctx->pb,
67 ret = av_write_header(track->rtp_ctx);
72 track->timescale = track->rtp_ctx
428 AVFormatContext *rtp_ctx = trk->rtp_ctx; local
487 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.h171 URLContext *rtp_ctx; member in struct:RTPDemuxContext
H A Drtpdec.c197 if (!s->rtp_ctx || (count < 1))
270 result= url_write(s->rtp_ctx, buf, len);
362 s->rtp_ctx = rtpc;
H A Dmovenc.c1272 mov_write_udta_sdp(pb, track->rtp_ctx->streams[0]->codec, track->trackID);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Dmovenchint.c48 track->rtp_ctx = avformat_alloc_context();
49 if (!track->rtp_ctx)
51 track->rtp_ctx->oformat = rtp_format;
52 if (!av_new_stream(track->rtp_ctx, 0))
56 track->rtp_ctx->streams[0]->sample_aspect_ratio =
61 av_free(track->rtp_ctx->streams[0]->codec);
62 track->rtp_ctx->streams[0]->codec = src_st->codec;
64 if ((ret = url_open_dyn_packet_buf(&track->rtp_ctx->pb,
67 ret = av_write_header(track->rtp_ctx);
72 track->timescale = track->rtp_ctx
428 AVFormatContext *rtp_ctx = trk->rtp_ctx; local
487 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.h171 URLContext *rtp_ctx; member in struct:RTPDemuxContext
H A Drtpdec.c197 if (!s->rtp_ctx || (count < 1))
270 result= url_write(s->rtp_ctx, buf, len);
362 s->rtp_ctx = rtpc;
H A Dmovenc.c1272 mov_write_udta_sdp(pb, track->rtp_ctx->streams[0]->codec, track->trackID);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Dmovenchint.c48 track->rtp_ctx = avformat_alloc_context();
49 if (!track->rtp_ctx)
51 track->rtp_ctx->oformat = rtp_format;
52 if (!av_new_stream(track->rtp_ctx, 0))
56 track->rtp_ctx->streams[0]->sample_aspect_ratio =
61 av_free(track->rtp_ctx->streams[0]->codec);
62 track->rtp_ctx->streams[0]->codec = src_st->codec;
64 if ((ret = url_open_dyn_packet_buf(&track->rtp_ctx->pb,
67 ret = av_write_header(track->rtp_ctx);
72 track->timescale = track->rtp_ctx
428 AVFormatContext *rtp_ctx = trk->rtp_ctx; local
487 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.h171 URLContext *rtp_ctx; member in struct:RTPDemuxContext
H A Drtpdec.c197 if (!s->rtp_ctx || (count < 1))
270 result= url_write(s->rtp_ctx, buf, len);
362 s->rtp_ctx = rtpc;
H A Dmovenc.c1272 mov_write_udta_sdp(pb, track->rtp_ctx->streams[0]->codec, track->trackID);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffserver.c167 AVFormatContext *rtp_ctx[MAX_STREAMS]; member in struct:HTTPContext
847 ctx = c->rtp_ctx[i];
2376 ctx = c->rtp_ctx[c->packet_stream_index];
3137 if (rtp_c->rtp_ctx[stream_index]) {
3455 c->rtp_ctx[stream_index] = ctx;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffserver.c167 AVFormatContext *rtp_ctx[MAX_STREAMS]; member in struct:HTTPContext
847 ctx = c->rtp_ctx[i];
2376 ctx = c->rtp_ctx[c->packet_stream_index];
3137 if (rtp_c->rtp_ctx[stream_index]) {
3455 c->rtp_ctx[stream_index] = ctx;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffserver.c167 AVFormatContext *rtp_ctx[MAX_STREAMS]; member in struct:HTTPContext
847 ctx = c->rtp_ctx[i];
2376 ctx = c->rtp_ctx[c->packet_stream_index];
3137 if (rtp_c->rtp_ctx[stream_index]) {
3455 c->rtp_ctx[stream_index] = ctx;

Completed in 156 milliseconds