Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dfifo.c39 AVFormatContext *avf; member
89 AVFormatContext *avf; member
125 AVFormatContext *avf = ctx->avf; in fifo_thread_write_header() local
164 AVFormatContext *avf = ctx->avf; in fifo_thread_flush_output() local
171 static int64_t next_duration(AVFormatContext *avf, AVPacket *pkt, int64_t *last_dts) in next_duration()
182 AVFormatContext *avf = ctx->avf; in fifo_thread_write_packet() local
225 AVFormatContext *avf = ctx->avf; in fifo_thread_write_trailer() local
296 AVFormatContext *avf = ctx->avf; in fifo_thread_process_recovery_failure() local
327 AVFormatContext *avf = ctx->avf; in fifo_thread_attempt_recovery() local
398 AVFormatContext *avf = ctx->avf; in fifo_thread_recover() local
[all …]
Dconcatdec.c66 AVFormatContext *avf; member
113 static int add_file(AVFormatContext *avf, char *filename, ConcatFile **rfile, in add_file()
199 static int detect_stream_specific(AVFormatContext *avf, int idx) in detect_stream_specific()
241 static int match_streams_one_to_one(AVFormatContext *avf) in match_streams_one_to_one()
261 static int match_streams_exact_id(AVFormatContext *avf) in match_streams_exact_id()
283 static int match_streams(AVFormatContext *avf) in match_streams()
320 static int64_t get_best_effort_duration(ConcatFile *file, AVFormatContext *avf) in get_best_effort_duration()
333 static int open_file(AVFormatContext *avf, unsigned fileno) in open_file()
392 static int concat_read_close(AVFormatContext *avf) in concat_read_close()
458 static int concat_parse_script(AVFormatContext *avf) in concat_parse_script()
[all …]
Dfifo_test.c59 static int failing_write_header(AVFormatContext *avf) in failing_write_header()
65 static int failing_write_packet(AVFormatContext *avf, AVPacket *pkt) in failing_write_packet()
100 static int failing_write_trailer(AVFormatContext *avf) in failing_write_trailer()
106 static void failing_deinit(AVFormatContext *avf) in failing_deinit()
Dtee.c40 AVFormatContext *avf; member
120 AVFormatContext *avf; in close_slave() local
145 static void close_slaves(AVFormatContext *avf) in close_slaves()
156 static int open_slave(AVFormatContext *avf, char *slave, TeeSlave *tee_slave) in open_slave()
430 static int tee_process_slave_failure(AVFormatContext *avf, unsigned slave_idx, int err_n) in tee_process_slave_failure()
452 static int tee_write_header(AVFormatContext *avf) in tee_write_header()
518 static int tee_write_trailer(AVFormatContext *avf) in tee_write_trailer()
535 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()
311 static int tedcaptions_read_packet(AVFormatContext *avf, AVPacket *packet) in tedcaptions_read_packet()
318 static int tedcaptions_read_close(AVFormatContext *avf) in tedcaptions_read_close()
349 static int tedcaptions_read_seek(AVFormatContext *avf, int stream_index, in tedcaptions_read_seek()
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()
Dmicrodvdenc.c46 static int microdvd_write_packet(AVFormatContext *avf, AVPacket *pkt) in microdvd_write_packet()
Dwebm_chunk.c47 AVFormatContext *avf; member
Dsbgdec.c1410 static av_cold int sbg_read_header(AVFormatContext *avf) in sbg_read_header()
1487 static int sbg_read_packet(AVFormatContext *avf, AVPacket *packet) in sbg_read_packet()
1508 static int sbg_read_seek2(AVFormatContext *avf, int stream_index, in sbg_read_seek2()
1519 static int sbg_read_seek(AVFormatContext *avf, int stream_index, in sbg_read_seek()
Dnut.h93 AVFormatContext *avf; member
Dipmovie.c83 AVFormatContext *avf; member
Dnutdec.c488 static void set_disposition_bits(AVFormatContext *avf, char *value, in set_disposition_bits()
Dsegment.c77 AVFormatContext *avf; member
Dhlsenc.c131 AVFormatContext *avf; member
565 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/node/deps/v8/src/parsing/
Dpreparser.cc28 AstValueFactory* avf) { in GetIdentifierHelper()
Dpreparser.h831 explicit PreParserFuncNameInferrer(AstValueFactory* avf) {} in PreParserFuncNameInferrer()
Dparser-base.h6495 AstValueFactory* avf = ast_value_factory(); in CheckClassMethodName() local
6526 AstValueFactory* avf = ast_value_factory(); in CheckClassFieldName() local
/third_party/ffmpeg/libavfilter/
Dsrc_movie.c105 static AVStream *find_stream(void *log, AVFormatContext *avf, const char *spec) in find_stream()
Dvf_minterpolate.c161 AVFrame *avf; member
/third_party/ffmpeg/fftools/
Dffmpeg_filter.c662 AVFormatContext *avf = input_files[ist->file_index]->ctx; in sub2video_prepare() local
Dffmpeg.c2893 AVFormatContext *avf = output_files[ost->file_index]->ctx; in parse_forced_key_frames() local