Home
last modified time | relevance | path

Searched refs:twopass (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/
H A Dpkcs12.c84 {"twopass", OPT_TWOPASS, '-', "Separate MAC, encryption passwords"},
162 int export_pkcs12 = 0, options = 0, chain = 0, twopass = 0, keytype = 0; in pkcs12_main() local
225 twopass = 1; in pkcs12_main()
487 if (twopass) { in pkcs12_main()
489 BIO_printf(bio_err, "Option -twopass cannot be used with -passout or -password\n"); in pkcs12_main()
491 BIO_printf(bio_err, "Option -twopass cannot be used with -passin or -password\n"); in pkcs12_main()
499 if (twopass) { in pkcs12_main()
510 BIO_printf(bio_err, "Unsupported option -twopass\n"); in pkcs12_main()
664 if (!twopass) in pkcs12_main()
744 if (!twopass) in pkcs12_main()
[all...]
/third_party/openssl/apps/
H A Dpkcs12.c84 {"twopass", OPT_TWOPASS, '-', "Separate MAC, encryption passwords"},
162 int export_pkcs12 = 0, options = 0, chain = 0, twopass = 0, keytype = 0; in pkcs12_main() local
225 twopass = 1; in pkcs12_main()
487 if (twopass) { in pkcs12_main()
489 BIO_printf(bio_err, "Option -twopass cannot be used with -passout or -password\n"); in pkcs12_main()
491 BIO_printf(bio_err, "Option -twopass cannot be used with -passin or -password\n"); in pkcs12_main()
499 if (twopass) { in pkcs12_main()
510 BIO_printf(bio_err, "Unsupported option -twopass\n"); in pkcs12_main()
664 if (!twopass) in pkcs12_main()
744 if (!twopass) in pkcs12_main()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dnvenc.h202 int twopass; member
H A Dnvenc.c963 if (ctx->flags & NVENC_TWO_PASSES || ctx->twopass > 0) in nvenc_setup_rate_control()
978 ctx->twopass = 0; in nvenc_setup_rate_control()
980 ctx->twopass = 1; in nvenc_setup_rate_control()
982 if (ctx->twopass < 0) in nvenc_setup_rate_control()
983 ctx->twopass = (ctx->flags & NVENC_LOWLATENCY) != 0; in nvenc_setup_rate_control()
986 if (ctx->twopass) { in nvenc_setup_rate_control()
993 } else if (ctx->twopass) { in nvenc_setup_rate_control()
H A Dnvenc_hevc.c105 { "2pass", "Use 2pass encoding mode", OFFSET(twopass), AV_OPT_TYPE_BOOL, { .i64 = -1 }, -1, 1, VE },
H A Dnvenc_h264.c116 { "2pass", "Use 2pass encoding mode", OFFSET(twopass), AV_OPT_TYPE_BOOL, { .i64 = -1 }, -1, 1, VE },
/third_party/ffmpeg/tests/
H A Dfate-run.sh210 twopass=$9
219 if [ -n "$twopass" ]; then

Completed in 9 milliseconds