Searched refs:avcodec_find_encoder (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dapi-example.c63 codec = avcodec_find_encoder(CODEC_ID_MP2);
224 codec = avcodec_find_encoder(CODEC_ID_MPEG1VIDEO);
H A Dutils.c1324 AVCodec *avcodec_find_encoder(enum CodecID id) function
1428 p = avcodec_find_encoder(enc->codec_id);
H A Davcodec.h3831 AVCodec *avcodec_find_encoder(enum CodecID id);
4010 * avcodec_find_decoder() and avcodec_find_encoder() provide an easy way for
4030 * @see avcodec_alloc_context3, avcodec_find_decoder, avcodec_find_encoder, avcodec_close
4043 * avcodec_find_decoder() and avcodec_find_encoder() provide an easy way for
4071 * @see avcodec_alloc_context3(), avcodec_find_decoder(), avcodec_find_encoder(),
H A Dmpegvideo_enc.c1110 AVCodec *codec = avcodec_find_encoder(s->avctx->codec_id);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Doutput-example.c99 codec = avcodec_find_encoder(c->codec_id);
271 codec = avcodec_find_encoder(c->codec_id);
H A Dasfenc.c483 p = avcodec_find_encoder(enc->codec_id);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Ddecoding_encoding.c118 codec = avcodec_find_encoder(AV_CODEC_ID_MP2);
359 codec = avcodec_find_encoder(codec_id);
H A Dtranscode_aac.c160 if (!(output_codec = avcodec_find_encoder(AV_CODEC_ID_AAC))) {
H A Dmuxing.c97 *codec = avcodec_find_encoder(codec_id);
H A Dtranscoding.c118 encoder = avcodec_find_encoder(dec_ctx->codec_id);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_mcdeint.c108 if (!(enc = avcodec_find_encoder(AV_CODEC_ID_SNOW))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/libmpcodecs/
H A Dvf_uspp.c217 AVCodec *enc= avcodec_find_encoder(AV_CODEC_ID_SNOW);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dartwork.c181 img_encoder = avcodec_find_encoder(dst_fmt->video_codec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dutils.c1420 codec2 = av_codec_is_encoder(codec) ? avcodec_find_encoder(codec->id) : avcodec_find_decoder(codec->id);
2811 AVCodec *avcodec_find_encoder(enum AVCodecID id) function
2863 codec = avcodec_find_encoder(id);
2906 p = encode ? avcodec_find_encoder(enc->codec_id) :
3569 c= avcodec_find_encoder(codec_id);
H A Davcodec.h3546 * avcodec_find_decoder() and avcodec_find_encoder() provide an easy way for
3574 * @see avcodec_alloc_context3(), avcodec_find_decoder(), avcodec_find_encoder(),
4346 AVCodec *avcodec_find_encoder(enum AVCodecID id);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dffmpeg.c526 codec = encoder ? avcodec_find_encoder(c->codec->id) : avcodec_find_decoder(c->codec->id);
689 codec = avcodec_find_encoder(ic->streams[i]->codec->codec_id);
2160 ost->enc = avcodec_find_encoder(ost->st->codec->codec_id);
3411 codec = avcodec_find_encoder(codec_id);
3542 codec = avcodec_find_encoder(codec_id);
3634 codec = avcodec_find_encoder(codec_id);
H A Dcmdutils.c960 AVCodec *codec = s->oformat ? avcodec_find_encoder(codec_id)
H A Davserver.c1946 AVCodec *codec = avcodec_find_encoder(st->codec->codec_id);
2030 AVCodec *codec = avcodec_find_encoder(st->codec->codec_id);
3930 AVCodec *codec = avcodec_find_encoder(avctx->codec_id);
H A Davconv.c751 codec = encoder ? avcodec_find_encoder(c->codec->id) : avcodec_find_decoder(c->codec->id);
2386 ost->enc = avcodec_find_encoder(ost->st->codec->codec_id);
3458 ost->enc = avcodec_find_encoder(ost->st->codec->codec_id);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dcmdutils.c1437 printf(avcodec_find_encoder(desc->id) ? "E" : ".");
1969 codec = s->oformat ? avcodec_find_encoder(codec_id)
H A Dffmpeg_opt.c530 codec = encoder ? avcodec_find_encoder(desc->id) :
1041 ost->enc = avcodec_find_encoder(ost->st->codec->codec_id);
1626 codec = avcodec_find_encoder(ic->streams[i]->codec->codec_id);
1869 if (!o->subtitle_disable && (avcodec_find_encoder(oc->oformat->subtitle_codec) || subtitle_codec_name)) {
H A Dffserver.c2019 AVCodec *codec = avcodec_find_encoder(st->codec->codec_id);
2103 AVCodec *codec = avcodec_find_encoder(st->codec->codec_id);
3972 AVCodec *codec = avcodec_find_encoder(avctx->codec_id);
H A Dffmpeg.c2649 ost->enc = avcodec_find_encoder(enc_ctx->codec_id);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h2811 AVCodec *avcodec_find_encoder(enum CodecID id);
2905 * avcodec_find_decoder() and avcodec_find_encoder() provide an easy way for
2925 * @see avcodec_alloc_context, avcodec_find_decoder, avcodec_find_encoder
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dv4l2.c311 AVCodec *codec = avcodec_find_encoder(codec_id);

Completed in 306 milliseconds

12