Home
last modified time | relevance | path

Searched refs:open_codec_context (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/doc/examples/
H A Ddemuxing_decoding.c148 static int open_codec_context(int *stream_idx, in open_codec_context() function
257 if (open_codec_context(&video_stream_idx, &video_dec_ctx, fmt_ctx, AVMEDIA_TYPE_VIDEO) >= 0) { in main()
280 if (open_codec_context(&audio_stream_idx, &audio_dec_ctx, fmt_ctx, AVMEDIA_TYPE_AUDIO) >= 0) { in main()
H A Dextract_mvs.c77 static int open_codec_context(AVFormatContext *fmt_ctx, enum AVMediaType type) in open_codec_context() function
145 open_codec_context(fmt_ctx, AVMEDIA_TYPE_VIDEO); in main()

Completed in 1 milliseconds