/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
D | extFFmpegDemuxer.h | 119 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/ |
D | extFFmpegDemuxer.h | 119 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/ |
D | metadata.c | 47 if ((ret = avformat_open_input(&fmt_ctx, argv[1], NULL, NULL))) in main()
|
D | avio_reading.c | 104 ret = avformat_open_input(&fmt_ctx, NULL, NULL, NULL); in main()
|
D | extract_mvs.c | 132 if (avformat_open_input(&fmt_ctx, src_filename, NULL, NULL) < 0) { in main()
|
D | remuxing.c | 68 if ((ret = avformat_open_input(&ifmt_ctx, in_filename, 0, 0)) < 0) { in main()
|
D | hw_decode.c | 176 if (avformat_open_input(&input_ctx, argv[2], NULL, NULL) != 0) { in main()
|
D | qsvdec.c | 159 ret = avformat_open_input(&input_ctx, argv[1], NULL, NULL); in main()
|
D | filtering_video.c | 59 if ((ret = avformat_open_input(&fmt_ctx, filename, NULL, NULL)) < 0) { in open_input_file()
|
D | vaapi_transcode.c | 68 if ((ret = avformat_open_input(&ifmt_ctx, filename, NULL, NULL)) < 0) { in open_input_file()
|
D | filtering_audio.c | 54 if ((ret = avformat_open_input(&fmt_ctx, filename, NULL, NULL)) < 0) { in open_input_file()
|
D | demuxing_decoding.c | 246 if (avformat_open_input(&fmt_ctx, src_filename, NULL, NULL) < 0) { in main()
|
/third_party/ffmpeg/tools/ |
D | seek_print.c | 68 if ((ret = avformat_open_input(&avf, filename, NULL, NULL)) < 0) { in main()
|
D | pktdumper.c | 92 err = avformat_open_input(&fctx, argv[1], NULL, NULL); in main()
|
D | venc_data_dump.c | 133 ret = avformat_open_input(&demuxer, filename, NULL, NULL); in main()
|
D | target_dem_fuzzer.c | 187 ret = avformat_open_input(&avfmt, filename, fmt, NULL); in LLVMFuzzerTestOneInput()
|
/third_party/ffmpeg/libavfilter/ |
D | lavfutils.c | 40 if ((ret = avformat_open_input(&format_ctx, filename, iformat, NULL)) < 0) { in ff_load_image()
|
/third_party/ffmpeg/tests/api/ |
D | api-h264-test.c | 48 result = avformat_open_input(&fmt_ctx, input_filename, NULL, NULL); in video_decode_example()
|
D | api-band-test.c | 83 result = avformat_open_input(&fmt_ctx, input_filename, NULL, NULL); in video_decode()
|
D | api-seek-test.c | 203 result = avformat_open_input(&fmt_ctx, input_filename, NULL, NULL); in seek_test()
|
/third_party/ffmpeg/libavformat/tests/ |
D | seek.c | 102 ret = avformat_open_input(&ic, filename, NULL, &format_opts); in main()
|
/third_party/ffmpeg/libavformat/ |
D | sapdec.c | 170 ret = avformat_open_input(&sap->sdp_ctx, "temp.sdp", infmt, NULL); in sap_read_header()
|
D | rtpdec_asf.c | 139 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/ |
D | FFMpegExtractor.cpp | 82 int result = avformat_open_input(&avFormatContext, in openAVFormatContext()
|
/third_party/flutter/skia/experimental/ffmpeg/ |
D | SkVideoDecoder.cpp | 346 int err = avformat_open_input(&fFormatCtx, nullptr, nullptr, nullptr); in loadStream()
|