Searched defs:dec_ctx (Results 1 – 15 of 15) sorted by relevance
| /third_party/ffmpeg/tests/api/ |
| D | api-flac-test.c | 81 static int init_decoder(AVCodec *dec, AVCodecContext **dec_ctx, in init_decoder() 109 AVCodecContext *dec_ctx) in run_test() 248 AVCodecContext *enc_ctx = NULL, *dec_ctx = NULL; in main() local
|
| D | api-h264-slice-test.c | 48 static int decode(AVCodecContext *dec_ctx, AVFrame *frame, in decode()
|
| /third_party/ffmpeg/libavcodec/ |
| D | mpeg4video_parser.c | 33 Mpeg4DecContext dec_ctx; member 82 Mpeg4DecContext *dec_ctx = &pc->dec_ctx; in mpeg4_decode_header() local
|
| /third_party/ffmpeg/doc/examples/ |
| D | transcoding.c | 51 AVCodecContext *dec_ctx; member 124 AVCodecContext *dec_ctx, *enc_ctx; in open_output_file() local 235 static int init_filter(FilteringContext* fctx, AVCodecContext *dec_ctx, in init_filter()
|
| D | extract_mvs.c | 80 AVCodecContext *dec_ctx = NULL; in open_codec_context() local
|
| D | decode_video.c | 51 static void decode(AVCodecContext *dec_ctx, AVFrame *frame, AVPacket *pkt, in decode()
|
| D | filtering_audio.c | 43 static AVCodecContext *dec_ctx; variable
|
| D | filtering_video.c | 47 static AVCodecContext *dec_ctx; variable
|
| D | decode_audio.c | 71 static void decode(AVCodecContext *dec_ctx, AVPacket *pkt, AVFrame *frame, in decode()
|
| D | demuxing_decoding.c | 148 … AVCodecContext **dec_ctx, AVFormatContext *fmt_ctx, enum AVMediaType type) in open_codec_context()
|
| /third_party/ffmpeg/libavfilter/ |
| D | vf_subtitles.c | 304 AVCodecContext *dec_ctx = NULL; in init_subtitles() local
|
| /third_party/ffmpeg/fftools/ |
| D | ffprobe.c | 73 AVCodecContext *dec_ctx; member 2371 AVCodecContext *dec_ctx = ifile->streams[pkt->stream_index].dec_ctx; in process_frame() local 2584 AVCodecContext *dec_ctx; in show_stream() local
|
| D | ffmpeg.h | 309 AVCodecContext *dec_ctx; member
|
| D | ffmpeg.c | 3352 AVCodecContext *dec_ctx = NULL; in init_output_stream_encode() local
|
| /third_party/ffmpeg/libavformat/ |
| D | utils.c | 5819 const AVCodecContext *dec_ctx; local 5824 dec_ctx = ist->codec; local
|