Home
last modified time | relevance | path

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

12

/third_party/ffmpeg/libavcodec/arm/
H A Dneontest.c25 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 Dneontest.c25 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 Dw64xmmtest.c25 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 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()
H A Ddecode_video.c137 if (avcodec_open2(c, codec, NULL) < 0) { in main()
H A Dqsvdec.c188 ret = avcodec_open2(decoder_ctx, NULL, NULL); in main()
H A Ddecode_audio.c151 if (avcodec_open2(c, codec, NULL) < 0) { in main()
H A Dencode_audio.c171 if (avcodec_open2(c, codec, NULL) < 0) { in main()
H A Dencode_video.c127 ret = avcodec_open2(c, codec, NULL); in main()
H A Dextract_mvs.c108 ret = avcodec_open2(dec_ctx, dec, &opts); in open_codec_context()
H A Dtranscode_aac.c119 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 Dfiltering_audio.c80 if ((ret = avcodec_open2(dec_ctx, dec, NULL)) < 0) { in open_input_file()
H A Dfiltering_video.c84 if ((ret = avcodec_open2(dec_ctx, dec, NULL)) < 0) { in open_input_file()
H A Dhw_decode.c226 if ((ret = avcodec_open2(decoder_ctx, decoder, NULL)) < 0) { in main()
H A Dvaapi_encode.c161 if ((err = avcodec_open2(avctx, codec, NULL)) < 0) { in main()
H A Dmuxing.c257 ret = avcodec_open2(c, codec, &opt); in open_audio()
419 ret = avcodec_open2(c, codec, &opt); in open_video()
H A Dtranscoding.c104 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 Dapi-flac-test.c72 result = avcodec_open2(ctx, enc, NULL); in init_encoder()
97 result = avcodec_open2(ctx, dec, NULL); in init_decoder()
H A Dapi-h264-test.c86 result = avcodec_open2(ctx, codec, NULL); in video_decode_example()
H A Dapi-band-test.c124 result = avcodec_open2(ctx, codec, NULL); in video_decode()
H A Dapi-h264-slice-test.c163 if ((ret = avcodec_open2(c, codec, NULL)) < 0) { in main()
/third_party/ffmpeg/libavcodec/
H A 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/libavfilter/
H A Dlavfutils.c82 if ((ret = avcodec_open2(codec_ctx, codec, &opt)) < 0) { in ff_load_image()
/third_party/ffmpeg/tools/
H A Ddecode_simple.c69 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 DFFMpegExtractor.cpp198 if (avcodec_open2(codecContext.get(), codec, nullptr) < 0){ in decode()

Completed in 12 milliseconds

12