Searched refs:avcodec_find_decoder (Results 1 - 25 of 32) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dlavfutils.c53 codec = avcodec_find_decoder(codec_ctx->codec_id);
H A Dvf_subtitles.c368 dec = avcodec_find_decoder(dec_ctx->codec_id);
H A Dsrc_movie.c152 codec = avcodec_find_decoder(st->st->codec->codec_id);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dapi-example.c133 codec = avcodec_find_decoder(CODEC_ID_MP2);
355 codec = avcodec_find_decoder(CODEC_ID_MPEG1VIDEO);
H A Dutils.c1354 AVCodec *avcodec_find_decoder(enum CodecID id) function
1430 p = avcodec_find_decoder(enc->codec_id);
H A Davcodec.h3847 AVCodec *avcodec_find_decoder(enum CodecID id);
4010 * avcodec_find_decoder() and avcodec_find_encoder() provide an easy way for
4017 * codec = avcodec_find_decoder(CODEC_ID_H264);
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
4051 * codec = avcodec_find_decoder(CODEC_ID_H264);
4071 * @see avcodec_alloc_context3(), avcodec_find_decoder(), avcodec_find_encoder(),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Ddemuxing_decoding.c158 dec = avcodec_find_decoder(dec_ctx->codec_id);
H A Ddecoding_encoding.c257 codec = avcodec_find_decoder(AV_CODEC_ID_MP2);
551 codec = avcodec_find_decoder(AV_CODEC_ID_MPEG1VIDEO);
H A Dtranscode_aac.c96 if (!(input_codec = avcodec_find_decoder((*input_format_context)->streams[0]->codec->codec_id))) {
H A Dtranscoding.c75 avcodec_find_decoder(codec_ctx->codec_id), NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsmvjpegdec.c105 codec = avcodec_find_decoder(AV_CODEC_ID_MJPEG);
H A Dutils.c1420 codec2 = av_codec_is_encoder(codec) ? avcodec_find_encoder(codec->id) : avcodec_find_decoder(codec->id);
2830 AVCodec *avcodec_find_decoder(enum AVCodecID id) function
2860 codec = avcodec_find_decoder(id);
2907 avcodec_find_decoder(enc->codec_id);
3567 AVCodec *c= avcodec_find_decoder(codec_id);
H A Davcodec.h3546 * avcodec_find_decoder() and avcodec_find_encoder() provide an easy way for
3554 * codec = avcodec_find_decoder(AV_CODEC_ID_H264);
3574 * @see avcodec_alloc_context3(), avcodec_find_decoder(), avcodec_find_encoder(),
3837 AVCodec *avcodec_find_decoder(enum AVCodecID id);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvsrc_movie.c136 codec = avcodec_find_decoder(movie->codec_ctx->codec_id);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dtranscode.c402 ctx->adecoder = avcodec_find_decoder(ctx->acodec->codec_id);
H A Dartwork.c133 img_decoder = avcodec_find_decoder(src->codec_id);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davprobe.c322 if (!(codec = avcodec_find_decoder(stream->codec->codec_id))) {
H A Dcmdutils.c961 : avcodec_find_decoder(codec_id);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dcmdutils.c1436 printf(avcodec_find_decoder(desc->id) ? "D" : ".");
1970 : avcodec_find_decoder(codec_id);
H A Dffmpeg_opt.c531 avcodec_find_decoder(desc->id);
558 return avcodec_find_decoder(st->codec->codec_id);
630 ist->dec = avcodec_find_decoder(dec->codec_id);
701 ist->dec = avcodec_find_decoder(dec->codec_id);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Ddshow.c373 AVCodec *codec = avcodec_find_decoder(codec_id);
H A Dv4l2.c290 AVCodec *codec = avcodec_find_decoder(codec_id);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h2827 AVCodec *avcodec_find_decoder(enum CodecID id);
2905 * avcodec_find_decoder() and avcodec_find_encoder() provide an easy way for
2912 * codec = avcodec_find_decoder(CODEC_ID_H264);
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/libavformat/
H A Dutils.c2148 avcodec_find_decoder(st->codec->codec_id);
2317 avcodec_find_decoder(st->codec->codec_id);
2645 decoder = avcodec_find_decoder(st->codec->codec_id);
H A Drtsp.c216 c = avcodec_find_decoder(codec->codec_id);

Completed in 263 milliseconds

12