Home
last modified time | relevance | path

Searched defs:avf (Results 1 – 21 of 21) sorted by relevance

/third_party/ffmpeg/libavformat/
Dfifo.c38 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 …]
Dconcatdec.c62 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 …]
Dfifo_test.c60 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()
Dtee.c39 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()
Dsrtenc.c37 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()
Dsccenc.c33 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()
Dtedcaptionsdec.c276 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()
Dmicrodvdenc.c46 static int microdvd_write_packet(AVFormatContext *avf, AVPacket *pkt) in microdvd_write_packet()
Doggparseopus.c38 static int opus_header(AVFormatContext *avf, int idx) in opus_header()
111 static int opus_packet(AVFormatContext *avf, int idx) in opus_packet()
Dwebm_chunk.c46 AVFormatContext *avf; member
Dsbgdec.c1404 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()
Dnut.h93 AVFormatContext *avf; member
Dipmovie.c81 AVFormatContext *avf; member
Dnutdec.c480 static void set_disposition_bits(AVFormatContext *avf, char *value, in set_disposition_bits()
Dsegment.c76 AVFormatContext *avf; member
Dhlsenc.c131 AVFormatContext *avf; member
569 static int hls_delete_file(HLSContext *hls, AVFormatContext *avf, in hls_delete_file()
/third_party/ffmpeg/tools/
Dseek_print.c48 AVFormatContext *avf = NULL; in main() local
/third_party/ffmpeg/libavfilter/
Dsrc_movie.c99 static AVStream *find_stream(void *log, AVFormatContext *avf, const char *spec) in find_stream()
Dvf_minterpolate.c162 AVFrame *avf; member
/third_party/ffmpeg/fftools/
Dffmpeg_filter.c680 AVFormatContext *avf = input_files[ist->file_index]->ctx; in sub2video_prepare() local
Dffmpeg.c3287 AVFormatContext *avf = output_files[ost->file_index]->ctx; in parse_forced_key_frames() local