avcodec_open2     151 doc/examples/decode_audio.c     if (avcodec_open2(c, codec, NULL) < 0) {
avcodec_open2     136 doc/examples/decode_video.c     if (avcodec_open2(c, codec, NULL) < 0) {
avcodec_open2     188 doc/examples/demuxing_decoding.c         if ((ret = avcodec_open2(*dec_ctx, dec, &opts)) < 0) {
avcodec_open2     171 doc/examples/encode_audio.c     if (avcodec_open2(c, codec, NULL) < 0) {
avcodec_open2     127 doc/examples/encode_video.c     ret = avcodec_open2(c, codec, NULL);
avcodec_open2     107 doc/examples/extract_mvs.c         if ((ret = avcodec_open2(dec_ctx, dec, &opts)) < 0) {
avcodec_open2      79 doc/examples/filtering_audio.c     if ((ret = avcodec_open2(dec_ctx, dec, NULL)) < 0) {
avcodec_open2      84 doc/examples/filtering_video.c     if ((ret = avcodec_open2(dec_ctx, dec, NULL)) < 0) {
avcodec_open2     220 doc/examples/hw_decode.c     if ((ret = avcodec_open2(decoder_ctx, decoder, NULL)) < 0) {
avcodec_open2     256 doc/examples/muxing.c     ret = avcodec_open2(c, codec, &opt);
avcodec_open2     417 doc/examples/muxing.c     ret = avcodec_open2(c, codec, &opt);
avcodec_open2     215 doc/examples/qsvdec.c     ret = avcodec_open2(decoder_ctx, NULL, NULL);
avcodec_open2     115 doc/examples/transcode_aac.c     if ((error = avcodec_open2(avctx, input_codec, NULL)) < 0) {
avcodec_open2     221 doc/examples/transcode_aac.c     if ((error = avcodec_open2(avctx, output_codec, NULL)) < 0) {
avcodec_open2      98 doc/examples/transcoding.c             ret = avcodec_open2(codec_ctx, dec, NULL);
avcodec_open2     179 doc/examples/transcoding.c             ret = avcodec_open2(enc_ctx, encoder, NULL);
avcodec_open2     161 doc/examples/vaapi_encode.c     if ((err = avcodec_open2(avctx, codec, NULL)) < 0) {
avcodec_open2     105 doc/examples/vaapi_transcode.c     if ((ret = avcodec_open2(decoder_ctx, decoder, NULL)) < 0)
avcodec_open2     189 doc/examples/vaapi_transcode.c             if ((ret = avcodec_open2(encoder_ctx, enc_codec, NULL)) < 0) {
avcodec_open2    2916 fftools/ffmpeg.c         if ((ret = avcodec_open2(ist->dec_ctx, codec, &ist->decoder_opts)) < 0) {
avcodec_open2    3476 fftools/ffmpeg.c         if ((ret = avcodec_open2(ost->enc_ctx, codec, &ost->encoder_opts)) < 0) {
avcodec_open2    2636 fftools/ffplay.c     if ((ret = avcodec_open2(avctx, codec, &opts)) < 0) {
avcodec_open2    2960 fftools/ffprobe.c             if (avcodec_open2(ist->dec_ctx, codec, &opts) < 0) {
avcodec_open2      25 libavcodec/aarch64/neontest.c wrap(avcodec_open2(AVCodecContext *avctx,
avcodec_open2      29 libavcodec/aarch64/neontest.c     testneonclobbers(avcodec_open2, avctx, codec, options);
avcodec_open2      25 libavcodec/arm/neontest.c wrap(avcodec_open2(AVCodecContext *avctx,
avcodec_open2      29 libavcodec/arm/neontest.c     testneonclobbers(avcodec_open2, avctx, codec, options);
avcodec_open2    2889 libavcodec/avcodec.h int avcodec_open2(AVCodecContext *avctx, const AVCodec *codec, AVDictionary **options);
avcodec_open2     221 libavcodec/frame_thread_encoder.c         if(avcodec_open2(thread_avctx, avctx->codec, &tmp) < 0) {
avcodec_open2    1445 libavcodec/mpegvideo_enc.c         ret = avcodec_open2(c, codec, NULL);
avcodec_open2     158 libavcodec/tests/options.c         ret = avcodec_open2(ctx1, ctx1->codec, NULL);
avcodec_open2     542 libavcodec/utils.c     ret = avcodec_open2(avctx, codec, options);
avcodec_open2      25 libavcodec/x86/w64xmmtest.c wrap(avcodec_open2(AVCodecContext *avctx,
avcodec_open2      29 libavcodec/x86/w64xmmtest.c     testxmmclobbers(avcodec_open2, avctx, codec, options);
avcodec_open2      74 libavfilter/lavfutils.c     if ((ret = avcodec_open2(codec_ctx, codec, &opt)) < 0) {
avcodec_open2     178 libavfilter/src_movie.c     if ((ret = avcodec_open2(st->codec_ctx, codec, NULL)) < 0) {
avcodec_open2     145 libavfilter/vf_mcdeint.c     ret = avcodec_open2(enc_ctx, enc, &opts);
avcodec_open2     418 libavfilter/vf_subtitles.c     ret = avcodec_open2(dec_ctx, NULL, &codec_opts);
avcodec_open2     364 libavfilter/vf_uspp.c         ret = avcodec_open2(avctx_enc, enc, &opts);
avcodec_open2    3081 libavformat/utils.c         ret = avcodec_open2(avctx, codec, options ? options : &thread_opt);
avcodec_open2    3714 libavformat/utils.c             if (avcodec_open2(avctx, codec, options ? &options[i] : &thread_opt) < 0)
avcodec_open2    3722 libavformat/utils.c                 if (avcodec_open2(avctx, codec, options ? &options[i] : &thread_opt) < 0)
avcodec_open2    3975 libavformat/utils.c                     if (avcodec_open2(avctx, codec, (options && stream_index < orig_nb_streams) ? &options[stream_index] : &opts) < 0)
avcodec_open2     126 tests/api/api-band-test.c     result = avcodec_open2(ctx, codec, NULL);
avcodec_open2      40 tests/api/api-codec-param-test.c         ret = avcodec_open2(codec_ctx, codec, NULL);
avcodec_open2      71 tests/api/api-flac-test.c     result = avcodec_open2(ctx, enc, NULL);
avcodec_open2      98 tests/api/api-flac-test.c     result = avcodec_open2(ctx, dec, NULL);
avcodec_open2     163 tests/api/api-h264-slice-test.c     if ((ret = avcodec_open2(c, codec, NULL)) < 0) {
avcodec_open2      88 tests/api/api-h264-test.c     result = avcodec_open2(ctx, codec, NULL);
avcodec_open2     240 tests/api/api-seek-test.c     result = avcodec_open2(ctx, codec, NULL);
avcodec_open2     264 tools/target_dec_fuzzer.c     int res = avcodec_open2(ctx, c, &opts);
avcodec_open2      96 tools/venc_data_dump.c     ret = avcodec_open2(*dec, NULL, opts);