Searched refs:avcodec_find_decoder (Results 1 – 25 of 33) sorted by relevance
12
57 codec = avcodec_find_decoder(AV_CODEC_ID_H264); in imm5_init()70 codec = avcodec_find_decoder(AV_CODEC_ID_HEVC); in imm5_init()
368 AVCodec *avcodec_find_decoder(enum AVCodecID id);
64 codec = avcodec_find_decoder(AV_CODEC_ID_MJPEG); in cri_decode_init()
121 codec = avcodec_find_decoder(AV_CODEC_ID_MJPEG); in tdsc_init()
946 AVCodec *avcodec_find_decoder(enum AVCodecID id) in avcodec_find_decoder() function
482 codec = avcodec_find_decoder(id); in avcodec_get_name()
307 …2 = av_codec_is_encoder(codec) ? avcodec_find_encoder(codec->id) : avcodec_find_decoder(codec->id); in avcodec_open2()
52 codec = avcodec_find_decoder(par->codec_id); in ff_load_image()
383 dec = avcodec_find_decoder(st->codecpar->codec_id); in init_subtitles()
158 codec = avcodec_find_decoder(st->st->codecpar->codec_id); in open_stream()
113 codec = avcodec_find_decoder(AV_CODEC_ID_MPEG1VIDEO); in main()
132 codec = avcodec_find_decoder(AV_CODEC_ID_MP2); in main()
165 dec = avcodec_find_decoder(st->codecpar->codec_id); in open_codec_context()
92 …if (!(input_codec = avcodec_find_decoder((*input_format_context)->streams[0]->codecpar->codec_id))… in open_input_file()
80 AVCodec *dec = avcodec_find_decoder(stream->codecpar->codec_id); in open_input_file()
68 codec = avcodec_find_decoder(origin_par->codec_id); in video_decode_example()
144 if (!(codec = avcodec_find_decoder(AV_CODEC_ID_H264))) { in main()
103 codec = avcodec_find_decoder(origin_par->codec_id); in video_decode()
259 dec = avcodec_find_decoder(AV_CODEC_ID_FLAC); in main()
232 codec = avcodec_find_decoder(origin_par->codec_id); in seek_test()
88 codec = avcodec_find_decoder(demuxer->streams[stream_idx]->codecpar->codec_id); in decoder_init()
75 res = avcodec_find_decoder(codec_id); in AVCodecInitialize()
171 AVCodec *codec = avcodec_find_decoder(stream->codecpar->codec_id); in decode()
42 if ((codec = avcodec_find_decoder (codec_id)) || in gst_ffmpeg_get_codecid_longname()
1574 printf(avcodec_find_decoder(desc->id) ? "D" : "."); in show_codecs()2115 : avcodec_find_decoder(codec_id); in filter_codec_opts()