/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_state_sampler.c | 313 softpipe_cleanup_vertex_sampling(struct softpipe_context *ctx) in softpipe_cleanup_vertex_sampling() argument 316 for (i = 0; i < ARRAY_SIZE(ctx->mapped_vs_tex); i++) { in softpipe_cleanup_vertex_sampling() 318 ctx, ctx->sampler_views[PIPE_SHADER_VERTEX][i]); in softpipe_cleanup_vertex_sampling() 319 pipe_resource_reference(&ctx->mapped_vs_tex[i], NULL); in softpipe_cleanup_vertex_sampling() 337 softpipe_cleanup_geometry_sampling(struct softpipe_context *ctx) in softpipe_cleanup_geometry_sampling() argument 340 for (i = 0; i < ARRAY_SIZE(ctx->mapped_gs_tex); i++) { in softpipe_cleanup_geometry_sampling() 342 ctx, ctx->sampler_views[PIPE_SHADER_GEOMETRY][i]); in softpipe_cleanup_geometry_sampling() 343 pipe_resource_reference(&ctx in softpipe_cleanup_geometry_sampling() [all...] |
/third_party/node/deps/openssl/openssl/crypto/ct/ |
H A D | ct_sct.c | 290 int SCT_validate(SCT *sct, const CT_POLICY_EVAL_CTX *ctx) in SCT_validate() argument 306 log = CTLOG_STORE_get0_log_by_id(ctx->log_store, in SCT_validate() 315 sctx = SCT_CTX_new(ctx->libctx, ctx->propq); in SCT_validate() 327 if (ctx->issuer == NULL) { in SCT_validate() 332 issuer_pkey = X509_get0_pubkey(ctx->issuer); in SCT_validate() 340 SCT_CTX_set_time(sctx, ctx->epoch_time_in_ms); in SCT_validate() 347 * associated with the shared (by all SCTs) policy eval ctx. in SCT_validate() 360 if (SCT_CTX_set1_cert(sctx, ctx->cert, NULL) != 1) in SCT_validate() 376 int SCT_LIST_validate(const STACK_OF(SCT) *scts, CT_POLICY_EVAL_CTX *ctx) in STACK_OF() [all...] |
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | evp_local.h | 26 int (*update) (EVP_MD_CTX *ctx, const void *data, size_t count); 29 * Opaque ctx returned from a providers digest algorithm implementation 57 * Opaque ctx returned from a providers cipher algorithm implementation 67 * Opaque ctx returned from a providers MAC algorithm implementation 76 * Opaque ctx returned from a providers KDF algorithm implementation 85 * Opaque ctx returned from a providers rand algorithm implementation 233 int PKCS5_v2_PBKDF2_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, 237 int PKCS5_v2_PBKDF2_keyivgen_ex(EVP_CIPHER_CTX *ctx, const char *pass, 266 void *evp_generic_fetch(OSSL_LIB_CTX *ctx, int operation_id, 273 void *evp_generic_fetch_by_number(OSSL_LIB_CTX *ctx, in [all...] |
/third_party/node/deps/openssl/openssl/crypto/pkcs12/ |
H A D | p12_crt.c | 40 OSSL_LIB_CTX *ctx, const char *propq) in PKCS12_create_ex() 95 ctx, propq)) in PKCS12_create_ex() 103 ctx, propq); in PKCS12_create_ex() 125 p12 = PKCS12_add_safes_ex(safes, 0, ctx, propq); in PKCS12_create_ex() 204 OSSL_LIB_CTX *ctx, const char *propq) in STACK_OF() 217 iter, p8, ctx, propq); in STACK_OF() 264 OSSL_LIB_CTX *ctx, const char *propq) in STACK_OF() 286 p7 = PKCS12_pack_p7encdata_ex(nid_safe, pass, -1, NULL, 0, iter, bags, ctx, propq); in STACK_OF() 337 OSSL_LIB_CTX *ctx, const char *propq) in STACK_OF() 343 p12 = PKCS12_init_ex(nid_p7, ctx, prop in STACK_OF() 37 PKCS12_create_ex(const char *pass, const char *name, EVP_PKEY *pkey, X509 *cert, STACK_OF(X509) *ca, int nid_key, int nid_cert, int iter, int mac_iter, int keytype, OSSL_LIB_CTX *ctx, const char *propq) PKCS12_create_ex() argument [all...] |
/third_party/openssl/crypto/ct/ |
H A D | ct_sct.c | 290 int SCT_validate(SCT *sct, const CT_POLICY_EVAL_CTX *ctx) in SCT_validate() argument 306 log = CTLOG_STORE_get0_log_by_id(ctx->log_store, in SCT_validate() 315 sctx = SCT_CTX_new(ctx->libctx, ctx->propq); in SCT_validate() 327 if (ctx->issuer == NULL) { in SCT_validate() 332 issuer_pkey = X509_get0_pubkey(ctx->issuer); in SCT_validate() 340 SCT_CTX_set_time(sctx, ctx->epoch_time_in_ms); in SCT_validate() 347 * associated with the shared (by all SCTs) policy eval ctx. in SCT_validate() 360 if (SCT_CTX_set1_cert(sctx, ctx->cert, NULL) != 1) in SCT_validate() 376 int SCT_LIST_validate(const STACK_OF(SCT) *scts, CT_POLICY_EVAL_CTX *ctx) in STACK_OF() [all...] |
/third_party/openssl/crypto/pkcs12/ |
H A D | p12_crt.c | 34 OSSL_LIB_CTX *ctx, const char *propq) in PKCS12_create_ex() 81 ctx, propq)) in PKCS12_create_ex() 89 ctx, propq); in PKCS12_create_ex() 111 p12 = PKCS12_add_safes_ex(safes, 0, ctx, propq); in PKCS12_create_ex() 182 OSSL_LIB_CTX *ctx, const char *propq) in STACK_OF() 196 iter, p8, ctx, propq); in STACK_OF() 245 OSSL_LIB_CTX *ctx, const char *propq) in STACK_OF() 267 p7 = PKCS12_pack_p7encdata_ex(nid_safe, pass, -1, NULL, 0, iter, bags, ctx, propq); in STACK_OF() 318 OSSL_LIB_CTX *ctx, const char *propq) in STACK_OF() 324 p12 = PKCS12_init_ex(nid_p7, ctx, prop in STACK_OF() 31 PKCS12_create_ex(const char *pass, const char *name, EVP_PKEY *pkey, X509 *cert, STACK_OF(X509) *ca, int nid_key, int nid_cert, int iter, int mac_iter, int keytype, OSSL_LIB_CTX *ctx, const char *propq) PKCS12_create_ex() argument [all...] |
/third_party/openssl/crypto/evp/ |
H A D | evp_local.h | 26 int (*update) (EVP_MD_CTX *ctx, const void *data, size_t count); 29 * Opaque ctx returned from a providers digest algorithm implementation 57 * Opaque ctx returned from a providers cipher algorithm implementation 67 * Opaque ctx returned from a providers MAC algorithm implementation 76 * Opaque ctx returned from a providers KDF algorithm implementation 85 * Opaque ctx returned from a providers rand algorithm implementation 233 int PKCS5_v2_PBKDF2_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, 237 int PKCS5_v2_PBKDF2_keyivgen_ex(EVP_CIPHER_CTX *ctx, const char *pass, 266 void *evp_generic_fetch(OSSL_LIB_CTX *ctx, int operation_id, 273 void *evp_generic_fetch_by_number(OSSL_LIB_CTX *ctx, in [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLMultiContextTest.cpp | 145 EGLContext ctx[kThreadCount] = {EGL_NO_CONTEXT, EGL_NO_CONTEXT}; in TEST_P() local 154 ctx[t] = window->createContext(EGL_NO_CONTEXT, nullptr); in TEST_P() 155 EXPECT_NE(EGL_NO_CONTEXT, ctx[t]); in TEST_P() 177 EXPECT_EGL_TRUE(eglMakeCurrent(dpy, surface[0], surface[0], ctx[0])); in TEST_P() 232 EXPECT_EGL_TRUE(eglMakeCurrent(dpy, surface[1], surface[1], ctx[1])); in TEST_P() 288 eglDestroyContext(dpy, ctx[t]); in TEST_P() 301 EGLContext ctx; in TEST_P() local 318 EXPECT_TRUE(createContext(dpy, config, &ctx)); in TEST_P() 319 EXPECT_EGL_TRUE(eglMakeCurrent(dpy, srf, srf, ctx)); in TEST_P() 330 ctx in TEST_P() [all...] |
/third_party/skia/src/effects/imagefilters/ |
H A D | SkMagnifierImageFilter.cpp | 149 sk_sp<SkSpecialImage> SkMagnifierImageFilter::onFilterImage(const Context& ctx, in onFilterImage() argument 152 sk_sp<SkSpecialImage> input(this->filterInput(0, ctx, &inputOffset)); in onFilterImage() 161 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage() 172 if (ctx.gpuBacked()) { in onFilterImage() 173 auto context = ctx.getContext(); in onFilterImage() 201 ctx.colorSpace(), kPremul_SkAlphaType); in onFilterImage() 206 return DrawWithFP(context, std::move(fp), bounds, ctx.colorType(), ctx.colorSpace(), in onFilterImage() 207 ctx.surfaceProps(), isProtected); in onFilterImage() 276 dst, ctx in onFilterImage() [all...] |
/third_party/openssl/test/ |
H A D | danetest.c | 290 static int test_tlsafile(SSL_CTX *ctx, const char *base_name, in test_tlsafile() argument 322 if (!TEST_ptr(ssl = SSL_new(ctx))) in test_tlsafile() 386 SSL_CTX *ctx = NULL; in run_tlsatest() local 391 || !TEST_ptr(ctx = SSL_CTX_new(TLS_client_method())) in run_tlsatest() 392 || !TEST_int_gt(SSL_CTX_dane_enable(ctx), 0) in run_tlsatest() 393 || !TEST_true(SSL_CTX_load_verify_file(ctx, CAfile)) in run_tlsatest() 394 || !TEST_int_gt(SSL_CTX_dane_mtype_set(ctx, EVP_sha512(), 2, 1), 0) in run_tlsatest() 395 || !TEST_int_gt(SSL_CTX_dane_mtype_set(ctx, EVP_sha256(), 1, 2), 0) in run_tlsatest() 396 || !TEST_int_gt(test_tlsafile(ctx, basedomain, f, tlsafile), 0)) in run_tlsatest() 402 SSL_CTX_free(ctx); in run_tlsatest() [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | unknown_field_set.cc | 291 ParseContext* ctx) { in ParseLengthDelimited() 295 return ctx->ReadString(ptr, size, s); in ParseLengthDelimited() 297 const char* ParseGroup(uint32 num, const char* ptr, ParseContext* ctx) { in ParseGroup() argument 299 return ctx->ParseGroup(&child, ptr, num * 8 + 3); in ParseGroup() 305 const char* _InternalParse(const char* ptr, ParseContext* ctx) { in _InternalParse() argument 306 return WireFormatParser(*this, ptr, ctx); in _InternalParse() 314 ParseContext* ctx) { in UnknownGroupParse() 316 return WireFormatParser(field_parser, ptr, ctx); in UnknownGroupParse() 320 const char* ptr, ParseContext* ctx) { in UnknownFieldParse() 322 return FieldParser(tag, field_parser, ptr, ctx); in UnknownFieldParse() 290 ParseLengthDelimited(uint32 num, const char* ptr, ParseContext* ctx) ParseLengthDelimited() argument 313 UnknownGroupParse(UnknownFieldSet* unknown, const char* ptr, ParseContext* ctx) UnknownGroupParse() argument 319 UnknownFieldParse(uint64 tag, UnknownFieldSet* unknown, const char* ptr, ParseContext* ctx) UnknownFieldParse() argument [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/clk/rockchip/ |
H A D | clk-rk3188.c | 613 struct rockchip_clk_provider *ctx; in rk3188_common_clk_init() local 622 ctx = rockchip_clk_init(np, reg_base, CLK_NR_CLKS); in rk3188_common_clk_init() 623 if (IS_ERR(ctx)) { in rk3188_common_clk_init() 629 rockchip_clk_register_branches(ctx, common_clk_branches, ARRAY_SIZE(common_clk_branches)); in rk3188_common_clk_init() 633 rockchip_register_restart_notifier(ctx, RK2928_GLB_SRST_FST, NULL); in rk3188_common_clk_init() 635 return ctx; in rk3188_common_clk_init() 640 struct rockchip_clk_provider *ctx; in rk3066a_clk_init() local 643 ctx = rk3188_common_clk_init(np); in rk3066a_clk_init() 644 if (IS_ERR(ctx)) { in rk3066a_clk_init() 647 clks = ctx in rk3066a_clk_init() 659 struct rockchip_clk_provider *ctx; rk3188a_clk_init() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_common.c | 703 struct wpabuf * wps_build_nfc_handover_req(struct wps_context *ctx, in wps_build_nfc_handover_req() argument 709 if (ctx == NULL) in wps_build_nfc_handover_req() 728 wps_build_uuid_e(msg, ctx->uuid) || in wps_build_nfc_handover_req() 783 struct wpabuf * wps_build_nfc_handover_sel(struct wps_context *ctx, in wps_build_nfc_handover_sel() argument 790 if (ctx == NULL) in wps_build_nfc_handover_sel() 809 wps_build_ssid(msg, ctx) || in wps_build_nfc_handover_sel() 823 struct wpabuf * wps_build_nfc_handover_req_p2p(struct wps_context *ctx, in wps_build_nfc_handover_req_p2p() argument 828 if (ctx == NULL) in wps_build_nfc_handover_req_p2p() 843 if (wps_build_manufacturer(&ctx->dev, msg) || in wps_build_nfc_handover_req_p2p() 844 wps_build_model_name(&ctx in wps_build_nfc_handover_req_p2p() 860 wps_build_nfc_handover_sel_p2p(struct wps_context *ctx, int nfc_dev_pw_id, struct wpabuf *nfc_dh_pubkey, struct wpabuf *nfc_dev_pw) wps_build_nfc_handover_sel_p2p() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_common.c | 703 struct wpabuf * wps_build_nfc_handover_req(struct wps_context *ctx, in wps_build_nfc_handover_req() argument 709 if (ctx == NULL) in wps_build_nfc_handover_req() 728 wps_build_uuid_e(msg, ctx->uuid) || in wps_build_nfc_handover_req() 783 struct wpabuf * wps_build_nfc_handover_sel(struct wps_context *ctx, in wps_build_nfc_handover_sel() argument 790 if (ctx == NULL) in wps_build_nfc_handover_sel() 809 wps_build_ssid(msg, ctx) || in wps_build_nfc_handover_sel() 823 struct wpabuf * wps_build_nfc_handover_req_p2p(struct wps_context *ctx, in wps_build_nfc_handover_req_p2p() argument 828 if (ctx == NULL) in wps_build_nfc_handover_req_p2p() 843 if (wps_build_manufacturer(&ctx->dev, msg) || in wps_build_nfc_handover_req_p2p() 844 wps_build_model_name(&ctx in wps_build_nfc_handover_req_p2p() 860 wps_build_nfc_handover_sel_p2p(struct wps_context *ctx, int nfc_dev_pw_id, struct wpabuf *nfc_dh_pubkey, struct wpabuf *nfc_dev_pw) wps_build_nfc_handover_sel_p2p() argument [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_chromashift.c | 52 int (*filter_slice[2])(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs); 56 static int smear_slice ## depth(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) \ 58 ChromaShiftContext *s = ctx->priv; \ 98 static int wrap_slice ## depth(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) \ 100 ChromaShiftContext *s = ctx->priv; \ 153 static int rgbasmear_slice ## depth(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) \ 155 ChromaShiftContext *s = ctx->priv; \ 220 static int rgbawrap_slice ## depth(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) \ 222 ChromaShiftContext *s = ctx->priv; \ 310 AVFilterContext *ctx in filter_frame() local 340 AVFilterContext *ctx = inlink->dst; config_input() local [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | rtmppkt.c | 592 static void amf_tag_contents(void *ctx, const uint8_t *data, in amf_tag_contents() argument 604 av_log(ctx, AV_LOG_DEBUG, " number %g\n", av_int2double(AV_RB64(data))); in amf_tag_contents() 607 av_log(ctx, AV_LOG_DEBUG, " bool %d\n", *data); in amf_tag_contents() 619 av_log(ctx, AV_LOG_DEBUG, " string '%s'\n", buf); in amf_tag_contents() 622 av_log(ctx, AV_LOG_DEBUG, " NULL\n"); in amf_tag_contents() 629 av_log(ctx, AV_LOG_DEBUG, " {\n"); in amf_tag_contents() 636 av_log(ctx, AV_LOG_DEBUG, " }\n"); in amf_tag_contents() 645 av_log(ctx, AV_LOG_DEBUG, " %s: ", buf); in amf_tag_contents() 647 amf_tag_contents(ctx, data, data_end); in amf_tag_contents() 655 av_log(ctx, AV_LOG_DEBU in amf_tag_contents() 662 ff_rtmp_packet_dump(void *ctx, RTMPPacket *p) ff_rtmp_packet_dump() argument [all...] |
/third_party/node/src/crypto/ |
H A D | crypto_rsa.cc | 33 EVPKeyCtxPointer ctx( in Setup() 40 if (EVP_PKEY_keygen_init(ctx.get()) <= 0) in Setup() 44 ctx.get(), in Setup() 55 if (EVP_PKEY_CTX_set_rsa_keygen_pubexp(ctx.get(), bn.get()) <= 0) in Setup() 63 EVP_PKEY_CTX_set_rsa_pss_keygen_md(ctx.get(), params->params.md) <= 0) { in Setup() 78 ctx.get(), in Setup() 90 ctx.get(), in Setup() 96 return ctx; in Setup() 209 EVPKeyCtxPointer ctx(EVP_PKEY_CTX_new(m_pkey.get(), nullptr)); in RSA_Cipher() 211 if (!ctx || ini in RSA_Cipher() [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2text.c | 362 BN_CTX *ctx) in ec_param_explicit_curve_to_text() 367 p = BN_CTX_get(ctx); in ec_param_explicit_curve_to_text() 368 a = BN_CTX_get(ctx); in ec_param_explicit_curve_to_text() 369 b = BN_CTX_get(ctx); in ec_param_explicit_curve_to_text() 371 || !EC_GROUP_get_curve(group, p, a, b, ctx)) in ec_param_explicit_curve_to_text() 389 BN_CTX *ctx) in ec_param_explicit_gen_to_text() 418 buflen = EC_POINT_point2buf(group, point, form, &buf, ctx); in ec_param_explicit_gen_to_text() 432 BN_CTX *ctx = NULL; in ec_param_explicit_to_text() local 437 ctx = BN_CTX_new_ex(libctx); in ec_param_explicit_to_text() 438 if (ctx in ec_param_explicit_to_text() 361 ec_param_explicit_curve_to_text(BIO *out, const EC_GROUP *group, BN_CTX *ctx) ec_param_explicit_curve_to_text() argument 388 ec_param_explicit_gen_to_text(BIO *out, const EC_GROUP *group, BN_CTX *ctx) ec_param_explicit_gen_to_text() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/encode_decode/ |
H A D | encoder_meth.c | 74 static void *encoder_store_new(OSSL_LIB_CTX *ctx) in encoder_store_new() argument 76 return ossl_method_store_new(ctx); in encoder_store_new() 653 OSSL_ENCODER_CTX *ctx; in OSSL_ENCODER_CTX_new() local 655 if ((ctx = OPENSSL_zalloc(sizeof(*ctx))) == NULL) in OSSL_ENCODER_CTX_new() 658 return ctx; in OSSL_ENCODER_CTX_new() 661 int OSSL_ENCODER_CTX_set_params(OSSL_ENCODER_CTX *ctx, in OSSL_ENCODER_CTX_set_params() argument 668 if (!ossl_assert(ctx != NULL)) { in OSSL_ENCODER_CTX_set_params() 673 if (ctx->encoder_insts == NULL) in OSSL_ENCODER_CTX_set_params() 676 l = OSSL_ENCODER_CTX_get_num_encoders(ctx); in OSSL_ENCODER_CTX_set_params() 691 OSSL_ENCODER_CTX_free(OSSL_ENCODER_CTX *ctx) OSSL_ENCODER_CTX_free() argument [all...] |
/third_party/openssl/crypto/encode_decode/ |
H A D | encoder_meth.c | 74 static void *encoder_store_new(OSSL_LIB_CTX *ctx) in encoder_store_new() argument 76 return ossl_method_store_new(ctx); in encoder_store_new() 653 OSSL_ENCODER_CTX *ctx; in OSSL_ENCODER_CTX_new() local 655 if ((ctx = OPENSSL_zalloc(sizeof(*ctx))) == NULL) in OSSL_ENCODER_CTX_new() 658 return ctx; in OSSL_ENCODER_CTX_new() 661 int OSSL_ENCODER_CTX_set_params(OSSL_ENCODER_CTX *ctx, in OSSL_ENCODER_CTX_set_params() argument 668 if (!ossl_assert(ctx != NULL)) { in OSSL_ENCODER_CTX_set_params() 673 if (ctx->encoder_insts == NULL) in OSSL_ENCODER_CTX_set_params() 676 l = OSSL_ENCODER_CTX_get_num_encoders(ctx); in OSSL_ENCODER_CTX_set_params() 691 OSSL_ENCODER_CTX_free(OSSL_ENCODER_CTX *ctx) OSSL_ENCODER_CTX_free() argument [all...] |
/third_party/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2text.c | 362 BN_CTX *ctx) in ec_param_explicit_curve_to_text() 367 p = BN_CTX_get(ctx); in ec_param_explicit_curve_to_text() 368 a = BN_CTX_get(ctx); in ec_param_explicit_curve_to_text() 369 b = BN_CTX_get(ctx); in ec_param_explicit_curve_to_text() 371 || !EC_GROUP_get_curve(group, p, a, b, ctx)) in ec_param_explicit_curve_to_text() 389 BN_CTX *ctx) in ec_param_explicit_gen_to_text() 418 buflen = EC_POINT_point2buf(group, point, form, &buf, ctx); in ec_param_explicit_gen_to_text() 432 BN_CTX *ctx = NULL; in ec_param_explicit_to_text() local 437 ctx = BN_CTX_new_ex(libctx); in ec_param_explicit_to_text() 438 if (ctx in ec_param_explicit_to_text() 361 ec_param_explicit_curve_to_text(BIO *out, const EC_GROUP *group, BN_CTX *ctx) ec_param_explicit_curve_to_text() argument 388 ec_param_explicit_gen_to_text(BIO *out, const EC_GROUP *group, BN_CTX *ctx) ec_param_explicit_gen_to_text() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | dxva2.c | 565 AVDXVAContext *ctx = DXVA_CONTEXT(avctx); in ff_dxva2_lock() local 566 if (D3D11VA_CONTEXT(ctx)->context_mutex != INVALID_HANDLE_VALUE) in ff_dxva2_lock() 567 WaitForSingleObjectEx(D3D11VA_CONTEXT(ctx)->context_mutex, INFINITE, FALSE); in ff_dxva2_lock() 581 AVDXVAContext *ctx = DXVA_CONTEXT(avctx); in ff_dxva2_unlock() local 582 if (D3D11VA_CONTEXT(ctx)->context_mutex != INVALID_HANDLE_VALUE) in ff_dxva2_unlock() 583 ReleaseMutex(D3D11VA_CONTEXT(ctx)->context_mutex); in ff_dxva2_unlock() 686 AVD3D11VAContext *d3d11_ctx = &sctx->ctx.d3d11va; in ff_dxva2_decode_init() 707 struct dxva_context *dxva_ctx = &sctx->ctx.dxva2; in ff_dxva2_decode_init() 771 const AVDXVAContext *ctx, in ff_dxva2_get_surface_index() 787 for (i = 0; i < DXVA_CONTEXT_COUNT(avctx, ctx); in ff_dxva2_get_surface_index() 770 ff_dxva2_get_surface_index(const AVCodecContext *avctx, const AVDXVAContext *ctx, const AVFrame *frame) ff_dxva2_get_surface_index() argument 797 ff_dxva2_commit_buffer(AVCodecContext *avctx, AVDXVAContext *ctx, DECODER_BUFFER_DESC *dsc, unsigned type, const void *data, unsigned size, unsigned mb_count) ff_dxva2_commit_buffer() argument 893 AVDXVAContext *ctx = DXVA_CONTEXT(avctx); ff_dxva2_common_end_frame() local [all...] |
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg_filter.c | 213 AVFilterContext *ctx = inout->filter_ctx; in describe_filter_link() local 214 AVFilterPad *pads = in ? ctx->input_pads : ctx->output_pads; in describe_filter_link() 215 int nb_pads = in ? ctx->nb_inputs : ctx->nb_outputs; in describe_filter_link() 219 res = av_strdup(ctx->filter->name); in describe_filter_link() 221 res = av_asprintf("%s:%s", ctx->filter->name, in describe_filter_link() 253 s = input_files[file_idx]->ctx; in init_input_filter() 358 AVFilterContext *ctx; in insert_trim() local 374 ctx in insert_trim() 408 AVFilterContext *ctx; insert_filter() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/pkcs7/ |
H A D | pk7_doit.c | 58 const PKCS7_CTX *ctx) in pkcs7_bio_add_digest() 73 fetched = EVP_MD_fetch(ossl_pkcs7_ctx_get0_libctx(ctx), name, in pkcs7_bio_add_digest() 74 ossl_pkcs7_ctx_get0_propq(ctx)); in pkcs7_bio_add_digest() 116 const PKCS7_CTX *ctx = ri->ctx; in pkcs7_encode_rinfo() local 122 pctx = EVP_PKEY_CTX_new_from_pkey(ossl_pkcs7_ctx_get0_libctx(ctx), pkey, in pkcs7_encode_rinfo() 123 ossl_pkcs7_ctx_get0_propq(ctx)); in pkcs7_encode_rinfo() 163 const PKCS7_CTX *ctx = ri->ctx; in pkcs7_decrypt_rinfo() local 165 pctx = EVP_PKEY_CTX_new_from_pkey(ossl_pkcs7_ctx_get0_libctx(ctx), pke in pkcs7_decrypt_rinfo() 57 pkcs7_bio_add_digest(BIO **pbio, X509_ALGOR *alg, const PKCS7_CTX *ctx) pkcs7_bio_add_digest() argument 296 EVP_CIPHER_CTX *ctx; PKCS7_dataInit() local 914 const PKCS7_CTX *ctx = si->ctx; PKCS7_SIGNER_INFO_sign() local 960 PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx, BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si) PKCS7_dataVerify() argument 1026 const PKCS7_CTX *ctx = ossl_pkcs7_get0_ctx(p7); PKCS7_signatureVerify() local [all...] |
/third_party/openssl/crypto/pkcs7/ |
H A D | pk7_doit.c | 58 const PKCS7_CTX *ctx) in pkcs7_bio_add_digest() 73 fetched = EVP_MD_fetch(ossl_pkcs7_ctx_get0_libctx(ctx), name, in pkcs7_bio_add_digest() 74 ossl_pkcs7_ctx_get0_propq(ctx)); in pkcs7_bio_add_digest() 116 const PKCS7_CTX *ctx = ri->ctx; in pkcs7_encode_rinfo() local 122 pctx = EVP_PKEY_CTX_new_from_pkey(ossl_pkcs7_ctx_get0_libctx(ctx), pkey, in pkcs7_encode_rinfo() 123 ossl_pkcs7_ctx_get0_propq(ctx)); in pkcs7_encode_rinfo() 163 const PKCS7_CTX *ctx = ri->ctx; in pkcs7_decrypt_rinfo() local 165 pctx = EVP_PKEY_CTX_new_from_pkey(ossl_pkcs7_ctx_get0_libctx(ctx), pke in pkcs7_decrypt_rinfo() 57 pkcs7_bio_add_digest(BIO **pbio, X509_ALGOR *alg, const PKCS7_CTX *ctx) pkcs7_bio_add_digest() argument 296 EVP_CIPHER_CTX *ctx; PKCS7_dataInit() local 914 const PKCS7_CTX *ctx = si->ctx; PKCS7_SIGNER_INFO_sign() local 960 PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx, BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si) PKCS7_dataVerify() argument 1027 const PKCS7_CTX *ctx = ossl_pkcs7_get0_ctx(p7); PKCS7_signatureVerify() local [all...] |