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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dapiexample.c126 codec = avcodec_find_decoder(CODEC_ID_MP2);
327 codec = avcodec_find_decoder(CODEC_ID_MPEG1VIDEO);
H A Dutils.c654 AVCodec *avcodec_find_decoder(enum CodecID id) function
691 p = avcodec_find_decoder(enc->codec_id);
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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/vhook/
H A Dwatermark.c539 ci->pCodec = avcodec_find_decoder(ci->pCodecCtx->codec_id);
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Drtsp.c143 c = avcodec_find_decoder(codec->codec_id);
H A Dutils.c1909 codec = avcodec_find_decoder(st->codec->codec_id);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffplay.c1741 codec = avcodec_find_decoder(enc->codec_id);
H A Dffmpeg.c1963 codec = avcodec_find_decoder(ist->st->codec->codec_id);
H A Dffserver.c1928 codec = avcodec_find_decoder(st->codec->codec_id);

Completed in 267 milliseconds