Home
last modified time | relevance | path

Searched refs:ctx (Results 4626 - 4650 of 12585) sorted by relevance

1...<<181182183184185186187188189190>>...504

/third_party/ffmpeg/libavfilter/
H A Df_sendcmd.c407 static av_cold int init(AVFilterContext *ctx) in init() argument
409 SendCmdContext *s = ctx->priv; in init()
413 av_log(ctx, AV_LOG_ERROR, in init()
422 &file_buf, &file_bufsize, 0, ctx); in init()
439 s->commands_str, ctx)) < 0) in init()
443 av_log(ctx, AV_LOG_ERROR, "No commands were specified\n"); in init()
449 av_log(ctx, AV_LOG_DEBUG, "Parsed commands:\n"); in init()
453 av_log(ctx, AV_LOG_VERBOSE, "start_time:%f end_time:%f index:%d\n", in init()
457 av_log(ctx, AV_LOG_VERBOSE, in init()
466 static av_cold void uninit(AVFilterContext *ctx) in uninit() argument
486 AVFilterContext *ctx = inlink->dst; filter_frame() local
[all...]
H A Dvf_yaepblur.c51 int (*pre_calculate_row)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
52 int (*filter_slice )(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
55 static av_cold void uninit(AVFilterContext *ctx) in uninit() argument
57 YAEPContext *s = ctx->priv; in uninit()
94 static int pre_calculate_row_##name(AVFilterContext *ctx, void *arg, \
98 YAEPContext *s = ctx->priv; \
130 static int pre_calculate_col(AVFilterContext *ctx, void *arg, in pre_calculate_col() argument
134 YAEPContext *s = ctx->priv; in pre_calculate_col()
161 static int filter_slice_##name(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) \
164 YAEPContext *s = ctx
217 AVFilterContext *ctx = inlink->dst; filter_frame() local
[all...]
H A Dvf_monochrome.c80 static int monochrome_slice8(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in monochrome_slice8() argument
82 MonochromeContext *s = ctx->priv; in monochrome_slice8()
119 static int monochrome_slice16(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in monochrome_slice16() argument
121 MonochromeContext *s = ctx->priv; in monochrome_slice16()
158 static int clear_slice8(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in clear_slice8() argument
160 MonochromeContext *s = ctx->priv; in clear_slice8()
184 static int clear_slice16(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in clear_slice16() argument
186 MonochromeContext *s = ctx->priv; in clear_slice16()
214 AVFilterContext *ctx = inlink->dst; in filter_frame() local
215 MonochromeContext *s = ctx in filter_frame()
248 AVFilterContext *ctx = inlink->dst; config_input() local
[all...]
H A Dvf_hysteresis.c84 AVFilterContext *ctx = fs->parent; in process_frame() local
86 AVFilterLink *outlink = ctx->outputs[0]; in process_frame()
94 if (ctx->is_disabled) { in process_frame()
252 AVFilterContext *ctx = inlink->dst; in config_input() local
253 HysteresisContext *s = ctx->priv; in config_input()
286 AVFilterContext *ctx = outlink->src; in config_output() local
287 HysteresisContext *s = ctx->priv; in config_output()
288 AVFilterLink *base = ctx->inputs[0]; in config_output()
289 AVFilterLink *alt = ctx->inputs[1]; in config_output()
294 av_log(ctx, AV_LOG_ERRO in config_output()
329 activate(AVFilterContext *ctx) activate() argument
335 uninit(AVFilterContext *ctx) uninit() argument
[all...]
/third_party/libcoap/examples/
H A Detsi_iot_01.c435 init_resources(coap_context_t *ctx) { in init_resources() argument
459 coap_add_resource(ctx, r); in init_resources()
460 coap_resource_release_userdata_handler(ctx, coap_free_userdata); in init_resources()
475 coap_add_resource(ctx, r); in init_resources()
495 coap_add_resource(ctx, r); in init_resources()
505 coap_add_resource(ctx, r); in init_resources()
513 coap_add_resource(ctx, r); in init_resources()
535 coap_context_t *ctx = NULL; in get_context() local
560 ctx = coap_new_context(&addr); in get_context()
561 if (ctx) { in get_context()
577 coap_context_t *ctx; main() local
[all...]
/third_party/node/lib/internal/crypto/
H A Dkeys.js380 function getKeyObjectHandle(key, ctx) {
381 if (ctx === kCreatePrivate) {
390 if (ctx === kConsumePrivate || ctx === kCreatePublic)
419 function getKeyObjectHandleFromJwk(key, ctx) {
423 const isPublic = ctx === kConsumePublic || ctx === kCreatePublic;
529 function prepareAsymmetricKey(key, ctx) {
532 return { data: getKeyObjectHandle(key, ctx) };
534 return { data: getKeyObjectHandle(key[kKeyObject], ctx) };
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dpkcs12.h157 OSSL_LIB_CTX *ctx,
165 int passlen, OSSL_LIB_CTX *ctx,
171 OSSL_LIB_CTX *ctx,
179 OSSL_LIB_CTX *ctx, const char *propq);
184 OSSL_LIB_CTX *ctx, const char *propq);
193 OSSL_LIB_CTX *ctx, const char *propq);
248 OSSL_LIB_CTX *ctx,
251 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq);
259 OSSL_LIB_CTX *ctx, const char *propq);
266 OSSL_LIB_CTX *ctx, cons
323 OSSL_LIB_CTX *ctx, const char *propq); global() variable
331 OSSL_LIB_CTX *ctx, const char *propq); global() variable
335 OSSL_LIB_CTX *ctx, const char *propq); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dpkcs12.h157 OSSL_LIB_CTX *ctx,
165 int passlen, OSSL_LIB_CTX *ctx,
171 OSSL_LIB_CTX *ctx,
179 OSSL_LIB_CTX *ctx, const char *propq);
184 OSSL_LIB_CTX *ctx, const char *propq);
193 OSSL_LIB_CTX *ctx, const char *propq);
248 OSSL_LIB_CTX *ctx,
251 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq);
259 OSSL_LIB_CTX *ctx, const char *propq);
266 OSSL_LIB_CTX *ctx, cons
323 OSSL_LIB_CTX *ctx, const char *propq); global() variable
331 OSSL_LIB_CTX *ctx, const char *propq); global() variable
335 OSSL_LIB_CTX *ctx, const char *propq); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dpkcs12.h157 OSSL_LIB_CTX *ctx,
165 int passlen, OSSL_LIB_CTX *ctx,
171 OSSL_LIB_CTX *ctx,
179 OSSL_LIB_CTX *ctx, const char *propq);
184 OSSL_LIB_CTX *ctx, const char *propq);
193 OSSL_LIB_CTX *ctx, const char *propq);
248 OSSL_LIB_CTX *ctx,
251 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq);
259 OSSL_LIB_CTX *ctx, const char *propq);
266 OSSL_LIB_CTX *ctx, cons
323 OSSL_LIB_CTX *ctx, const char *propq); global() variable
331 OSSL_LIB_CTX *ctx, const char *propq); global() variable
335 OSSL_LIB_CTX *ctx, const char *propq); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dpkcs12.h157 OSSL_LIB_CTX *ctx,
165 int passlen, OSSL_LIB_CTX *ctx,
171 OSSL_LIB_CTX *ctx,
179 OSSL_LIB_CTX *ctx, const char *propq);
184 OSSL_LIB_CTX *ctx, const char *propq);
193 OSSL_LIB_CTX *ctx, const char *propq);
248 OSSL_LIB_CTX *ctx,
251 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq);
259 OSSL_LIB_CTX *ctx, const char *propq);
266 OSSL_LIB_CTX *ctx, cons
323 OSSL_LIB_CTX *ctx, const char *propq); global() variable
331 OSSL_LIB_CTX *ctx, const char *propq); global() variable
335 OSSL_LIB_CTX *ctx, const char *propq); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dpkcs12.h157 OSSL_LIB_CTX *ctx,
165 int passlen, OSSL_LIB_CTX *ctx,
171 OSSL_LIB_CTX *ctx,
179 OSSL_LIB_CTX *ctx, const char *propq);
184 OSSL_LIB_CTX *ctx, const char *propq);
193 OSSL_LIB_CTX *ctx, const char *propq);
248 OSSL_LIB_CTX *ctx,
251 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq);
259 OSSL_LIB_CTX *ctx, const char *propq);
266 OSSL_LIB_CTX *ctx, cons
323 OSSL_LIB_CTX *ctx, const char *propq); global() variable
331 OSSL_LIB_CTX *ctx, const char *propq); global() variable
335 OSSL_LIB_CTX *ctx, const char *propq); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dpkcs12.h157 OSSL_LIB_CTX *ctx,
165 int passlen, OSSL_LIB_CTX *ctx,
171 OSSL_LIB_CTX *ctx,
179 OSSL_LIB_CTX *ctx, const char *propq);
184 OSSL_LIB_CTX *ctx, const char *propq);
193 OSSL_LIB_CTX *ctx, const char *propq);
248 OSSL_LIB_CTX *ctx,
251 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq);
259 OSSL_LIB_CTX *ctx, const char *propq);
266 OSSL_LIB_CTX *ctx, cons
323 OSSL_LIB_CTX *ctx, const char *propq); global() variable
331 OSSL_LIB_CTX *ctx, const char *propq); global() variable
335 OSSL_LIB_CTX *ctx, const char *propq); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dpkcs12.h157 OSSL_LIB_CTX *ctx,
165 int passlen, OSSL_LIB_CTX *ctx,
171 OSSL_LIB_CTX *ctx,
179 OSSL_LIB_CTX *ctx, const char *propq);
184 OSSL_LIB_CTX *ctx, const char *propq);
193 OSSL_LIB_CTX *ctx, const char *propq);
248 OSSL_LIB_CTX *ctx,
251 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq);
259 OSSL_LIB_CTX *ctx, const char *propq);
266 OSSL_LIB_CTX *ctx, cons
323 OSSL_LIB_CTX *ctx, const char *propq); global() variable
331 OSSL_LIB_CTX *ctx, const char *propq); global() variable
335 OSSL_LIB_CTX *ctx, const char *propq); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Dpkcs12.h157 OSSL_LIB_CTX *ctx,
165 int passlen, OSSL_LIB_CTX *ctx,
171 OSSL_LIB_CTX *ctx,
179 OSSL_LIB_CTX *ctx, const char *propq);
184 OSSL_LIB_CTX *ctx, const char *propq);
193 OSSL_LIB_CTX *ctx, const char *propq);
248 OSSL_LIB_CTX *ctx,
251 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq);
259 OSSL_LIB_CTX *ctx, const char *propq);
266 OSSL_LIB_CTX *ctx, cons
323 OSSL_LIB_CTX *ctx, const char *propq); global() variable
331 OSSL_LIB_CTX *ctx, const char *propq); global() variable
335 OSSL_LIB_CTX *ctx, const char *propq); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dpkcs12.h157 OSSL_LIB_CTX *ctx,
165 int passlen, OSSL_LIB_CTX *ctx,
171 OSSL_LIB_CTX *ctx,
179 OSSL_LIB_CTX *ctx, const char *propq);
184 OSSL_LIB_CTX *ctx, const char *propq);
193 OSSL_LIB_CTX *ctx, const char *propq);
248 OSSL_LIB_CTX *ctx,
251 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq);
259 OSSL_LIB_CTX *ctx, const char *propq);
266 OSSL_LIB_CTX *ctx, cons
323 OSSL_LIB_CTX *ctx, const char *propq); global() variable
331 OSSL_LIB_CTX *ctx, const char *propq); global() variable
335 OSSL_LIB_CTX *ctx, const char *propq); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Dpkcs12.h157 OSSL_LIB_CTX *ctx,
165 int passlen, OSSL_LIB_CTX *ctx,
171 OSSL_LIB_CTX *ctx,
179 OSSL_LIB_CTX *ctx, const char *propq);
184 OSSL_LIB_CTX *ctx, const char *propq);
193 OSSL_LIB_CTX *ctx, const char *propq);
248 OSSL_LIB_CTX *ctx,
251 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq);
259 OSSL_LIB_CTX *ctx, const char *propq);
266 OSSL_LIB_CTX *ctx, cons
323 OSSL_LIB_CTX *ctx, const char *propq); global() variable
331 OSSL_LIB_CTX *ctx, const char *propq); global() variable
335 OSSL_LIB_CTX *ctx, const char *propq); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dpkcs12.h157 OSSL_LIB_CTX *ctx,
165 int passlen, OSSL_LIB_CTX *ctx,
171 OSSL_LIB_CTX *ctx,
179 OSSL_LIB_CTX *ctx, const char *propq);
184 OSSL_LIB_CTX *ctx, const char *propq);
193 OSSL_LIB_CTX *ctx, const char *propq);
248 OSSL_LIB_CTX *ctx,
251 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq);
259 OSSL_LIB_CTX *ctx, const char *propq);
266 OSSL_LIB_CTX *ctx, cons
323 OSSL_LIB_CTX *ctx, const char *propq); global() variable
331 OSSL_LIB_CTX *ctx, const char *propq); global() variable
335 OSSL_LIB_CTX *ctx, const char *propq); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H A Dpkcs12.h157 OSSL_LIB_CTX *ctx,
165 int passlen, OSSL_LIB_CTX *ctx,
171 OSSL_LIB_CTX *ctx,
179 OSSL_LIB_CTX *ctx, const char *propq);
184 OSSL_LIB_CTX *ctx, const char *propq);
193 OSSL_LIB_CTX *ctx, const char *propq);
248 OSSL_LIB_CTX *ctx,
251 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq);
259 OSSL_LIB_CTX *ctx, const char *propq);
266 OSSL_LIB_CTX *ctx, cons
323 OSSL_LIB_CTX *ctx, const char *propq); global() variable
331 OSSL_LIB_CTX *ctx, const char *propq); global() variable
335 OSSL_LIB_CTX *ctx, const char *propq); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/
H A Dpkcs12.h157 OSSL_LIB_CTX *ctx,
165 int passlen, OSSL_LIB_CTX *ctx,
171 OSSL_LIB_CTX *ctx,
179 OSSL_LIB_CTX *ctx, const char *propq);
184 OSSL_LIB_CTX *ctx, const char *propq);
193 OSSL_LIB_CTX *ctx, const char *propq);
248 OSSL_LIB_CTX *ctx,
251 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq);
259 OSSL_LIB_CTX *ctx, const char *propq);
266 OSSL_LIB_CTX *ctx, cons
323 OSSL_LIB_CTX *ctx, const char *propq); global() variable
331 OSSL_LIB_CTX *ctx, const char *propq); global() variable
335 OSSL_LIB_CTX *ctx, const char *propq); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/
H A Dpkcs12.h157 OSSL_LIB_CTX *ctx,
165 int passlen, OSSL_LIB_CTX *ctx,
171 OSSL_LIB_CTX *ctx,
179 OSSL_LIB_CTX *ctx, const char *propq);
184 OSSL_LIB_CTX *ctx, const char *propq);
193 OSSL_LIB_CTX *ctx, const char *propq);
248 OSSL_LIB_CTX *ctx,
251 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq);
259 OSSL_LIB_CTX *ctx, const char *propq);
266 OSSL_LIB_CTX *ctx, cons
323 OSSL_LIB_CTX *ctx, const char *propq); global() variable
331 OSSL_LIB_CTX *ctx, const char *propq); global() variable
335 OSSL_LIB_CTX *ctx, const char *propq); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/no-asm/include/openssl/
H A Dpkcs12.h157 OSSL_LIB_CTX *ctx,
165 int passlen, OSSL_LIB_CTX *ctx,
171 OSSL_LIB_CTX *ctx,
179 OSSL_LIB_CTX *ctx, const char *propq);
184 OSSL_LIB_CTX *ctx, const char *propq);
193 OSSL_LIB_CTX *ctx, const char *propq);
248 OSSL_LIB_CTX *ctx,
251 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq);
259 OSSL_LIB_CTX *ctx, const char *propq);
266 OSSL_LIB_CTX *ctx, cons
323 OSSL_LIB_CTX *ctx, const char *propq); global() variable
331 OSSL_LIB_CTX *ctx, const char *propq); global() variable
335 OSSL_LIB_CTX *ctx, const char *propq); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/
H A Dpkcs12.h157 OSSL_LIB_CTX *ctx,
165 int passlen, OSSL_LIB_CTX *ctx,
171 OSSL_LIB_CTX *ctx,
179 OSSL_LIB_CTX *ctx, const char *propq);
184 OSSL_LIB_CTX *ctx, const char *propq);
193 OSSL_LIB_CTX *ctx, const char *propq);
248 OSSL_LIB_CTX *ctx,
251 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq);
259 OSSL_LIB_CTX *ctx, const char *propq);
266 OSSL_LIB_CTX *ctx, cons
323 OSSL_LIB_CTX *ctx, const char *propq); global() variable
331 OSSL_LIB_CTX *ctx, const char *propq); global() variable
335 OSSL_LIB_CTX *ctx, const char *propq); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/include/openssl/
H A Dpkcs12.h157 OSSL_LIB_CTX *ctx,
165 int passlen, OSSL_LIB_CTX *ctx,
171 OSSL_LIB_CTX *ctx,
179 OSSL_LIB_CTX *ctx, const char *propq);
184 OSSL_LIB_CTX *ctx, const char *propq);
193 OSSL_LIB_CTX *ctx, const char *propq);
248 OSSL_LIB_CTX *ctx,
251 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq);
259 OSSL_LIB_CTX *ctx, const char *propq);
266 OSSL_LIB_CTX *ctx, cons
323 OSSL_LIB_CTX *ctx, const char *propq); global() variable
331 OSSL_LIB_CTX *ctx, const char *propq); global() variable
335 OSSL_LIB_CTX *ctx, const char *propq); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm_avx2/include/openssl/
H A Dpkcs12.h157 OSSL_LIB_CTX *ctx,
165 int passlen, OSSL_LIB_CTX *ctx,
171 OSSL_LIB_CTX *ctx,
179 OSSL_LIB_CTX *ctx, const char *propq);
184 OSSL_LIB_CTX *ctx, const char *propq);
193 OSSL_LIB_CTX *ctx, const char *propq);
248 OSSL_LIB_CTX *ctx,
251 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq);
259 OSSL_LIB_CTX *ctx, const char *propq);
266 OSSL_LIB_CTX *ctx, cons
323 OSSL_LIB_CTX *ctx, const char *propq); global() variable
331 OSSL_LIB_CTX *ctx, const char *propq); global() variable
335 OSSL_LIB_CTX *ctx, const char *propq); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/VC-WIN64-ARM/no-asm/include/openssl/
H A Dpkcs12.h157 OSSL_LIB_CTX *ctx,
165 int passlen, OSSL_LIB_CTX *ctx,
171 OSSL_LIB_CTX *ctx,
179 OSSL_LIB_CTX *ctx, const char *propq);
184 OSSL_LIB_CTX *ctx, const char *propq);
193 OSSL_LIB_CTX *ctx, const char *propq);
248 OSSL_LIB_CTX *ctx,
251 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq);
259 OSSL_LIB_CTX *ctx, const char *propq);
266 OSSL_LIB_CTX *ctx, cons
323 OSSL_LIB_CTX *ctx, const char *propq); global() variable
331 OSSL_LIB_CTX *ctx, const char *propq); global() variable
335 OSSL_LIB_CTX *ctx, const char *propq); global() variable
[all...]

Completed in 21 milliseconds

1...<<181182183184185186187188189190>>...504