Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcodec.h282 const AVCodec *avcodec_find_encoder(enum AVCodecID id);
Davcodec.c267 …codec2 = av_codec_is_encoder(codec) ? avcodec_find_encoder(codec->id) : avcodec_find_decoder(codec… in avcodec_open2()
Dallcodecs.c930 const AVCodec *avcodec_find_encoder(enum AVCodecID id) in avcodec_find_encoder() function
Dutils.c467 codec = avcodec_find_encoder(id); in avcodec_get_name()
/third_party/ffmpeg/doc/examples/
Dencode_audio.c141 codec = avcodec_find_encoder(AV_CODEC_ID_MP2); in main()
Dtranscode_aac.c188 if (!(output_codec = avcodec_find_encoder(AV_CODEC_ID_AAC))) { in open_output_file()
Dmuxing.c134 *codec = avcodec_find_encoder(codec_id); in add_stream()
Dtranscoding.c151 encoder = avcodec_find_encoder(dec_ctx->codec_id); in open_output_file()
/third_party/ffmpeg/tests/api/
Dapi-flac-test.c257 enc = avcodec_find_encoder(AV_CODEC_ID_FLAC); in main()
/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.c317 const AVCodec *enc = avcodec_find_encoder(AV_CODEC_ID_SNOW); in config_input()
/third_party/ffmpeg/fftools/
Dcmdutils.c905 codec = s->oformat ? avcodec_find_encoder(codec_id) in filter_codec_opts()
Dffmpeg_opt.c829 codec = encoder ? avcodec_find_encoder(desc->id) : in find_codec_or_die()
1499 ost->enc = avcodec_find_encoder(ost->st->codecpar->codec_id); in choose_encoder()
2567 …if (!o->subtitle_disable && (avcodec_find_encoder(oc->oformat->subtitle_codec) || subtitle_codec_n… in open_output_file()
2574 avcodec_find_encoder(oc->oformat->subtitle_codec); in open_output_file()
Dopt_common.c694 printf(avcodec_find_encoder(desc->id) ? "E" : "."); in show_codecs()
/third_party/ffmpeg/doc/
DAPIchanges266 avcodec_find_encoder_by_name(), avcodec_find_encoder(),