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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dinternal.h145 int ff_write_chained(AVFormatContext *dst, int dst_stream, AVPacket *pkt,
H A Drtspenc.c214 ret = ff_write_chained(rtpctx, 0, pkt, s);
215 /* ff_write_chained does all the RTP packetization. If using TCP as
H A Dsapenc.c250 return ff_write_chained(rtpctx, 0, pkt, s);
H A Dmovenchint.c413 ff_write_chained(rtp_ctx, 0, pkt, s);
H A Dutils.c3887 int ff_write_chained(AVFormatContext *dst, int dst_stream, AVPacket *pkt, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dinternal.h139 int ff_write_chained(AVFormatContext *dst, int dst_stream, AVPacket *pkt,
H A Drtspenc.c215 ret = ff_write_chained(rtpctx, 0, pkt, s);
216 /* ff_write_chained does all the RTP packetization. If using TCP as
H A Dsapenc.c259 return ff_write_chained(rtpctx, 0, pkt, s);
H A Dhlsenc.c305 ret = ff_write_chained(oc, pkt->stream_index, pkt, s);
H A Dmovenchint.c425 ff_write_chained(rtp_ctx, 0, pkt, s);
H A Dhdsenc.c552 return ff_write_chained(os->ctx, pkt->stream_index - os->first_stream, pkt, s);
H A Dsegment.c761 ret = ff_write_chained(seg->avf, pkt->stream_index, pkt, s);
H A Dsmoothstreamingenc.c596 return ff_write_chained(os->ctx, 0, pkt, s);
H A Dmux.c961 int ff_write_chained(AVFormatContext *dst, int dst_stream, AVPacket *pkt, function

Completed in 104 milliseconds