/third_party/ffmpeg/libavformat/ |
D | fifo.c | 38 AVFormatContext *avf; member 88 AVFormatContext *avf; member 124 AVFormatContext *avf = ctx->avf; in fifo_thread_write_header() local 163 AVFormatContext *avf = ctx->avf; in fifo_thread_flush_output() local 170 static int64_t next_duration(AVFormatContext *avf, AVPacket *pkt, int64_t *last_dts) in next_duration() 181 AVFormatContext *avf = ctx->avf; in fifo_thread_write_packet() local 214 AVFormatContext *avf = ctx->avf; in fifo_thread_write_trailer() local 285 AVFormatContext *avf = ctx->avf; in fifo_thread_process_recovery_failure() local 316 AVFormatContext *avf = ctx->avf; in fifo_thread_attempt_recovery() local 387 AVFormatContext *avf = ctx->avf; in fifo_thread_recover() local [all …]
|
D | concatdec.c | 62 AVFormatContext *avf; member 109 static int add_file(AVFormatContext *avf, char *filename, ConcatFile **rfile, in add_file() 194 static int detect_stream_specific(AVFormatContext *avf, int idx) in detect_stream_specific() 236 static int match_streams_one_to_one(AVFormatContext *avf) in match_streams_one_to_one() 256 static int match_streams_exact_id(AVFormatContext *avf) in match_streams_exact_id() 278 static int match_streams(AVFormatContext *avf) in match_streams() 315 static int64_t get_best_effort_duration(ConcatFile *file, AVFormatContext *avf) in get_best_effort_duration() 328 static int open_file(AVFormatContext *avf, unsigned fileno) in open_file() 376 static int concat_read_close(AVFormatContext *avf) in concat_read_close() 396 static int concat_read_header(AVFormatContext *avf) in concat_read_header() [all …]
|
D | fifo_test.c | 60 static int failing_write_header(AVFormatContext *avf) in failing_write_header() 66 static int failing_write_packet(AVFormatContext *avf, AVPacket *pkt) in failing_write_packet() 101 static int failing_write_trailer(AVFormatContext *avf) in failing_write_trailer() 107 static void failing_deinit(AVFormatContext *avf) in failing_deinit()
|
D | tee.c | 39 AVFormatContext *avf; member 123 AVFormatContext *avf; in close_slave() local 147 static void close_slaves(AVFormatContext *avf) in close_slaves() 158 static int open_slave(AVFormatContext *avf, char *slave, TeeSlave *tee_slave) in open_slave() 432 static int tee_process_slave_failure(AVFormatContext *avf, unsigned slave_idx, int err_n) in tee_process_slave_failure() 454 static int tee_write_header(AVFormatContext *avf) in tee_write_header() 520 static int tee_write_trailer(AVFormatContext *avf) in tee_write_trailer() 537 static int tee_write_packet(AVFormatContext *avf, AVPacket *pkt) in tee_write_packet()
|
D | srtenc.c | 37 static int srt_write_header(AVFormatContext *avf) in srt_write_header() 59 static int srt_write_packet(AVFormatContext *avf, AVPacket *pkt) in srt_write_packet()
|
D | sccenc.c | 33 static int scc_write_header(AVFormatContext *avf) in scc_write_header() 58 static int scc_write_packet(AVFormatContext *avf, AVPacket *pkt) in scc_write_packet()
|
D | tedcaptionsdec.c | 276 static av_cold int tedcaptions_read_header(AVFormatContext *avf) in tedcaptions_read_header() 310 static int tedcaptions_read_packet(AVFormatContext *avf, AVPacket *packet) in tedcaptions_read_packet() 317 static int tedcaptions_read_close(AVFormatContext *avf) in tedcaptions_read_close() 348 static int tedcaptions_read_seek(AVFormatContext *avf, int stream_index, in tedcaptions_read_seek()
|
D | microdvdenc.c | 46 static int microdvd_write_packet(AVFormatContext *avf, AVPacket *pkt) in microdvd_write_packet()
|
D | oggparseopus.c | 38 static int opus_header(AVFormatContext *avf, int idx) in opus_header() 111 static int opus_packet(AVFormatContext *avf, int idx) in opus_packet()
|
D | webm_chunk.c | 46 AVFormatContext *avf; member
|
D | sbgdec.c | 1404 static av_cold int sbg_read_header(AVFormatContext *avf) in sbg_read_header() 1473 static int sbg_read_packet(AVFormatContext *avf, AVPacket *packet) in sbg_read_packet() 1494 static int sbg_read_seek2(AVFormatContext *avf, int stream_index, in sbg_read_seek2() 1505 static int sbg_read_seek(AVFormatContext *avf, int stream_index, in sbg_read_seek()
|
D | nut.h | 93 AVFormatContext *avf; member
|
D | ipmovie.c | 81 AVFormatContext *avf; member
|
D | nutdec.c | 480 static void set_disposition_bits(AVFormatContext *avf, char *value, in set_disposition_bits()
|
D | segment.c | 76 AVFormatContext *avf; member
|
D | hlsenc.c | 131 AVFormatContext *avf; member 569 static int hls_delete_file(HLSContext *hls, AVFormatContext *avf, in hls_delete_file()
|
/third_party/ffmpeg/tools/ |
D | seek_print.c | 48 AVFormatContext *avf = NULL; in main() local
|
/third_party/ffmpeg/libavfilter/ |
D | src_movie.c | 99 static AVStream *find_stream(void *log, AVFormatContext *avf, const char *spec) in find_stream()
|
D | vf_minterpolate.c | 162 AVFrame *avf; member
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg_filter.c | 680 AVFormatContext *avf = input_files[ist->file_index]->ctx; in sub2video_prepare() local
|
D | ffmpeg.c | 3287 AVFormatContext *avf = output_files[ost->file_index]->ctx; in parse_forced_key_frames() local
|