/third_party/ffmpeg/doc/examples/ |
H A D | extract_mvs.c | 85 ret = av_find_best_stream(fmt_ctx, type, -1, -1, &dec, 0); in open_codec_context()
|
H A D | filtering_audio.c | 66 ret = av_find_best_stream(fmt_ctx, AVMEDIA_TYPE_AUDIO, -1, -1, &dec, 0); in open_input_file()
|
H A D | filtering_video.c | 70 ret = av_find_best_stream(fmt_ctx, AVMEDIA_TYPE_VIDEO, -1, -1, &dec, 0); in open_input_file()
|
H A D | hw_decode.c | 193 ret = av_find_best_stream(input_ctx, AVMEDIA_TYPE_VIDEO, -1, -1, &decoder, 0); in main()
|
H A D | vaapi_transcode.c | 80 ret = av_find_best_stream(ifmt_ctx, AVMEDIA_TYPE_VIDEO, -1, -1, &decoder, 0); in open_input_file()
|
H A D | demuxing_decoding.c | 155 ret = av_find_best_stream(fmt_ctx, type, -1, -1, NULL, 0); in open_codec_context()
|
/third_party/ffmpeg/tests/api/ |
H A D | api-h264-test.c | 60 video_stream = av_find_best_stream(fmt_ctx, AVMEDIA_TYPE_VIDEO, -1, -1, NULL, 0); in video_decode_example()
|
H A D | api-band-test.c | 95 video_stream = av_find_best_stream(fmt_ctx, AVMEDIA_TYPE_VIDEO, -1, -1, NULL, 0); in video_decode()
|
H A D | api-seek-test.c | 223 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 D | extFFmpegDemuxer.h | 114 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 D | FFMpegExtractor.cpp | 109 int streamIndex = av_find_best_stream(avFormatContext, AVMEDIA_TYPE_AUDIO, -1, -1, nullptr, 0); in getBestAudioStream()
|
/third_party/ffmpeg/libavformat/ |
H A D | avformat.h | 2174 * 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 D | avformat.c | 347 int av_find_best_stream(AVFormatContext *ic, enum AVMediaType type, in av_find_best_stream() function
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_subtitles.c | 344 ret = av_find_best_stream(fmt, AVMEDIA_TYPE_SUBTITLE, -1, -1, NULL, 0); in init_subtitles()
|
H A D | src_movie.c | 115 ret = av_find_best_stream(avf, type, stream_id, -1, NULL, 0); in find_stream()
|
/third_party/skia/experimental/ffmpeg/ |
H A D | SkVideoDecoder.cpp | 376 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 D | ffplay.c | 2872 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()
|