Home
last modified time | relevance | path

Searched refs:avformat_open_input (Results 1 - 25 of 42) sorted by relevance

12

/third_party/ffmpeg/doc/examples/
H A Dmetadata.c47 if ((ret = avformat_open_input(&fmt_ctx, argv[1], NULL, NULL))) in main()
H A Davio_reading.c104 ret = avformat_open_input(&fmt_ctx, NULL, NULL, NULL); in main()
H A Dqsvdec.c131 ret = avformat_open_input(&input_ctx, argv[1], NULL, NULL); in main()
H A Dremuxing.c74 if ((ret = avformat_open_input(&ifmt_ctx, in_filename, 0, 0)) < 0) { in main()
H A Dextract_mvs.c135 if (avformat_open_input(&fmt_ctx, src_filename, NULL, NULL) < 0) { in main()
H A Dfiltering_audio.c55 if ((ret = avformat_open_input(&fmt_ctx, filename, NULL, NULL)) < 0) { in open_input_file()
H A Dfiltering_video.c59 if ((ret = avformat_open_input(&fmt_ctx, filename, NULL, NULL)) < 0) { in open_input_file()
H A Dhw_decode.c182 if (avformat_open_input(&input_ctx, argv[2], NULL, NULL) != 0) { in main()
H A Dvaapi_transcode.c68 if ((ret = avformat_open_input(&ifmt_ctx, filename, NULL, NULL)) < 0) { in open_input_file()
H A Ddemuxing_decoding.c246 if (avformat_open_input(&fmt_ctx, src_filename, NULL, NULL) < 0) { in main()
H A Dtranscode_aac.c69 if ((error = avformat_open_input(input_format_context, filename, NULL, in open_input_file()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DextFFmpegDemuxer.h119 pFFMpeg_avformat_open_input avformat_open_input; member
284 ck(api->avformat_open_input(&ctx, NULL, NULL, NULL)); in CreateFormatContext()
294 ck(api->avformat_open_input(&ctx, szFilePath, NULL, NULL)); in CreateFormatContext()
/third_party/ffmpeg/tools/
H A Dseek_print.c68 if ((ret = avformat_open_input(&avf, filename, NULL, NULL)) < 0) { in main()
H A Dpktdumper.c92 err = avformat_open_input(&fctx, argv[1], NULL, NULL); in main()
H A Ddecode_simple.c133 ret = avformat_open_input(&dc->demuxer, url, NULL, NULL); in ds_open()
H A Dtarget_dem_fuzzer.c201 ret = avformat_open_input(&avfmt, filename, fmt, NULL); in LLVMFuzzerTestOneInput()
/third_party/ffmpeg/libavfilter/
H A Dlavfutils.c49 if ((ret = avformat_open_input(&format_ctx, filename, iformat, NULL)) < 0) { in ff_load_image()
/third_party/ffmpeg/libavformat/tests/
H A Dseek.c102 ret = avformat_open_input(&ic, filename, NULL, &format_opts); in main()
/third_party/ffmpeg/tests/api/
H A Dapi-h264-test.c48 result = avformat_open_input(&fmt_ctx, input_filename, NULL, NULL); in video_decode_example()
H A Dapi-band-test.c83 result = avformat_open_input(&fmt_ctx, input_filename, NULL, NULL); in video_decode()
H A Dapi-seek-test.c203 result = avformat_open_input(&fmt_ctx, input_filename, NULL, NULL); in seek_test()
/third_party/ffmpeg/libavformat/
H A Dsapdec.c169 ret = avformat_open_input(&sap->sdp_ctx, "temp.sdp", infmt, NULL); in sap_read_header()
H A Drtpdec_asf.c138 ret = avformat_open_input(&rt->asf_ctx, "", iformat, &opts); in ff_wms_parse_sdp_a_line()
H A Davformat.h54 * avformat_open_input() might do that for you).
98 * avformat_open_input() function for opening a file, av_read_frame() for
104 * is passed to avformat_open_input(), as in the following code:
108 * int ret = avformat_open_input(&s, url, NULL, NULL);
121 * avformat_open_input(). One such case is when you want to use custom functions
128 * avformat_open_input() has returned, it is not possible to set demuxer private
130 * avformat_open_input() wrapped in an AVDictionary:
136 * if (avformat_open_input(&s, url, NULL, &options) < 0)
1079 * - demuxing: may be set by the demuxer in avformat_open_input(),
1248 * Demuxing only, set by avformat_open_input()
[all...]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/
H A DFFMpegExtractor.cpp82 int result = avformat_open_input(&avFormatContext, in openAVFormatContext()

Completed in 15 milliseconds

12