/third_party/ffmpeg/libavcodec/arm/ |
H A D | neontest.c | 25 wrap(avcodec_open2(AVCodecContext *avctx, in avcodec_open2() function 29 testneonclobbers(avcodec_open2, avctx, codec, options); in avcodec_open2()
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | neontest.c | 25 wrap(avcodec_open2(AVCodecContext *avctx, in avcodec_open2() function 29 testneonclobbers(avcodec_open2, avctx, codec, options); in avcodec_open2()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | w64xmmtest.c | 25 wrap(avcodec_open2(AVCodecContext *avctx, in avcodec_open2() function 29 testxmmclobbers(avcodec_open2, avctx, codec, options); in avcodec_open2()
|
/third_party/ffmpeg/doc/examples/ |
H A 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()
|
H A D | decode_video.c | 137 if (avcodec_open2(c, codec, NULL) < 0) { in main()
|
H A D | qsvdec.c | 188 ret = avcodec_open2(decoder_ctx, NULL, NULL); in main()
|
H A D | decode_audio.c | 151 if (avcodec_open2(c, codec, NULL) < 0) { in main()
|
H A D | encode_audio.c | 171 if (avcodec_open2(c, codec, NULL) < 0) { in main()
|
H A D | encode_video.c | 127 ret = avcodec_open2(c, codec, NULL); in main()
|
H A D | extract_mvs.c | 108 ret = avcodec_open2(dec_ctx, dec, &opts); in open_codec_context()
|
H A D | transcode_aac.c | 119 if ((error = avcodec_open2(avctx, input_codec, NULL)) < 0) { in open_input_file() 224 if ((error = avcodec_open2(avctx, output_codec, NULL)) < 0) { in open_output_file()
|
H A D | filtering_audio.c | 80 if ((ret = avcodec_open2(dec_ctx, dec, NULL)) < 0) { in open_input_file()
|
H A D | filtering_video.c | 84 if ((ret = avcodec_open2(dec_ctx, dec, NULL)) < 0) { in open_input_file()
|
H A D | hw_decode.c | 226 if ((ret = avcodec_open2(decoder_ctx, decoder, NULL)) < 0) { in main()
|
H A D | vaapi_encode.c | 161 if ((err = avcodec_open2(avctx, codec, NULL)) < 0) { in main()
|
H A D | muxing.c | 257 ret = avcodec_open2(c, codec, &opt); in open_audio() 419 ret = avcodec_open2(c, codec, &opt); in open_video()
|
H A D | transcoding.c | 104 ret = avcodec_open2(codec_ctx, dec, NULL); in open_input_file() 190 ret = avcodec_open2(enc_ctx, encoder, NULL); in open_output_file()
|
/third_party/ffmpeg/tests/api/ |
H A D | api-flac-test.c | 72 result = avcodec_open2(ctx, enc, NULL); in init_encoder() 97 result = avcodec_open2(ctx, dec, NULL); in init_decoder()
|
H A D | api-h264-test.c | 86 result = avcodec_open2(ctx, codec, NULL); in video_decode_example()
|
H A D | api-band-test.c | 124 result = avcodec_open2(ctx, codec, NULL); in video_decode()
|
H A D | api-h264-slice-test.c | 163 if ((ret = avcodec_open2(c, codec, NULL)) < 0) { in main()
|
/third_party/ffmpeg/libavcodec/ |
H A 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/libavfilter/ |
H A D | lavfutils.c | 82 if ((ret = avcodec_open2(codec_ctx, codec, &opt)) < 0) { in ff_load_image()
|
/third_party/ffmpeg/tools/ |
H A D | decode_simple.c | 69 ret = avcodec_open2(dc->decoder, NULL, &dc->decoder_opts); in ds_run()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/ |
H A D | FFMpegExtractor.cpp | 198 if (avcodec_open2(codecContext.get(), codec, nullptr) < 0){ in decode()
|