Home
last modified time | relevance | path

Searched refs:avformat_find_stream_info (Results 1 - 25 of 33) sorted by relevance

12

/third_party/ffmpeg/doc/examples/
H A Dmetadata.c50 if ((ret = avformat_find_stream_info(fmt_ctx, NULL)) < 0) { in main()
H A Davio_reading.c110 ret = avformat_find_stream_info(fmt_ctx, NULL); in main()
H A Dremuxing.c79 if ((ret = avformat_find_stream_info(ifmt_ctx, 0)) < 0) { in main()
H A Dextract_mvs.c140 if (avformat_find_stream_info(fmt_ctx, NULL) < 0) { in main()
H A Dfiltering_audio.c60 if ((ret = avformat_find_stream_info(fmt_ctx, NULL)) < 0) { in open_input_file()
H A Dfiltering_video.c64 if ((ret = avformat_find_stream_info(fmt_ctx, NULL)) < 0) { in open_input_file()
H A Dhw_decode.c187 if (avformat_find_stream_info(input_ctx, NULL) < 0) { in main()
H A Dvaapi_transcode.c74 if ((ret = avformat_find_stream_info(ifmt_ctx, NULL)) < 0) { in open_input_file()
H A Ddemuxing_decoding.c252 if (avformat_find_stream_info(fmt_ctx, NULL) < 0) { in main()
H A Dtranscode_aac.c78 if ((error = avformat_find_stream_info(*input_format_context, NULL)) < 0) { in open_input_file()
H A Dtranscoding.c70 if ((ret = avformat_find_stream_info(ifmt_ctx, NULL)) < 0) { in open_input_file()
/third_party/ffmpeg/tools/
H A Dseek_print.c72 if ((ret = avformat_find_stream_info(avf, NULL)) < 0) { in main()
H A Dpktdumper.c98 err = avformat_find_stream_info(fctx, NULL); in main()
100 fprintf(stderr, "avformat_find_stream_info: error %d\n", err); in main()
H A Dtarget_dem_fuzzer.c206 ret = avformat_find_stream_info(avfmt, NULL); in LLVMFuzzerTestOneInput()
H A Dsidxindex.c131 err = avformat_find_stream_info(ctx, NULL); in handle_file()
/third_party/ffmpeg/libavfilter/
H A Dlavfutils.c55 if ((ret = avformat_find_stream_info(format_ctx, NULL)) < 0) { in ff_load_image()
H A Dvf_subtitles.c338 ret = avformat_find_stream_info(fmt, NULL); in init_subtitles()
H A Dsrc_movie.c256 if ((ret = avformat_find_stream_info(movie->format_ctx, NULL)) < 0) in movie_common_init()
/third_party/ffmpeg/libavformat/tests/
H A Dseek.c109 ret = avformat_find_stream_info(ic, NULL); in main()
/third_party/ffmpeg/tests/api/
H A Dapi-h264-test.c54 result = avformat_find_stream_info(fmt_ctx, NULL); in video_decode_example()
H A Dapi-band-test.c89 result = avformat_find_stream_info(fmt_ctx, NULL); in video_decode()
H A Dapi-seek-test.c209 result = avformat_find_stream_info(fmt_ctx, NULL); in seek_test()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DextFFmpegDemuxer.h118 pFFMpeg_avformat_find_stream_info avformat_find_stream_info; member
183 ck(api->avformat_find_stream_info(fmtc, NULL)); in FFmpegDemuxer()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/
H A DFFMpegExtractor.cpp98 int result = avformat_find_stream_info(avFormatContext, nullptr); in getStreamInfo()
/third_party/ffmpeg/libavformat/
H A Davformat.h116 * avformat_find_stream_info() function which tries to read and decode a few
1017 * avformat_find_stream_info().
1037 * avformat_find_stream_info().
1080 * avformat_find_stream_info() and av_read_frame(). Flags must be cleared
1117 * avformat_find_stream_info()
1385 * avformat_find_stream_info().
1397 * from input in avformat_find_stream_info().
1398 * Demuxing only, set by the caller before avformat_find_stream_info().
1484 * avformat_find_stream_info().
1485 * Demuxing only, set by the caller before avformat_find_stream_info()
[all...]

Completed in 15 milliseconds

12