Searched defs:fmt_ctx (Results 1 – 13 of 13) sorted by relevance
| /third_party/ffmpeg/doc/examples/ |
| D | extract_mvs.c | 27 static AVFormatContext *fmt_ctx = NULL; variable 76 static int open_codec_context(AVFormatContext *fmt_ctx, enum AVMediaType type) in open_codec_context()
|
| D | metadata.c | 36 AVFormatContext *fmt_ctx = NULL; in main() local
|
| D | demuxing_decoding.c | 37 static AVFormatContext *fmt_ctx = NULL; variable 148 … AVCodecContext **dec_ctx, AVFormatContext *fmt_ctx, enum AVMediaType type) in open_codec_context()
|
| D | avio_reading.c | 61 AVFormatContext *fmt_ctx = NULL; in main() local
|
| D | remuxing.c | 34 static void log_packet(const AVFormatContext *fmt_ctx, const AVPacket *pkt, const char *tag) in log_packet()
|
| D | filtering_audio.c | 42 static AVFormatContext *fmt_ctx; variable
|
| D | filtering_video.c | 46 static AVFormatContext *fmt_ctx; variable
|
| D | muxing.c | 70 static void log_packet(const AVFormatContext *fmt_ctx, const AVPacket *pkt) in log_packet() 81 static int write_frame(AVFormatContext *fmt_ctx, AVCodecContext *c, in write_frame()
|
| /third_party/ffmpeg/tests/api/ |
| D | api-seek-test.c | 75 static int compute_crc_of_packets(AVFormatContext *fmt_ctx, int video_stream, in compute_crc_of_packets() 192 AVFormatContext *fmt_ctx = NULL; in seek_test() local
|
| D | api-h264-test.c | 41 AVFormatContext *fmt_ctx = NULL; in video_decode_example() local
|
| D | api-band-test.c | 75 AVFormatContext *fmt_ctx = NULL; in video_decode() local
|
| /third_party/ffmpeg/fftools/ |
| D | ffprobe.c | 77 AVFormatContext *fmt_ctx; member 2194 AVFormatContext *fmt_ctx) in show_subtitle() 2217 AVFormatContext *fmt_ctx) in show_frame() 2370 AVFormatContext *fmt_ctx = ifile->fmt_ctx; in process_frame() local 2455 AVFormatContext *fmt_ctx = ifile->fmt_ctx; in read_interval_packets() local 2562 AVFormatContext *fmt_ctx = ifile->fmt_ctx; in read_packets() local 2580 static int show_stream(WriterContext *w, AVFormatContext *fmt_ctx, int stream_idx, InputStream *ist… in show_stream() 2794 AVFormatContext *fmt_ctx = ifile->fmt_ctx; in show_streams() local 2811 AVFormatContext *fmt_ctx = ifile->fmt_ctx; in show_program() local 2846 AVFormatContext *fmt_ctx = ifile->fmt_ctx; in show_programs() local [all …]
|
| /third_party/rust/crates/tracing/tracing-subscriber/src/fmt/format/ |
| D | mod.rs | 1073 let fmt_ctx = { in format_event() localVariable
|