Searched refs:av_codec_get_id (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavformat/
H A Davformat.h826 enum CodecID av_codec_get_id(const struct AVCodecTag * const *tags, unsigned int tag);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davformat.h2435 enum AVCodecID av_codec_get_id(const struct AVCodecTag * const *tags, unsigned int tag);
2593 * meant to be passed to av_codec_get_id()/av_codec_get_tag() as in the
2598 * enum AVCodecID id = av_codec_get_id(table, tag);
H A Dnutdec.c387 st->codec->codec_id = av_codec_get_id((const AVCodecTag * const []) {
397 st->codec->codec_id = av_codec_get_id((const AVCodecTag * const []) {
H A Dsegment.c155 av_codec_get_id (oc->oformat->codec_tag, icodec->codec_tag) == ocodec->codec_id ||
H A Dutils.c2877 enum AVCodecID av_codec_get_id(const AVCodecTag *const *tags, unsigned int tag) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Davformat.h1842 enum CodecID av_codec_get_id(const struct AVCodecTag * const *tags, unsigned int tag);
2002 * meant to be passed to av_codec_get_id()/av_codec_get_tag() as in the
2007 * enum CodecID id = av_codec_get_id(table, tag);
H A Dnutdec.c321 st->codec->codec_id = av_codec_get_id(
H A Dutils.c2226 enum CodecID av_codec_get_id(const AVCodecTag * const *tags, unsigned int tag) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.c2530 av_codec_get_id (oc->oformat->codec_tag, dec_ctx->codec_tag) == enc_ctx->codec_id ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c2325 av_codec_get_id (oc->oformat->codec_tag, icodec->codec_tag) == codec->codec_id ||
H A Dffmpeg.c2099 || av_codec_get_id (os->oformat->codec_tag, icodec->codec_tag) == codec->codec_id

Completed in 236 milliseconds