/third_party/ffmpeg/libavformat/ |
D | rawdec.c | 58 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()
|
D | lmlm4.c | 66 if (!(st = avformat_new_stream(s, NULL))) in lmlm4_read_header() 73 if (!(st = avformat_new_stream(s, NULL))) in lmlm4_read_header()
|
D | sdr2.c | 40 ast = avformat_new_stream(s, 0); in sdr2_read_header() 44 st = avformat_new_stream(s, 0); in sdr2_read_header()
|
D | amr.c | 90 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()
|
D | bmv.c | 47 st = avformat_new_stream(s, 0); in bmv_read_header() 56 ast = avformat_new_stream(s, 0); in bmv_read_header()
|
D | imx.c | 57 vst = avformat_new_stream(s, NULL); in simbiosis_imx_read_header() 58 ast = avformat_new_stream(s, NULL); in simbiosis_imx_read_header()
|
D | lvfdec.c | 61 st = avformat_new_stream(s, 0); in lvf_read_header() 76 st = avformat_new_stream(s, 0); in lvf_read_header()
|
D | mvi.c | 50 ast = avformat_new_stream(s, NULL); in read_header() 54 vst = avformat_new_stream(s, NULL); in read_header()
|
D | bfi.c | 60 vstream = avformat_new_stream(s, NULL); in bfi_read_header() 65 astream = avformat_new_stream(s, NULL); in bfi_read_header()
|
D | gdv.c | 80 vst = avformat_new_stream(ctx, 0); in gdv_read_header() 94 ast = avformat_new_stream(ctx, 0); in gdv_read_header()
|
D | mm.c | 109 st = avformat_new_stream(s, NULL); in read_header() 121 st = avformat_new_stream(s, NULL); in read_header()
|
D | mtv.c | 163 st = avformat_new_stream(s, NULL); in mtv_read_header() 180 st = avformat_new_stream(s, NULL); in mtv_read_header()
|
D | smjpegdec.c | 91 ast = avformat_new_stream(s, 0); in smjpeg_read_header() 114 vst = avformat_new_stream(s, 0); in smjpeg_read_header()
|
D | c93.c | 82 video = avformat_new_stream(s, NULL); in read_header() 120 c93->audio = avformat_new_stream(s, NULL); in read_packet()
|
D | pmpdec.c | 54 AVStream *vst = avformat_new_stream(s, NULL); in pmp_header() 117 AVStream *ast = avformat_new_stream(s, NULL); in pmp_header()
|
D | tmv.c | 78 if (!(vst = avformat_new_stream(s, NULL))) in tmv_read_header() 81 if (!(ast = avformat_new_stream(s, NULL))) in tmv_read_header()
|
D | yop.c | 66 audio_stream = avformat_new_stream(s, NULL); in yop_read_header() 67 video_stream = avformat_new_stream(s, NULL); in yop_read_header()
|
D | thp.c | 110 st = avformat_new_stream(s, NULL); in thp_read_header() 135 st = avformat_new_stream(s, NULL); in thp_read_header()
|
D | pva.c | 60 if (!(st = avformat_new_stream(s, NULL))) in pva_read_header() 68 if (!(st = avformat_new_stream(s, NULL))) in pva_read_header()
|
D | mvdec.c | 306 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()
|
D | dsicin.c | 113 st = avformat_new_stream(s, NULL); in cin_read_header() 126 st = avformat_new_stream(s, NULL); in cin_read_header()
|
D | sapdec.c | 176 AVStream *st = avformat_new_stream(s, NULL); in sap_read_header() 225 AVStream *st = avformat_new_stream(s, NULL); in sap_fetch_packet()
|
D | idroqdec.c | 128 AVStream *st = avformat_new_stream(s, NULL); in roq_read_packet() 179 AVStream *st = avformat_new_stream(s, NULL); in roq_read_packet()
|
D | rtpenc_mpegts.c | 78 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()
|
D | smush.c | 142 vst = avformat_new_stream(ctx, 0); in smush_read_header() 170 ast = avformat_new_stream(ctx, 0); in smush_read_header()
|