Home
last modified time | relevance | path

Searched refs:avcodec_open2 (Results 1 – 25 of 50) sorted by relevance

12

/third_party/ffmpeg/libavcodec/x86/
Dw64xmmtest.c25 wrap(avcodec_open2(AVCodecContext *avctx, in wrap()
29 testxmmclobbers(avcodec_open2, avctx, codec, options); in wrap()
/third_party/ffmpeg/libavcodec/arm/
Dneontest.c25 wrap(avcodec_open2(AVCodecContext *avctx, in wrap()
29 testneonclobbers(avcodec_open2, avctx, codec, options); in wrap()
/third_party/ffmpeg/libavcodec/aarch64/
Dneontest.c25 wrap(avcodec_open2(AVCodecContext *avctx, in wrap()
29 testneonclobbers(avcodec_open2, avctx, codec, options); in wrap()
/third_party/ffmpeg/libavcodec/
Dimm5.c66 ret = avcodec_open2(ctx->h264_avctx, codec, NULL); in imm5_init()
79 ret = avcodec_open2(ctx->hevc_avctx, codec, NULL); in imm5_init()
/third_party/ffmpeg/doc/examples/
Dvaapi_transcode.c105 if ((ret = avcodec_open2(decoder_ctx, decoder, NULL)) < 0) in open_input_file()
186 if ((ret = avcodec_open2(encoder_ctx, enc_codec, NULL)) < 0) { in dec_enc()
Ddecode_video.c136 if (avcodec_open2(c, codec, NULL) < 0) { in main()
Dextract_mvs.c107 if ((ret = avcodec_open2(dec_ctx, dec, &opts)) < 0) { in open_codec_context()
Dencode_video.c127 ret = avcodec_open2(c, codec, NULL); in main()
Dencode_audio.c171 if (avcodec_open2(c, codec, NULL) < 0) { in main()
Dtranscode_aac.c115 if ((error = avcodec_open2(avctx, input_codec, NULL)) < 0) { in open_input_file()
221 if ((error = avcodec_open2(avctx, output_codec, NULL)) < 0) { in open_output_file()
Ddecode_audio.c151 if (avcodec_open2(c, codec, NULL) < 0) { in main()
Dhw_decode.c220 if ((ret = avcodec_open2(decoder_ctx, decoder, NULL)) < 0) { in main()
Dvaapi_encode.c161 if ((err = avcodec_open2(avctx, codec, NULL)) < 0) { in main()
Dfiltering_video.c84 if ((ret = avcodec_open2(dec_ctx, dec, NULL)) < 0) { in open_input_file()
Dqsvdec.c215 ret = avcodec_open2(decoder_ctx, NULL, NULL); in main()
Dmuxing.c256 ret = avcodec_open2(c, codec, &opt); in open_audio()
417 ret = avcodec_open2(c, codec, &opt); in open_video()
Dfiltering_audio.c79 if ((ret = avcodec_open2(dec_ctx, dec, NULL)) < 0) { in open_input_file()
Dtranscoding.c103 ret = avcodec_open2(codec_ctx, dec, NULL); in open_input_file()
188 ret = avcodec_open2(enc_ctx, encoder, NULL); in open_output_file()
/third_party/ffmpeg/tests/api/
Dapi-flac-test.c71 result = avcodec_open2(ctx, enc, NULL); in init_encoder()
98 result = avcodec_open2(ctx, dec, NULL); in init_decoder()
Dapi-h264-test.c86 result = avcodec_open2(ctx, codec, NULL); in video_decode_example()
Dapi-h264-slice-test.c163 if ((ret = avcodec_open2(c, codec, NULL)) < 0) { in main()
Dapi-band-test.c124 result = avcodec_open2(ctx, codec, NULL); in video_decode()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstav.c69 ret = avcodec_open2 (avctx, codec, NULL); in gst_ffmpeg_avcodec_open()
/third_party/ffmpeg/libavfilter/
Dlavfutils.c73 if ((ret = avcodec_open2(codec_ctx, codec, &opt)) < 0) { in ff_load_image()
/third_party/ffmpeg/tools/
Dvenc_data_dump.c96 ret = avcodec_open2(*dec, NULL, opts); in decoder_init()

12