/third_party/ffmpeg/libavcodec/x86/ |
D | w64xmmtest.c | 25 wrap(avcodec_open2(AVCodecContext *avctx, in wrap() 29 testxmmclobbers(avcodec_open2, avctx, codec, options); in wrap()
|
/third_party/ffmpeg/libavcodec/arm/ |
D | neontest.c | 25 wrap(avcodec_open2(AVCodecContext *avctx, in wrap() 29 testneonclobbers(avcodec_open2, avctx, codec, options); in wrap()
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | neontest.c | 25 wrap(avcodec_open2(AVCodecContext *avctx, in wrap() 29 testneonclobbers(avcodec_open2, avctx, codec, options); in wrap()
|
/third_party/ffmpeg/libavcodec/ |
D | imm5.c | 66 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/ |
D | vaapi_transcode.c | 105 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()
|
D | decode_video.c | 136 if (avcodec_open2(c, codec, NULL) < 0) { in main()
|
D | extract_mvs.c | 107 if ((ret = avcodec_open2(dec_ctx, dec, &opts)) < 0) { in open_codec_context()
|
D | encode_video.c | 127 ret = avcodec_open2(c, codec, NULL); in main()
|
D | encode_audio.c | 171 if (avcodec_open2(c, codec, NULL) < 0) { in main()
|
D | transcode_aac.c | 115 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()
|
D | decode_audio.c | 151 if (avcodec_open2(c, codec, NULL) < 0) { in main()
|
D | hw_decode.c | 220 if ((ret = avcodec_open2(decoder_ctx, decoder, NULL)) < 0) { in main()
|
D | vaapi_encode.c | 161 if ((err = avcodec_open2(avctx, codec, NULL)) < 0) { in main()
|
D | filtering_video.c | 84 if ((ret = avcodec_open2(dec_ctx, dec, NULL)) < 0) { in open_input_file()
|
D | qsvdec.c | 215 ret = avcodec_open2(decoder_ctx, NULL, NULL); in main()
|
D | muxing.c | 256 ret = avcodec_open2(c, codec, &opt); in open_audio() 417 ret = avcodec_open2(c, codec, &opt); in open_video()
|
D | filtering_audio.c | 79 if ((ret = avcodec_open2(dec_ctx, dec, NULL)) < 0) { in open_input_file()
|
D | transcoding.c | 103 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/ |
D | api-flac-test.c | 71 result = avcodec_open2(ctx, enc, NULL); in init_encoder() 98 result = avcodec_open2(ctx, dec, NULL); in init_decoder()
|
D | api-h264-test.c | 86 result = avcodec_open2(ctx, codec, NULL); in video_decode_example()
|
D | api-h264-slice-test.c | 163 if ((ret = avcodec_open2(c, codec, NULL)) < 0) { in main()
|
D | api-band-test.c | 124 result = avcodec_open2(ctx, codec, NULL); in video_decode()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstav.c | 69 ret = avcodec_open2 (avctx, codec, NULL); in gst_ffmpeg_avcodec_open()
|
/third_party/ffmpeg/libavfilter/ |
D | lavfutils.c | 73 if ((ret = avcodec_open2(codec_ctx, codec, &opt)) < 0) { in ff_load_image()
|
/third_party/ffmpeg/tools/ |
D | venc_data_dump.c | 96 ret = avcodec_open2(*dec, NULL, opts); in decoder_init()
|