Home
last modified time | relevance | path

Searched refs:avcodec_find_decoder (Results 1 – 25 of 33) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Dimm5.c57 codec = avcodec_find_decoder(AV_CODEC_ID_H264); in imm5_init()
70 codec = avcodec_find_decoder(AV_CODEC_ID_HEVC); in imm5_init()
Dcodec.h368 AVCodec *avcodec_find_decoder(enum AVCodecID id);
Dcri.c64 codec = avcodec_find_decoder(AV_CODEC_ID_MJPEG); in cri_decode_init()
Dtdsc.c121 codec = avcodec_find_decoder(AV_CODEC_ID_MJPEG); in tdsc_init()
Dallcodecs.c946 AVCodec *avcodec_find_decoder(enum AVCodecID id) in avcodec_find_decoder() function
Dutils.c482 codec = avcodec_find_decoder(id); in avcodec_get_name()
Davcodec.c307 …2 = av_codec_is_encoder(codec) ? avcodec_find_encoder(codec->id) : avcodec_find_decoder(codec->id); in avcodec_open2()
/third_party/ffmpeg/libavfilter/
Dlavfutils.c52 codec = avcodec_find_decoder(par->codec_id); in ff_load_image()
Dvf_subtitles.c383 dec = avcodec_find_decoder(st->codecpar->codec_id); in init_subtitles()
Dsrc_movie.c158 codec = avcodec_find_decoder(st->st->codecpar->codec_id); in open_stream()
/third_party/ffmpeg/doc/examples/
Ddecode_video.c113 codec = avcodec_find_decoder(AV_CODEC_ID_MPEG1VIDEO); in main()
Ddecode_audio.c132 codec = avcodec_find_decoder(AV_CODEC_ID_MP2); in main()
Ddemuxing_decoding.c165 dec = avcodec_find_decoder(st->codecpar->codec_id); in open_codec_context()
Dtranscode_aac.c92 …if (!(input_codec = avcodec_find_decoder((*input_format_context)->streams[0]->codecpar->codec_id))… in open_input_file()
Dtranscoding.c80 AVCodec *dec = avcodec_find_decoder(stream->codecpar->codec_id); in open_input_file()
/third_party/ffmpeg/tests/api/
Dapi-h264-test.c68 codec = avcodec_find_decoder(origin_par->codec_id); in video_decode_example()
Dapi-h264-slice-test.c144 if (!(codec = avcodec_find_decoder(AV_CODEC_ID_H264))) { in main()
Dapi-band-test.c103 codec = avcodec_find_decoder(origin_par->codec_id); in video_decode()
Dapi-flac-test.c259 dec = avcodec_find_decoder(AV_CODEC_ID_FLAC); in main()
Dapi-seek-test.c232 codec = avcodec_find_decoder(origin_par->codec_id); in seek_test()
/third_party/ffmpeg/tools/
Dvenc_data_dump.c88 codec = avcodec_find_decoder(demuxer->streams[stream_idx]->codecpar->codec_id); in decoder_init()
Dtarget_dec_fuzzer.c75 res = avcodec_find_decoder(codec_id); in AVCodecInitialize()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/
DFFMpegExtractor.cpp171 AVCodec *codec = avcodec_find_decoder(stream->codecpar->codec_id); in decode()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavutils.c42 if ((codec = avcodec_find_decoder (codec_id)) || in gst_ffmpeg_get_codecid_longname()
/third_party/ffmpeg/fftools/
Dcmdutils.c1574 printf(avcodec_find_decoder(desc->id) ? "D" : "."); in show_codecs()
2115 : avcodec_find_decoder(codec_id); in filter_codec_opts()

12