/third_party/ffmpeg/libavformat/ |
D | fifo.c | 39 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 …]
|
D | concatdec.c | 66 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 …]
|
D | fifo_test.c | 59 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()
|
D | tee.c | 40 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()
|
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() 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()
|
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 | microdvdenc.c | 46 static int microdvd_write_packet(AVFormatContext *avf, AVPacket *pkt) in microdvd_write_packet()
|
D | webm_chunk.c | 47 AVFormatContext *avf; member
|
D | sbgdec.c | 1410 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()
|
D | nut.h | 93 AVFormatContext *avf; member
|
D | ipmovie.c | 83 AVFormatContext *avf; member
|
D | nutdec.c | 488 static void set_disposition_bits(AVFormatContext *avf, char *value, in set_disposition_bits()
|
D | segment.c | 77 AVFormatContext *avf; member
|
D | hlsenc.c | 131 AVFormatContext *avf; member 565 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/node/deps/v8/src/parsing/ |
D | preparser.cc | 28 AstValueFactory* avf) { in GetIdentifierHelper()
|
D | preparser.h | 831 explicit PreParserFuncNameInferrer(AstValueFactory* avf) {} in PreParserFuncNameInferrer()
|
D | parser-base.h | 6495 AstValueFactory* avf = ast_value_factory(); in CheckClassMethodName() local 6526 AstValueFactory* avf = ast_value_factory(); in CheckClassFieldName() local
|
/third_party/ffmpeg/libavfilter/ |
D | src_movie.c | 105 static AVStream *find_stream(void *log, AVFormatContext *avf, const char *spec) in find_stream()
|
D | vf_minterpolate.c | 161 AVFrame *avf; member
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg_filter.c | 662 AVFormatContext *avf = input_files[ist->file_index]->ctx; in sub2video_prepare() local
|
D | ffmpeg.c | 2893 AVFormatContext *avf = output_files[ost->file_index]->ctx; in parse_forced_key_frames() local
|