Home
last modified time | relevance | path

Searched defs:fmt_ctx (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/doc/examples/
Dextract_mvs.c28 static AVFormatContext *fmt_ctx = NULL; variable
77 static int open_codec_context(AVFormatContext *fmt_ctx, enum AVMediaType type) in open_codec_context()
Dmetadata.c36 AVFormatContext *fmt_ctx = NULL; in main() local
Ddemuxing_decoding.c38 static AVFormatContext *fmt_ctx = NULL; variable
149 … AVCodecContext **dec_ctx, AVFormatContext *fmt_ctx, enum AVMediaType type) in open_codec_context()
Davio_reading.c61 AVFormatContext *fmt_ctx = NULL; in main() local
Dremuxing.c34 static void log_packet(const AVFormatContext *fmt_ctx, const AVPacket *pkt, const char *tag) in log_packet()
Dfiltering_audio.c43 static AVFormatContext *fmt_ctx; variable
Dfiltering_video.c46 static AVFormatContext *fmt_ctx; variable
Dmuxing.c73 static void log_packet(const AVFormatContext *fmt_ctx, const AVPacket *pkt) in log_packet()
84 static int write_frame(AVFormatContext *fmt_ctx, AVCodecContext *c, in write_frame()
/third_party/ffmpeg/tests/api/
Dapi-seek-test.c75 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
Dapi-h264-test.c41 AVFormatContext *fmt_ctx = NULL; in video_decode_example() local
Dapi-band-test.c75 AVFormatContext *fmt_ctx = NULL; in video_decode() local
/third_party/ffmpeg/fftools/
Dffprobe.c87 AVFormatContext *fmt_ctx; member
2528 AVFormatContext *fmt_ctx) in show_subtitle()
2551 AVFormatContext *fmt_ctx) in show_frame()
2709 AVFormatContext *fmt_ctx = ifile->fmt_ctx; in process_frame() local
2794 AVFormatContext *fmt_ctx = ifile->fmt_ctx; in read_interval_packets() local
2904 AVFormatContext *fmt_ctx = ifile->fmt_ctx; in read_packets() local
2922 static int show_stream(WriterContext *w, AVFormatContext *fmt_ctx, int stream_idx, InputStream *ist… in show_stream()
3145 AVFormatContext *fmt_ctx = ifile->fmt_ctx; in show_streams() local
3162 AVFormatContext *fmt_ctx = ifile->fmt_ctx; in show_program() local
3193 AVFormatContext *fmt_ctx = ifile->fmt_ctx; in show_programs() local
[all …]