Searched refs:avcodec_find_encoder (Results 1 – 18 of 18) sorted by relevance
384 AVCodec *avcodec_find_encoder(enum AVCodecID id);
485 codec = avcodec_find_encoder(id); in avcodec_get_name()
307 …codec2 = av_codec_is_encoder(codec) ? avcodec_find_encoder(codec->id) : avcodec_find_decoder(codec… in avcodec_open2()
941 AVCodec *avcodec_find_encoder(enum AVCodecID id) in avcodec_find_encoder() function
1394 const AVCodec *codec = avcodec_find_encoder(s->avctx->codec_id); in estimate_best_b_count()
142 codec = avcodec_find_encoder(AV_CODEC_ID_MP2); in main()
181 if (!(output_codec = avcodec_find_encoder(AV_CODEC_ID_AAC))) { in open_output_file()
131 *codec = avcodec_find_encoder(codec_id); in add_stream()
150 encoder = avcodec_find_encoder(dec_ctx->codec_id); in open_output_file()
253 enc = avcodec_find_encoder(AV_CODEC_ID_FLAC); in main()
172 AVCodec* codec = avcodec_find_encoder(output_format->video_codec); in init()
171 AVCodec* codec = avcodec_find_encoder(output_format->video_codec); in init()
111 if (!(enc = avcodec_find_encoder(AV_CODEC_ID_SNOW))) { in config_props()
323 const AVCodec *enc = avcodec_find_encoder(AV_CODEC_ID_SNOW); in config_input()
43 (codec = avcodec_find_encoder (codec_id))) in gst_ffmpeg_get_codecid_longname()
2407 (codec = avcodec_find_encoder (codec_id))) { in gst_ffmpeg_codecid_to_caps()
1575 printf(avcodec_find_encoder(desc->id) ? "E" : "."); in show_codecs()2114 codec = s->oformat ? avcodec_find_encoder(codec_id) in filter_codec_opts()
751 codec = encoder ? avcodec_find_encoder(desc->id) : in find_codec_or_die()1399 ost->enc = avcodec_find_encoder(ost->st->codecpar->codec_id); in choose_encoder()2289 …if (!o->subtitle_disable && (avcodec_find_encoder(oc->oformat->subtitle_codec) || subtitle_codec_n… in open_output_file()2296 avcodec_find_encoder(oc->oformat->subtitle_codec); in open_output_file()