Searched refs:twopass (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/openssl/openssl/apps/ |
H A D | pkcs12.c | 84 {"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 D | pkcs12.c | 84 {"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 D | nvenc.h | 202 int twopass; member
|
H A D | nvenc.c | 963 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 D | nvenc_hevc.c | 105 { "2pass", "Use 2pass encoding mode", OFFSET(twopass), AV_OPT_TYPE_BOOL, { .i64 = -1 }, -1, 1, VE },
|
H A D | nvenc_h264.c | 116 { "2pass", "Use 2pass encoding mode", OFFSET(twopass), AV_OPT_TYPE_BOOL, { .i64 = -1 }, -1, 1, VE },
|
/third_party/ffmpeg/tests/ |
H A D | fate-run.sh | 210 twopass=$9 219 if [ -n "$twopass" ]; then
|
Completed in 9 milliseconds