/third_party/ffmpeg/doc/examples/ |
D | transcoding.c | 422 static int encode_write_frame(unsigned int stream_index, int flush) in encode_write_frame() 459 static int filter_encode_write_frame(AVFrame *frame, unsigned int stream_index) in filter_encode_write_frame() 498 static int flush_encoder(unsigned int stream_index) in flush_encoder() 512 unsigned int stream_index; in main() local
|
D | remuxing.c | 53 int stream_index = 0; in main() local
|
/third_party/ffmpeg/libavformat/ |
D | wtvdec.c | 828 int stream_index = ff_find_stream_index(s, sid); in parse_chunks() local 849 int stream_index = ff_find_stream_index(s, sid); in parse_chunks() local 870 int stream_index = ff_find_stream_index(s, sid); in parse_chunks() local 883 int stream_index = ff_find_stream_index(s, sid); in parse_chunks() local 891 int stream_index = ff_find_stream_index(s, sid); in parse_chunks() local 906 int stream_index = ff_find_stream_index(s, sid); in parse_chunks() local 924 int stream_index = ff_find_stream_index(s, sid); in parse_chunks() local 934 int stream_index = ff_find_stream_index(s, sid); in parse_chunks() local 1074 int stream_index, len, ret; in read_packet() local 1089 static int read_seek(AVFormatContext *s, int stream_index, in read_seek()
|
D | tmv.c | 45 unsigned stream_index; member 172 static int tmv_read_seek(AVFormatContext *s, int stream_index, in tmv_read_seek()
|
D | moflex.c | 174 int stream_index = -1; in moflex_read_sync() local 285 int stream_index, bits, pkt_size, endframe; in moflex_read_packet() local 356 static int moflex_read_seek(AVFormatContext *s, int stream_index, in moflex_read_seek()
|
D | pcm.c | 57 int stream_index, int64_t timestamp, int flags) in ff_pcm_read_seek()
|
D | dhav.c | 302 static int64_t get_pts(AVFormatContext *s, int stream_index) in get_pts() 331 int size, ret, stream_index; in dhav_read_packet() local 427 static int dhav_read_seek(AVFormatContext *s, int stream_index, in dhav_read_seek()
|
D | lvfdec.c | 109 int stream_index; in lvf_read_packet() local
|
D | luodatdec.c | 60 int index, ret, key, stream_id, stream_index, width, height, fps, pkt_size; in dat_read_packet() local
|
D | flacdec.c | 259 static av_unused int64_t flac_read_timestamp(AVFormatContext *s, int stream_index, in flac_read_timestamp() 310 static int flac_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags) { in flac_seek()
|
D | filmstripdec.c | 99 static int read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags) in read_seek()
|
D | avienc.c | 107 static int avi_add_ientry(AVFormatContext *s, int stream_index, char *tag, in avi_add_ientry() 232 static void write_odml_master(AVFormatContext *s, int stream_index) in write_odml_master() 600 static void update_odml_entry(AVFormatContext *s, int stream_index, int64_t ix, int size) in update_odml_entry() 745 static int write_skip_frames(AVFormatContext *s, int stream_index, int64_t dts) in write_skip_frames() 770 const int stream_index = pkt->stream_index; in avi_write_packet() local 867 const int stream_index = pkt->stream_index; in avi_write_packet_internal() local
|
D | vocdec.c | 71 static int voc_read_seek(AVFormatContext *s, int stream_index, in voc_read_seek()
|
D | gxf.c | 508 int stream_index; in gxf_packet() local 565 static int gxf_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags) { in gxf_seek() 591 static int64_t gxf_read_timestamp(AVFormatContext *s, int stream_index, in gxf_read_timestamp()
|
D | mux.c | 1050 int ff_get_muxer_ts_offset(AVFormatContext *s, int stream_index, int64_t *offset) 1355 static int write_uncoded_frame_internal(AVFormatContext *s, int stream_index, 1398 int av_write_uncoded_frame(AVFormatContext *s, int stream_index, 1404 int av_interleaved_write_uncoded_frame(AVFormatContext *s, int stream_index, 1410 int av_write_uncoded_frame_query(AVFormatContext *s, int stream_index)
|
D | subviewer1dec.c | 101 static int subviewer1_read_seek(AVFormatContext *s, int stream_index, in subviewer1_read_seek()
|
D | utils.c | 745 static int update_wrap_reference(AVFormatContext *s, AVStream *st, int stream_index, AVPacket *pkt) in update_wrap_reference() 1090 static void update_dts_from_pts(AVFormatContext *s, int stream_index, in update_dts_from_pts() 1116 static void update_initial_timestamps(AVFormatContext *s, int stream_index, in update_initial_timestamps() 1170 int stream_index, int64_t duration) in update_initial_durations() 1424 int stream_index, int flush) in parse_packet() 1941 void ff_reduce_index(AVFormatContext *s, int stream_index) in ff_reduce_index() 2136 static int64_t ff_read_timestamp(AVFormatContext *s, int stream_index, int64_t *ppos, int64_t pos_l… in ff_read_timestamp() argument 2145 int ff_seek_frame_binary(AVFormatContext *s, int stream_index, in ff_seek_frame_binary() 2213 int ff_find_last_ts(AVFormatContext *s, int stream_index, int64_t *ts, int64_t *pos, in ff_find_last_ts() argument 2251 int64_t ff_gen_search(AVFormatContext *s, int stream_index, int64_t target_ts, in ff_gen_search() argument [all …]
|
D | yuv4mpegdec.c | 323 static int yuv4_read_seek(AVFormatContext *s, int stream_index, in yuv4_read_seek()
|
D | uncodedframecrcenc.c | 127 static int write_frame(struct AVFormatContext *s, int stream_index, in write_frame()
|
D | vpk.c | 114 static int vpk_read_seek(AVFormatContext *s, int stream_index, in vpk_read_seek()
|
D | mlvdec.c | 51 int stream_index; member 461 static int read_seek(AVFormatContext *avctx, int stream_index, int64_t timestamp, int flags) in read_seek()
|
D | samidec.c | 130 static int sami_read_seek(AVFormatContext *s, int stream_index, in sami_read_seek()
|
D | tta.c | 174 static int tta_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags) in tta_read_seek()
|
D | vplayerdec.c | 106 static int vplayer_read_seek(AVFormatContext *s, int stream_index, in vplayer_read_seek()
|
/third_party/ffmpeg/libavdevice/ |
D | alsa_enc.c | 119 static int audio_write_frame(AVFormatContext *s1, int stream_index, in audio_write_frame()
|