Searched refs:avcodec_open2 (Results 26 - 35 of 35) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.c2283 if ((ret = avcodec_open2(ist->dec_ctx, codec, &ist->decoder_opts)) < 0) {
2843 if ((ret = avcodec_open2(ost->enc_ctx, codec, &ost->encoder_opts)) < 0) {
H A Dconfigure4976 check_ldflags -Wl,--wrap,avcodec_open2 \
4988 check_ldflags -Wl,--wrap,avcodec_open2 \
H A Dffplay.c2588 if (avcodec_open2(avctx, codec, &opts) < 0)
H A Dffprobe.c2357 if (avcodec_open2(stream->codec, codec, &opts) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dutils.c1285 ret = avcodec_open2(avctx, codec, options);
1291 int attribute_align_arg avcodec_open2(AVCodecContext *avctx, const AVCodec *codec, AVDictionary **options) function
1300 av_log(avctx, AV_LOG_ERROR, "No codec provided to avcodec_open2()\n");
1305 "but %s passed to avcodec_open2()\n", avctx->codec->name, codec->name);
H A Dmpegvideo_enc.c1283 if (avcodec_open2(c, codec, NULL) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c2217 if (avcodec_open2(ist->st->codec, codec, &ist->opts) < 0) {
2559 if (avcodec_open2(ost->st->codec, codec, &ost->opts) < 0) {
H A Dffmpeg.c2324 if (avcodec_open2(ost->st->codec, codec, &ost->opts) < 0) {
2363 if (avcodec_open2(ist->st->codec, codec, &ist->opts) < 0) {
H A Davplay.c2198 avcodec_open2(avctx, codec, &opts) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegvideo_enc.c1145 if (avcodec_open2(c, codec, NULL) < 0)

Completed in 323 milliseconds

12