Searched refs:av_guess_codec (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dformat.c155 enum AVCodecID av_guess_codec(AVOutputFormat *fmt, const char *short_name, function
H A Davformat.h2340 enum AVCodecID av_guess_codec(AVOutputFormat *fmt, const char *short_name,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavformat/
H A Davformat.h764 enum CodecID av_guess_codec(AVOutputFormat *fmt, const char *short_name,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Davformat.h1767 enum CodecID av_guess_codec(AVOutputFormat *fmt, const char *short_name,
H A Dutils.c237 enum CodecID av_guess_codec(AVOutputFormat *fmt, const char *short_name, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_opt.c1039 ost->st->codec->codec_id = av_guess_codec(s->oformat, NULL, s->filename,
1831 if (!o->video_disable && av_guess_codec(oc->oformat, NULL, filename, NULL, AVMEDIA_TYPE_VIDEO) != AV_CODEC_ID_NONE) {
1853 if (!o->audio_disable && av_guess_codec(oc->oformat, NULL, filename, NULL, AVMEDIA_TYPE_AUDIO) != AV_CODEC_ID_NONE) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dffmpeg.c3410 codec_id = av_guess_codec(oc->oformat, NULL, oc->filename, NULL, AVMEDIA_TYPE_VIDEO);
3541 codec_id = av_guess_codec(oc->oformat, NULL, oc->filename, NULL, AVMEDIA_TYPE_AUDIO);
3633 codec_id = av_guess_codec(oc->oformat, NULL, oc->filename, NULL, AVMEDIA_TYPE_SUBTITLE);
H A Davconv.c3456 ost->st->codec->codec_id = av_guess_codec(s->oformat, NULL, s->filename,

Completed in 195 milliseconds