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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dw64xmmtest.c25 wrap(avcodec_open2(AVCodecContext *avctx, function
29 testxmmclobbers(avcodec_open2, avctx, codec, options);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/aarch64/
H A Dneontest.c25 wrap(avcodec_open2(AVCodecContext *avctx, function
29 testneonclobbers(avcodec_open2, avctx, codec, options);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dneontest.c25 wrap(avcodec_open2(AVCodecContext *avctx, function
29 testneonclobbers(avcodec_open2, avctx, codec, options);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dlavfutils.c60 if ((ret = avcodec_open2(codec_ctx, codec, NULL)) < 0) {
H A Dvf_mcdeint.c142 ret = avcodec_open2(enc_ctx, enc, &opts);
H A Dvf_subtitles.c382 ret = avcodec_open2(dec_ctx, dec, &codec_opts);
H A Dsrc_movie.c160 if ((ret = avcodec_open2(st->st->codec, codec, NULL)) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Ddecoding_encoding.c147 if (avcodec_open2(c, codec, NULL) < 0) {
270 if (avcodec_open2(c, codec, NULL) < 0) {
392 if (avcodec_open2(c, codec, NULL) < 0) {
571 if (avcodec_open2(c, codec, NULL) < 0) {
H A Dtranscode_aac.c103 if ((error = avcodec_open2((*input_format_context)->streams[0]->codec,
193 if ((error = avcodec_open2(*output_codec_context, output_codec, NULL)) < 0) {
H A Ddemuxing_decoding.c168 if ((ret = avcodec_open2(dec_ctx, dec, &opts)) < 0) {
H A Dfiltering_audio.c77 if ((ret = avcodec_open2(dec_ctx, dec, NULL)) < 0) {
H A Dfiltering_video.c77 if ((ret = avcodec_open2(dec_ctx, dec, NULL)) < 0) {
H A Dmuxing.c173 ret = avcodec_open2(c, codec, NULL);
369 ret = avcodec_open2(c, codec, NULL);
H A Dtranscoding.c74 ret = avcodec_open2(codec_ctx,
141 ret = avcodec_open2(enc_ctx, encoder, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dartwork.c141 ret = avcodec_open2(src, img_decoder,NULL);
279 ret = avcodec_open2(dst, img_encoder,NULL);
H A Dtranscode.c413 ret = avcodec_open2(ctx->acodec, ctx->adecoder,NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dframe_thread_encoder.c197 if(avcodec_open2(thread_avctx, avctx->codec, &tmp) < 0) {
H A Davcodec.h1971 * - encoding: set by libavcodec in avcodec_open2(). Each submitted frame
2229 * - decoding: set by the caller before avcodec_open2().
2905 * - encoding: Set/allocated/freed by user (before avcodec_open2())
2906 * - decoding: Set/allocated/freed by libavcodec (by avcodec_open2())
3443 * for the given codec. It is illegal to then call avcodec_open2()
3466 * If codec is non-NULL, it is illegal to call avcodec_open2() with a
3498 * unopened, i.e. you are required to call avcodec_open2() before you
3560 * if (avcodec_open2(context, codec, opts) < 0)
3577 int avcodec_open2(AVCodecContext *avctx, const AVCodec *codec, AVDictionary **options);
5112 * @return a positive value if s is open (i.e. avcodec_open2() wa
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvsrc_movie.c142 if ((ret = avcodec_open2(movie->codec_ctx, codec, NULL)) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/libmpcodecs/
H A Dvf_uspp.c244 if (avcodec_open2(avctx_enc, enc, &opts) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davprobe.c326 } else if (avcodec_open2(stream->codec, codec, NULL) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dutils.c631 return avcodec_open2(avctx, codec, NULL);
635 int attribute_align_arg avcodec_open2(AVCodecContext *avctx, AVCodec *codec, AVDictionary **options) function
644 av_log(avctx, AV_LOG_ERROR, "No codec provided to avcodec_open2().\n");
649 "but %s passed to avcodec_open2().\n", avctx->codec->name, codec->name);
H A Davcodec.h3071 * - encoding: Set/allocated/freed by user (before avcodec_open2())
3072 * - decoding: Set/allocated/freed by libavcodec (by avcodec_open2())
3889 * If codec is non-NULL, it is illegal to call avcodec_open2() with a
3919 * for the given codec. It is illegal to then call avcodec_open2()
3930 * unopened, i.e. you are required to call avcodec_open2() before you
3994 * @deprecated Set s->thread_count before calling avcodec_open2() instead of calling this.
4032 * @deprecated use avcodec_open2
4057 * if (avcodec_open2(context, codec, opts) < 0)
4074 int avcodec_open2(AVCodecContext *avctx, AVCodec *codec, AVDictionary **options);
4756 * @return a positive value if s is open (i.e. avcodec_open2() wa
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dutils.c2731 ret = avcodec_open2(st->codec, codec, options ? options : &thread_opt);
3169 if (avcodec_open2(st->codec, codec, options ? &options[i] : &thread_opt) < 0)
3177 if (avcodec_open2(st->codec, codec, options ? &options[i] : &thread_opt) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dutils.c2156 ret = avcodec_open2(st->codec, codec, options ? options : &thread_opt);
2326 avcodec_open2(st->codec, codec, options ? &options[i]
2332 avcodec_open2(st->codec, codec, options ? &options[i]

Completed in 197 milliseconds

12