/third_party/ffmpeg/doc/examples/ |
H A D | metadata.c | 47 if ((ret = avformat_open_input(&fmt_ctx, argv[1], NULL, NULL))) in main()
|
H A D | avio_reading.c | 104 ret = avformat_open_input(&fmt_ctx, NULL, NULL, NULL); in main()
|
H A D | qsvdec.c | 131 ret = avformat_open_input(&input_ctx, argv[1], NULL, NULL); in main()
|
H A D | remuxing.c | 74 if ((ret = avformat_open_input(&ifmt_ctx, in_filename, 0, 0)) < 0) { in main()
|
H A D | extract_mvs.c | 135 if (avformat_open_input(&fmt_ctx, src_filename, NULL, NULL) < 0) { in main()
|
H A D | filtering_audio.c | 55 if ((ret = avformat_open_input(&fmt_ctx, filename, NULL, NULL)) < 0) { in open_input_file()
|
H A D | filtering_video.c | 59 if ((ret = avformat_open_input(&fmt_ctx, filename, NULL, NULL)) < 0) { in open_input_file()
|
H A D | hw_decode.c | 182 if (avformat_open_input(&input_ctx, argv[2], NULL, NULL) != 0) { in main()
|
H A D | vaapi_transcode.c | 68 if ((ret = avformat_open_input(&ifmt_ctx, filename, NULL, NULL)) < 0) { in open_input_file()
|
H A D | demuxing_decoding.c | 246 if (avformat_open_input(&fmt_ctx, src_filename, NULL, NULL) < 0) { in main()
|
H A D | transcode_aac.c | 69 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 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/tools/ |
H A D | seek_print.c | 68 if ((ret = avformat_open_input(&avf, filename, NULL, NULL)) < 0) { in main()
|
H A D | pktdumper.c | 92 err = avformat_open_input(&fctx, argv[1], NULL, NULL); in main()
|
H A D | decode_simple.c | 133 ret = avformat_open_input(&dc->demuxer, url, NULL, NULL); in ds_open()
|
H A D | target_dem_fuzzer.c | 201 ret = avformat_open_input(&avfmt, filename, fmt, NULL); in LLVMFuzzerTestOneInput()
|
/third_party/ffmpeg/libavfilter/ |
H A D | lavfutils.c | 49 if ((ret = avformat_open_input(&format_ctx, filename, iformat, NULL)) < 0) { in ff_load_image()
|
/third_party/ffmpeg/libavformat/tests/ |
H A D | seek.c | 102 ret = avformat_open_input(&ic, filename, NULL, &format_opts); in main()
|
/third_party/ffmpeg/tests/api/ |
H A D | api-h264-test.c | 48 result = avformat_open_input(&fmt_ctx, input_filename, NULL, NULL); in video_decode_example()
|
H A D | api-band-test.c | 83 result = avformat_open_input(&fmt_ctx, input_filename, NULL, NULL); in video_decode()
|
H A D | api-seek-test.c | 203 result = avformat_open_input(&fmt_ctx, input_filename, NULL, NULL); in seek_test()
|
/third_party/ffmpeg/libavformat/ |
H A D | sapdec.c | 169 ret = avformat_open_input(&sap->sdp_ctx, "temp.sdp", infmt, NULL); in sap_read_header()
|
H A D | rtpdec_asf.c | 138 ret = avformat_open_input(&rt->asf_ctx, "", iformat, &opts); in ff_wms_parse_sdp_a_line()
|
H A D | avformat.h | 54 * 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 D | FFMpegExtractor.cpp | 82 int result = avformat_open_input(&avFormatContext, in openAVFormatContext()
|