Home
last modified time | relevance | path

Searched refs:av_find_best_stream (Results 1 - 17 of 17) sorted by relevance

/third_party/ffmpeg/doc/examples/
H A Dextract_mvs.c85 ret = av_find_best_stream(fmt_ctx, type, -1, -1, &dec, 0); in open_codec_context()
H A Dfiltering_audio.c66 ret = av_find_best_stream(fmt_ctx, AVMEDIA_TYPE_AUDIO, -1, -1, &dec, 0); in open_input_file()
H A Dfiltering_video.c70 ret = av_find_best_stream(fmt_ctx, AVMEDIA_TYPE_VIDEO, -1, -1, &dec, 0); in open_input_file()
H A Dhw_decode.c193 ret = av_find_best_stream(input_ctx, AVMEDIA_TYPE_VIDEO, -1, -1, &decoder, 0); in main()
H A Dvaapi_transcode.c80 ret = av_find_best_stream(ifmt_ctx, AVMEDIA_TYPE_VIDEO, -1, -1, &decoder, 0); in open_input_file()
H A Ddemuxing_decoding.c155 ret = av_find_best_stream(fmt_ctx, type, -1, -1, NULL, 0); in open_codec_context()
/third_party/ffmpeg/tests/api/
H A Dapi-h264-test.c60 video_stream = av_find_best_stream(fmt_ctx, AVMEDIA_TYPE_VIDEO, -1, -1, NULL, 0); in video_decode_example()
H A Dapi-band-test.c95 video_stream = av_find_best_stream(fmt_ctx, AVMEDIA_TYPE_VIDEO, -1, -1, NULL, 0); in video_decode()
H A Dapi-seek-test.c223 video_stream = av_find_best_stream(fmt_ctx, AVMEDIA_TYPE_VIDEO, -1, -1, NULL, 0); in seek_test()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DextFFmpegDemuxer.h114 pFFMpeg_av_find_best_stream av_find_best_stream; member
184 iVideoStream = api->av_find_best_stream(fmtc, AVMEDIA_TYPE_VIDEO, -1, -1, NULL, 0); in FFmpegDemuxer()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/
H A DFFMpegExtractor.cpp109 int streamIndex = av_find_best_stream(avFormatContext, AVMEDIA_TYPE_AUDIO, -1, -1, nullptr, 0); in getBestAudioStream()
/third_party/ffmpeg/libavformat/
H A Davformat.h2174 * If the decoder parameter is non-NULL, av_find_best_stream will find the
2191 * @note If av_find_best_stream returns successfully and decoder_ret is not
2194 int av_find_best_stream(AVFormatContext *ic,
H A Davformat.c347 int av_find_best_stream(AVFormatContext *ic, enum AVMediaType type, in av_find_best_stream() function
/third_party/ffmpeg/libavfilter/
H A Dvf_subtitles.c344 ret = av_find_best_stream(fmt, AVMEDIA_TYPE_SUBTITLE, -1, -1, NULL, 0); in init_subtitles()
H A Dsrc_movie.c115 ret = av_find_best_stream(avf, type, stream_id, -1, NULL, 0); in find_stream()
/third_party/skia/experimental/ffmpeg/
H A DSkVideoDecoder.cpp376 fStreamIndex = av_find_best_stream(fFormatCtx, AVMEDIA_TYPE_VIDEO, -1, -1, &codec, 0); in loadStream()
378 SkDebugf("av_find_best_stream failed %d\n", fStreamIndex); in loadStream()
/third_party/ffmpeg/fftools/
H A Dffplay.c2872 av_find_best_stream(ic, AVMEDIA_TYPE_VIDEO, in read_thread()
2876 av_find_best_stream(ic, AVMEDIA_TYPE_AUDIO, in read_thread()
2882 av_find_best_stream(ic, AVMEDIA_TYPE_SUBTITLE, in read_thread()

Completed in 19 milliseconds