Home
last modified time | relevance | path

Searched refs:avcodec_find_encoder (Results 1 – 18 of 18) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcodec.h384 AVCodec *avcodec_find_encoder(enum AVCodecID id);
Dutils.c485 codec = avcodec_find_encoder(id); in avcodec_get_name()
Davcodec.c307 …codec2 = av_codec_is_encoder(codec) ? avcodec_find_encoder(codec->id) : avcodec_find_decoder(codec… in avcodec_open2()
Dallcodecs.c941 AVCodec *avcodec_find_encoder(enum AVCodecID id) in avcodec_find_encoder() function
Dmpegvideo_enc.c1394 const AVCodec *codec = avcodec_find_encoder(s->avctx->codec_id); in estimate_best_b_count()
/third_party/ffmpeg/doc/examples/
Dencode_audio.c142 codec = avcodec_find_encoder(AV_CODEC_ID_MP2); in main()
Dtranscode_aac.c181 if (!(output_codec = avcodec_find_encoder(AV_CODEC_ID_AAC))) { in open_output_file()
Dmuxing.c131 *codec = avcodec_find_encoder(codec_id); in add_stream()
Dtranscoding.c150 encoder = avcodec_find_encoder(dec_ctx->codec_id); in open_output_file()
/third_party/ffmpeg/tests/api/
Dapi-flac-test.c253 enc = avcodec_find_encoder(AV_CODEC_ID_FLAC); in main()
/third_party/flutter/skia/experimental/ffmpeg/
DSkVideoEncoder.cpp172 AVCodec* codec = avcodec_find_encoder(output_format->video_codec); in init()
/third_party/skia/experimental/ffmpeg/
DSkVideoEncoder.cpp171 AVCodec* codec = avcodec_find_encoder(output_format->video_codec); in init()
/third_party/ffmpeg/libavfilter/
Dvf_mcdeint.c111 if (!(enc = avcodec_find_encoder(AV_CODEC_ID_SNOW))) { in config_props()
Dvf_uspp.c323 const AVCodec *enc = avcodec_find_encoder(AV_CODEC_ID_SNOW); in config_input()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavutils.c43 (codec = avcodec_find_encoder (codec_id))) in gst_ffmpeg_get_codecid_longname()
Dgstavcodecmap.c2407 (codec = avcodec_find_encoder (codec_id))) { in gst_ffmpeg_codecid_to_caps()
/third_party/ffmpeg/fftools/
Dcmdutils.c1575 printf(avcodec_find_encoder(desc->id) ? "E" : "."); in show_codecs()
2114 codec = s->oformat ? avcodec_find_encoder(codec_id) in filter_codec_opts()
Dffmpeg_opt.c751 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()