Home
last modified time | relevance | path

Searched refs:avformat_open_input (Results 1 – 25 of 47) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
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/vk-gl-cts/external/vulkancts/modules/vulkan/video/
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/doc/examples/
Dmetadata.c47 if ((ret = avformat_open_input(&fmt_ctx, argv[1], NULL, NULL))) in main()
Davio_reading.c104 ret = avformat_open_input(&fmt_ctx, NULL, NULL, NULL); in main()
Dextract_mvs.c132 if (avformat_open_input(&fmt_ctx, src_filename, NULL, NULL) < 0) { in main()
Dremuxing.c68 if ((ret = avformat_open_input(&ifmt_ctx, in_filename, 0, 0)) < 0) { in main()
Dhw_decode.c176 if (avformat_open_input(&input_ctx, argv[2], NULL, NULL) != 0) { in main()
Dqsvdec.c159 ret = avformat_open_input(&input_ctx, argv[1], NULL, NULL); in main()
Dfiltering_video.c59 if ((ret = avformat_open_input(&fmt_ctx, filename, NULL, NULL)) < 0) { in open_input_file()
Dvaapi_transcode.c68 if ((ret = avformat_open_input(&ifmt_ctx, filename, NULL, NULL)) < 0) { in open_input_file()
Dfiltering_audio.c54 if ((ret = avformat_open_input(&fmt_ctx, filename, NULL, NULL)) < 0) { in open_input_file()
Ddemuxing_decoding.c246 if (avformat_open_input(&fmt_ctx, src_filename, NULL, NULL) < 0) { in main()
/third_party/ffmpeg/tools/
Dseek_print.c68 if ((ret = avformat_open_input(&avf, filename, NULL, NULL)) < 0) { in main()
Dpktdumper.c92 err = avformat_open_input(&fctx, argv[1], NULL, NULL); in main()
Dvenc_data_dump.c133 ret = avformat_open_input(&demuxer, filename, NULL, NULL); in main()
Dtarget_dem_fuzzer.c187 ret = avformat_open_input(&avfmt, filename, fmt, NULL); in LLVMFuzzerTestOneInput()
/third_party/ffmpeg/libavfilter/
Dlavfutils.c40 if ((ret = avformat_open_input(&format_ctx, filename, iformat, NULL)) < 0) { in ff_load_image()
/third_party/ffmpeg/tests/api/
Dapi-h264-test.c48 result = avformat_open_input(&fmt_ctx, input_filename, NULL, NULL); in video_decode_example()
Dapi-band-test.c83 result = avformat_open_input(&fmt_ctx, input_filename, NULL, NULL); in video_decode()
Dapi-seek-test.c203 result = avformat_open_input(&fmt_ctx, input_filename, NULL, NULL); in seek_test()
/third_party/ffmpeg/libavformat/tests/
Dseek.c102 ret = avformat_open_input(&ic, filename, NULL, &format_opts); in main()
/third_party/ffmpeg/libavformat/
Dsapdec.c170 ret = avformat_open_input(&sap->sdp_ctx, "temp.sdp", infmt, NULL); in sap_read_header()
Drtpdec_asf.c139 ret = avformat_open_input(&rt->asf_ctx, "", iformat, &opts); in ff_wms_parse_sdp_a_line()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/
DFFMpegExtractor.cpp82 int result = avformat_open_input(&avFormatContext, in openAVFormatContext()
/third_party/flutter/skia/experimental/ffmpeg/
DSkVideoDecoder.cpp346 int err = avformat_open_input(&fFormatCtx, nullptr, nullptr, nullptr); in loadStream()

12