Searched refs:avformat_find_stream_info (Results 1 - 25 of 33) sorted by relevance
12
/third_party/ffmpeg/doc/examples/ |
H A D | metadata.c | 50 if ((ret = avformat_find_stream_info(fmt_ctx, NULL)) < 0) { in main()
|
H A D | avio_reading.c | 110 ret = avformat_find_stream_info(fmt_ctx, NULL); in main()
|
H A D | remuxing.c | 79 if ((ret = avformat_find_stream_info(ifmt_ctx, 0)) < 0) { in main()
|
H A D | extract_mvs.c | 140 if (avformat_find_stream_info(fmt_ctx, NULL) < 0) { in main()
|
H A D | filtering_audio.c | 60 if ((ret = avformat_find_stream_info(fmt_ctx, NULL)) < 0) { in open_input_file()
|
H A D | filtering_video.c | 64 if ((ret = avformat_find_stream_info(fmt_ctx, NULL)) < 0) { in open_input_file()
|
H A D | hw_decode.c | 187 if (avformat_find_stream_info(input_ctx, NULL) < 0) { in main()
|
H A D | vaapi_transcode.c | 74 if ((ret = avformat_find_stream_info(ifmt_ctx, NULL)) < 0) { in open_input_file()
|
H A D | demuxing_decoding.c | 252 if (avformat_find_stream_info(fmt_ctx, NULL) < 0) { in main()
|
H A D | transcode_aac.c | 78 if ((error = avformat_find_stream_info(*input_format_context, NULL)) < 0) { in open_input_file()
|
H A D | transcoding.c | 70 if ((ret = avformat_find_stream_info(ifmt_ctx, NULL)) < 0) { in open_input_file()
|
/third_party/ffmpeg/tools/ |
H A D | seek_print.c | 72 if ((ret = avformat_find_stream_info(avf, NULL)) < 0) { in main()
|
H A D | pktdumper.c | 98 err = avformat_find_stream_info(fctx, NULL); in main() 100 fprintf(stderr, "avformat_find_stream_info: error %d\n", err); in main()
|
H A D | target_dem_fuzzer.c | 206 ret = avformat_find_stream_info(avfmt, NULL); in LLVMFuzzerTestOneInput()
|
H A D | sidxindex.c | 131 err = avformat_find_stream_info(ctx, NULL); in handle_file()
|
/third_party/ffmpeg/libavfilter/ |
H A D | lavfutils.c | 55 if ((ret = avformat_find_stream_info(format_ctx, NULL)) < 0) { in ff_load_image()
|
H A D | vf_subtitles.c | 338 ret = avformat_find_stream_info(fmt, NULL); in init_subtitles()
|
H A D | src_movie.c | 256 if ((ret = avformat_find_stream_info(movie->format_ctx, NULL)) < 0) in movie_common_init()
|
/third_party/ffmpeg/libavformat/tests/ |
H A D | seek.c | 109 ret = avformat_find_stream_info(ic, NULL); in main()
|
/third_party/ffmpeg/tests/api/ |
H A D | api-h264-test.c | 54 result = avformat_find_stream_info(fmt_ctx, NULL); in video_decode_example()
|
H A D | api-band-test.c | 89 result = avformat_find_stream_info(fmt_ctx, NULL); in video_decode()
|
H A D | api-seek-test.c | 209 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 D | extFFmpegDemuxer.h | 118 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 D | FFMpegExtractor.cpp | 98 int result = avformat_find_stream_info(avFormatContext, nullptr); in getStreamInfo()
|
/third_party/ffmpeg/libavformat/ |
H A D | avformat.h | 116 * 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