Home
last modified time | relevance | path

Searched refs:avformat_new_stream (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/third_party/ffmpeg/libavformat/
Drawdec.c58 AVStream *st = avformat_new_stream(s, NULL); in ff_raw_audio_read_header()
78 st = avformat_new_stream(s, NULL); in ff_raw_video_read_header()
97 AVStream *st = avformat_new_stream(s, NULL); in ff_raw_subtitle_read_header()
108 AVStream *st = avformat_new_stream(s, NULL); in ff_raw_data_read_header()
Dlmlm4.c66 if (!(st = avformat_new_stream(s, NULL))) in lmlm4_read_header()
73 if (!(st = avformat_new_stream(s, NULL))) in lmlm4_read_header()
Dsdr2.c40 ast = avformat_new_stream(s, 0); in sdr2_read_header()
44 st = avformat_new_stream(s, 0); in sdr2_read_header()
Damr.c90 st = avformat_new_stream(s, NULL); in amr_read_header()
205 AVStream *st = avformat_new_stream(s, NULL); in amrnb_read_header()
261 AVStream *st = avformat_new_stream(s, NULL); in amrwb_read_header()
Dbmv.c47 st = avformat_new_stream(s, 0); in bmv_read_header()
56 ast = avformat_new_stream(s, 0); in bmv_read_header()
Dimx.c57 vst = avformat_new_stream(s, NULL); in simbiosis_imx_read_header()
58 ast = avformat_new_stream(s, NULL); in simbiosis_imx_read_header()
Dlvfdec.c61 st = avformat_new_stream(s, 0); in lvf_read_header()
76 st = avformat_new_stream(s, 0); in lvf_read_header()
Dmvi.c50 ast = avformat_new_stream(s, NULL); in read_header()
54 vst = avformat_new_stream(s, NULL); in read_header()
Dbfi.c60 vstream = avformat_new_stream(s, NULL); in bfi_read_header()
65 astream = avformat_new_stream(s, NULL); in bfi_read_header()
Dgdv.c80 vst = avformat_new_stream(ctx, 0); in gdv_read_header()
94 ast = avformat_new_stream(ctx, 0); in gdv_read_header()
Dmm.c109 st = avformat_new_stream(s, NULL); in read_header()
121 st = avformat_new_stream(s, NULL); in read_header()
Dmtv.c163 st = avformat_new_stream(s, NULL); in mtv_read_header()
180 st = avformat_new_stream(s, NULL); in mtv_read_header()
Dsmjpegdec.c91 ast = avformat_new_stream(s, 0); in smjpeg_read_header()
114 vst = avformat_new_stream(s, 0); in smjpeg_read_header()
Dc93.c82 video = avformat_new_stream(s, NULL); in read_header()
120 c93->audio = avformat_new_stream(s, NULL); in read_packet()
Dpmpdec.c54 AVStream *vst = avformat_new_stream(s, NULL); in pmp_header()
117 AVStream *ast = avformat_new_stream(s, NULL); in pmp_header()
Dtmv.c78 if (!(vst = avformat_new_stream(s, NULL))) in tmv_read_header()
81 if (!(ast = avformat_new_stream(s, NULL))) in tmv_read_header()
Dyop.c66 audio_stream = avformat_new_stream(s, NULL); in yop_read_header()
67 video_stream = avformat_new_stream(s, NULL); in yop_read_header()
Dthp.c110 st = avformat_new_stream(s, NULL); in thp_read_header()
135 st = avformat_new_stream(s, NULL); in thp_read_header()
Dpva.c60 if (!(st = avformat_new_stream(s, NULL))) in pva_read_header()
68 if (!(st = avformat_new_stream(s, NULL))) in pva_read_header()
Dmvdec.c306 ast = avformat_new_stream(avctx, NULL); in mv_read_header()
310 vst = avformat_new_stream(avctx, NULL); in mv_read_header()
386 ast = avformat_new_stream(avctx, NULL); in mv_read_header()
413 vst = avformat_new_stream(avctx, NULL); in mv_read_header()
Ddsicin.c113 st = avformat_new_stream(s, NULL); in cin_read_header()
126 st = avformat_new_stream(s, NULL); in cin_read_header()
Dsapdec.c176 AVStream *st = avformat_new_stream(s, NULL); in sap_read_header()
225 AVStream *st = avformat_new_stream(s, NULL); in sap_fetch_packet()
Didroqdec.c128 AVStream *st = avformat_new_stream(s, NULL); in roq_read_packet()
179 AVStream *st = avformat_new_stream(s, NULL); in roq_read_packet()
Drtpenc_mpegts.c78 AVStream* st = avformat_new_stream(mpegts_ctx, NULL); in rtp_mpegts_write_header()
108 st = avformat_new_stream(rtp_ctx, NULL); in rtp_mpegts_write_header()
Dsmush.c142 vst = avformat_new_stream(ctx, 0); in smush_read_header()
170 ast = avformat_new_stream(ctx, 0); in smush_read_header()

12345678910>>...12