Home
last modified time | relevance | path

Searched refs:ff_write_chained (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtspenc.c216 ret = ff_write_chained(rtpctx, 0, pkt, s, 0); in rtsp_write_packet()
Dsapenc.c267 return ff_write_chained(rtpctx, 0, pkt, s, 0); in sap_write_packet()
Dinternal.h447 int ff_write_chained(AVFormatContext *dst, int dst_stream, AVPacket *pkt,
Dmovenchint.c425 ff_write_chained(rtp_ctx, 0, pkt, s, 0); in ff_mov_add_hinted_packet()
Dhdsenc.c526 return ff_write_chained(os->ctx, pkt->stream_index - os->first_stream, pkt, s, 0); in hds_write_packet()
Dsmoothstreamingenc.c603 return ff_write_chained(os->ctx, 0, pkt, s, 0); in ism_write_packet()
Dsegment.c960 ret = ff_write_chained(seg->avf, pkt->stream_index, pkt, s, in seg_write_packet()
Dmux.c1328 int ff_write_chained(AVFormatContext *dst, int dst_stream, AVPacket *pkt, function
Ddashenc.c2220 if ((ret = ff_write_chained(os->ctx, 0, pkt, s, 0)) < 0) in dash_write_packet()
Dhlsenc.c2675 ret = ff_write_chained(oc, stream_index, pkt, s, 0);