Searched defs:fmt_ctx (Results 1 - 12 of 12) sorted by relevance
| /third_party/ffmpeg/doc/examples/ |
| H A D | metadata.c | 36 AVFormatContext *fmt_ctx = NULL; in main() local
|
| H A D | remuxing.c | 34 static void log_packet(const AVFormatContext *fmt_ctx, const AVPacket *pkt, const char *tag) in log_packet() argument
|
| H A D | avio_reading.c | 61 AVFormatContext *fmt_ctx = NULL; in main() local
|
| H A D | extract_mvs.c | 28 static AVFormatContext *fmt_ctx = NULL; variable 77 static int open_codec_context(AVFormatContext *fmt_ctx, enum AVMediaType type) in open_codec_context() argument [all...] |
| H A D | filtering_audio.c | 43 static AVFormatContext *fmt_ctx; variable
|
| H A D | filtering_video.c | 46 static AVFormatContext *fmt_ctx; variable
|
| H A D | muxing.c | 73 static void log_packet(const AVFormatContext *fmt_ctx, const AVPacket *pkt) in log_packet() argument 84 static int write_frame(AVFormatContext *fmt_ctx, AVCodecContext *c, in write_frame() argument
|
| H A D | demuxing_decoding.c | 38 static AVFormatContext *fmt_ctx = NULL; variable 148 open_codec_context(int *stream_idx, AVCodecContext **dec_ctx, AVFormatContext *fmt_ctx, enum AVMediaType type) open_codec_context() argument [all...] |
| /third_party/ffmpeg/tests/api/ |
| H A D | api-h264-test.c | 41 AVFormatContext *fmt_ctx = NULL; in video_decode_example() local
|
| H A D | api-seek-test.c | 75 static int compute_crc_of_packets(AVFormatContext *fmt_ctx, int video_stream, in compute_crc_of_packets() argument 192 AVFormatContext *fmt_ctx = NULL; in seek_test() local [all...] |
| H A D | api-band-test.c | 75 AVFormatContext *fmt_ctx = NULL; in video_decode() local
|
| /third_party/ffmpeg/fftools/ |
| H A D | ffprobe.c | 87 AVFormatContext *fmt_ctx; member 2709 AVFormatContext *fmt_ctx = ifile->fmt_ctx; in process_frame() local 2794 AVFormatContext *fmt_ctx = ifile->fmt_ctx; in read_interval_packets() local 2527 show_subtitle(WriterContext *w, AVSubtitle *sub, AVStream *stream, AVFormatContext *fmt_ctx) show_subtitle() argument 2550 show_frame(WriterContext *w, AVFrame *frame, AVStream *stream, AVFormatContext *fmt_ctx) show_frame() argument 2904 AVFormatContext *fmt_ctx = ifile->fmt_ctx; read_packets() local 2922 show_stream(WriterContext *w, AVFormatContext *fmt_ctx, int stream_idx, InputStream *ist, int in_program) show_stream() argument 3145 AVFormatContext *fmt_ctx = ifile->fmt_ctx; show_streams() local 3162 AVFormatContext *fmt_ctx = ifile->fmt_ctx; show_program() local 3193 AVFormatContext *fmt_ctx = ifile->fmt_ctx; show_programs() local 3211 AVFormatContext *fmt_ctx = ifile->fmt_ctx; show_chapters() local 3236 AVFormatContext *fmt_ctx = ifile->fmt_ctx; show_format() local 3283 AVFormatContext *fmt_ctx = NULL; open_input_file() local [all...] |
Completed in 11 milliseconds