/third_party/openssl/crypto/evp/ |
H A D | e_aes.c | 144 static int aesni_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, in aesni_init_key() argument 148 EVP_AES_KEY *dat = EVP_C_DATA(EVP_AES_KEY,ctx); in aesni_init_key() 150 mode = EVP_CIPHER_CTX_get_mode(ctx); in aesni_init_key() 154 EVP_CIPHER_CTX_get_key_length(ctx) * 8, in aesni_init_key() 161 EVP_CIPHER_CTX_get_key_length(ctx) * 8, in aesni_init_key() 180 static int aesni_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in aesni_cbc_cipher() argument 183 aesni_cbc_encrypt(in, out, len, &EVP_C_DATA(EVP_AES_KEY,ctx)->ks.ks, in aesni_cbc_cipher() 184 ctx->iv, EVP_CIPHER_CTX_is_encrypting(ctx)); in aesni_cbc_cipher() 189 static int aesni_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigne argument 223 aesni_gcm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) aesni_gcm_init_key() argument 260 aesni_xts_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) aesni_xts_init_key() argument 314 aesni_ccm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) aesni_ccm_init_key() argument 341 aesni_ocb_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) aesni_ocb_init_key() argument 447 aes_t4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) aes_t4_init_key() argument 546 aes_t4_gcm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) aes_t4_gcm_init_key() argument 596 aes_t4_xts_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) aes_t4_xts_init_key() argument 669 aes_t4_ccm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) aes_t4_ccm_init_key() argument 695 aes_t4_ocb_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) aes_t4_ocb_init_key() argument 969 s390x_aes_ecb_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) s390x_aes_ecb_init_key() argument 984 s390x_aes_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) s390x_aes_ecb_cipher() argument 993 s390x_aes_ofb_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *ivec, int enc) s390x_aes_ofb_init_key() argument 1009 s390x_aes_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) s390x_aes_ofb_cipher() argument 1052 s390x_aes_cfb_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *ivec, int enc) s390x_aes_cfb_init_key() argument 1072 s390x_aes_cfb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) s390x_aes_cfb_cipher() argument 1122 s390x_aes_cfb8_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *ivec, int enc) s390x_aes_cfb8_init_key() argument 1141 s390x_aes_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) s390x_aes_cfb8_cipher() argument 1175 s390x_aes_gcm_aad(S390X_AES_GCM_CTX *ctx, const unsigned char *aad, size_t len) s390x_aes_gcm_aad() argument 1229 s390x_aes_gcm(S390X_AES_GCM_CTX *ctx, const unsigned char *in, unsigned char *out, size_t len) s390x_aes_gcm() argument 1317 s390x_aes_gcm_setiv(S390X_AES_GCM_CTX *ctx, const unsigned char *iv) s390x_aes_gcm_setiv() argument 1524 s390x_aes_gcm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) s390x_aes_gcm_init_key() argument 1566 s390x_aes_gcm_tls_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) s390x_aes_gcm_tls_cipher() argument 1625 s390x_aes_gcm_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) s390x_aes_gcm_cipher() argument 1705 s390x_aes_ccm_setiv(S390X_AES_CCM_CTX *ctx, const unsigned char *nonce, size_t mlen) s390x_aes_ccm_setiv() argument 1717 s390x_aes_ccm_aad(S390X_AES_CCM_CTX *ctx, const unsigned char *aad, size_t alen) s390x_aes_ccm_aad() argument 1784 s390x_aes_ccm(S390X_AES_CCM_CTX *ctx, const unsigned char *in, unsigned char *out, size_t len, int enc) s390x_aes_ccm() argument 1877 s390x_aes_ccm_tls_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) s390x_aes_ccm_tls_cipher() argument 1930 s390x_aes_ccm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) s390x_aes_ccm_init_key() argument 1970 s390x_aes_ccm_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) s390x_aes_ccm_cipher() argument 2313 aes_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) aes_init_key() argument 2421 aes_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) aes_cbc_cipher() argument 2439 aes_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) aes_ecb_cipher() argument 2455 aes_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) aes_ofb_cipher() argument 2467 aes_cfb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) aes_cfb_cipher() argument 2480 aes_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) aes_cfb8_cipher() argument 2493 aes_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) aes_cfb1_cipher() argument 2528 aes_ctr_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) aes_ctr_cipher() argument 2710 aes_gcm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) aes_gcm_init_key() argument 2790 aes_gcm_tls_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) aes_gcm_tls_cipher() argument 2944 aes_gcm_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) aes_gcm_cipher() argument 3126 aes_xts_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) aes_xts_init_key() argument 3238 aes_xts_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) aes_xts_cipher() argument 3381 aes_ccm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) aes_ccm_init_key() argument 3428 aes_ccm_tls_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) aes_ccm_tls_cipher() argument 3477 aes_ccm_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) aes_ccm_cipher() argument 3567 aes_wrap_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) aes_wrap_init_key() argument 3594 aes_wrap_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inlen) aes_wrap_cipher() argument 3805 aes_ocb_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) aes_ocb_init_key() argument 3887 aes_ocb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) aes_ocb_cipher() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/ |
H A D | coda-jpeg.c | 215 int coda_jpeg_write_tables(struct coda_ctx *ctx) in coda_jpeg_write_tables() argument 225 { 512, ctx->params.jpeg_qmat_tab[0], 64 }, in coda_jpeg_write_tables() 226 { 576, ctx->params.jpeg_qmat_tab[1], 64 }, in coda_jpeg_write_tables() 227 { 640, ctx->params.jpeg_qmat_tab[1], 64 }, in coda_jpeg_write_tables() 232 coda_memcpy_parabuf(ctx->parabuf.vaddr, huff + i); in coda_jpeg_write_tables() 236 coda_memcpy_parabuf(ctx->parabuf.vaddr, qmat + i); in coda_jpeg_write_tables() 241 bool coda_jpeg_check_buffer(struct coda_ctx *ctx, struct vb2_buffer *vb) in coda_jpeg_check_buffer() argument 265 static int coda9_jpeg_gen_dec_huff_tab(struct coda_ctx *ctx, int tab_num); 267 int coda_jpeg_decode_header(struct coda_ctx *ctx, struct vb2_buffer *vb) in coda_jpeg_decode_header() argument 269 struct coda_dev *dev = ctx in coda_jpeg_decode_header() 424 coda9_jpeg_dec_huff_setup(struct coda_ctx *ctx) coda9_jpeg_dec_huff_setup() argument 471 coda9_jpeg_qmat_setup(struct coda_ctx *ctx) coda9_jpeg_qmat_setup() argument 482 coda9_jpeg_dec_bbc_gbu_setup(struct coda_ctx *ctx, struct vb2_buffer *buf, u32 ecs_offset) coda9_jpeg_dec_bbc_gbu_setup() argument 582 coda9_jpeg_gen_enc_huff_tab(struct coda_ctx *ctx, int tab_num, int *ehufsi, int *ehufco) coda9_jpeg_gen_enc_huff_tab() argument 651 coda9_jpeg_get_huff_bits(struct coda_ctx *ctx, int tab_num) coda9_jpeg_get_huff_bits() argument 668 coda9_jpeg_gen_dec_huff_tab(struct coda_ctx *ctx, int tab_num) coda9_jpeg_gen_dec_huff_tab() argument 716 coda9_jpeg_load_huff_tab(struct coda_ctx *ctx) coda9_jpeg_load_huff_tab() argument 774 coda9_jpeg_write_huff_tab(struct coda_ctx *ctx) coda9_jpeg_write_huff_tab() argument 798 coda9_jpeg_load_qmat_tab(struct coda_ctx *ctx) coda9_jpeg_load_qmat_tab() argument 861 coda_jpeg_define_quantization_table(struct coda_ctx *ctx, u8 index, struct coda_jpeg_stream *stream) coda_jpeg_define_quantization_table() argument 875 coda9_jpeg_encode_header(struct coda_ctx *ctx, int len, u8 *buf) coda9_jpeg_encode_header() argument 1010 coda_set_jpeg_compression_quality(struct coda_ctx *ctx, int quality) coda_set_jpeg_compression_quality() argument 1045 coda9_jpeg_start_encoding(struct coda_ctx *ctx) coda9_jpeg_start_encoding() argument 1070 coda9_jpeg_prepare_encode(struct coda_ctx *ctx) coda9_jpeg_prepare_encode() argument 1207 coda9_jpeg_finish_encode(struct coda_ctx *ctx) coda9_jpeg_finish_encode() argument 1267 coda9_jpeg_encode_timeout(struct coda_ctx *ctx) coda9_jpeg_encode_timeout() argument 1284 coda9_jpeg_release(struct coda_ctx *ctx) coda9_jpeg_release() argument 1311 coda9_jpeg_start_decoding(struct coda_ctx *ctx) coda9_jpeg_start_decoding() argument 1327 coda9_jpeg_prepare_decode(struct coda_ctx *ctx) coda9_jpeg_prepare_decode() argument 1446 coda9_jpeg_finish_decode(struct coda_ctx *ctx) coda9_jpeg_finish_decode() argument 1509 struct coda_ctx *ctx; coda9_jpeg_irq_handler() local [all...] |
/kernel/linux/linux-5.10/net/6lowpan/ |
H A D | debugfs.c | 19 struct lowpan_iphc_ctx *ctx = data; in lowpan_ctx_flag_active_set() local 25 set_bit(LOWPAN_IPHC_CTX_FLAG_ACTIVE, &ctx->flags); in lowpan_ctx_flag_active_set() 27 clear_bit(LOWPAN_IPHC_CTX_FLAG_ACTIVE, &ctx->flags); in lowpan_ctx_flag_active_set() 44 struct lowpan_iphc_ctx *ctx = data; in lowpan_ctx_flag_c_set() local 50 set_bit(LOWPAN_IPHC_CTX_FLAG_COMPRESSION, &ctx->flags); in lowpan_ctx_flag_c_set() 52 clear_bit(LOWPAN_IPHC_CTX_FLAG_COMPRESSION, &ctx->flags); in lowpan_ctx_flag_c_set() 68 struct lowpan_iphc_ctx *ctx = data; in lowpan_ctx_plen_set() local 70 container_of(ctx, struct lowpan_iphc_ctx_table, table[ctx->id]); in lowpan_ctx_plen_set() 76 ctx in lowpan_ctx_plen_set() 84 struct lowpan_iphc_ctx *ctx = data; lowpan_ctx_plen_get() local 99 struct lowpan_iphc_ctx *ctx = file->private; lowpan_ctx_pfx_show() local 129 struct lowpan_iphc_ctx *ctx = file->private; lowpan_ctx_pfx_write() local 166 lowpan_dev_debugfs_ctx_init(struct net_device *dev, struct dentry *ctx, u8 id) lowpan_dev_debugfs_ctx_init() argument [all...] |
/kernel/linux/linux-6.6/crypto/ |
H A D | cmac.c | 31 u8 ctx[]; member 47 u8 ctx[]; member 54 struct cmac_tfm_ctx *ctx = crypto_shash_ctx(parent); in crypto_cmac_digest_setkey() local 56 __be64 *consts = PTR_ALIGN((void *)ctx->ctx, in crypto_cmac_digest_setkey() 62 err = crypto_cipher_setkey(ctx->child, inkey, keylen); in crypto_cmac_digest_setkey() 68 crypto_cipher_encrypt_one(ctx->child, (u8 *)consts, (u8 *)consts); in crypto_cmac_digest_setkey() 108 struct cmac_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_cmac_digest_init() local 110 u8 *prev = PTR_ALIGN((void *)ctx->ctx, alignmas in crypto_cmac_digest_init() 124 struct cmac_desc_ctx *ctx = shash_desc_ctx(pdesc); crypto_cmac_digest_update() local 170 struct cmac_desc_ctx *ctx = shash_desc_ctx(pdesc); crypto_cmac_digest_final() local 204 struct cmac_tfm_ctx *ctx = crypto_shash_ctx(tfm); cmac_init_tfm() local 221 struct cmac_tfm_ctx *ctx = crypto_shash_ctx(tfm); cmac_clone_tfm() local 235 struct cmac_tfm_ctx *ctx = crypto_shash_ctx(tfm); cmac_exit_tfm() local [all...] |
/kernel/linux/linux-6.6/net/6lowpan/ |
H A D | debugfs.c | 19 struct lowpan_iphc_ctx *ctx = data; in lowpan_ctx_flag_active_set() local 25 set_bit(LOWPAN_IPHC_CTX_FLAG_ACTIVE, &ctx->flags); in lowpan_ctx_flag_active_set() 27 clear_bit(LOWPAN_IPHC_CTX_FLAG_ACTIVE, &ctx->flags); in lowpan_ctx_flag_active_set() 44 struct lowpan_iphc_ctx *ctx = data; in lowpan_ctx_flag_c_set() local 50 set_bit(LOWPAN_IPHC_CTX_FLAG_COMPRESSION, &ctx->flags); in lowpan_ctx_flag_c_set() 52 clear_bit(LOWPAN_IPHC_CTX_FLAG_COMPRESSION, &ctx->flags); in lowpan_ctx_flag_c_set() 68 struct lowpan_iphc_ctx *ctx = data; in lowpan_ctx_plen_set() local 70 container_of(ctx, struct lowpan_iphc_ctx_table, table[ctx->id]); in lowpan_ctx_plen_set() 76 ctx in lowpan_ctx_plen_set() 84 struct lowpan_iphc_ctx *ctx = data; lowpan_ctx_plen_get() local 99 struct lowpan_iphc_ctx *ctx = file->private; lowpan_ctx_pfx_show() local 129 struct lowpan_iphc_ctx *ctx = file->private; lowpan_ctx_pfx_write() local 166 lowpan_dev_debugfs_ctx_init(struct net_device *dev, struct dentry *ctx, u8 id) lowpan_dev_debugfs_ctx_init() argument [all...] |
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | mir_promote_uniforms.c | 71 mir_analyze_ranges(compiler_context *ctx) in mir_analyze_ranges() argument 74 .nr_blocks = ctx->nir->info.num_ubos + 1, in mir_analyze_ranges() 79 mir_foreach_instr_global(ctx, ins) { in mir_analyze_ranges() 181 mir_estimate_pressure(compiler_context *ctx) in mir_estimate_pressure() argument 183 mir_invalidate_liveness(ctx); in mir_estimate_pressure() 184 mir_compute_liveness(ctx); in mir_estimate_pressure() 188 mir_foreach_block(ctx, _block) { in mir_estimate_pressure() 190 uint16_t *live = mem_dup(block->base.live_out, ctx->temp_count * sizeof(uint16_t)); in mir_estimate_pressure() 193 unsigned count = mir_count_live(live, ctx->temp_count); in mir_estimate_pressure() 195 mir_liveness_ins_update(live, ins, ctx in mir_estimate_pressure() 205 mir_work_heuristic(compiler_context *ctx, struct mir_ubo_analysis *analysis) mir_work_heuristic() argument 238 mir_special_indices(compiler_context *ctx) mir_special_indices() argument 265 midgard_promote_uniforms(compiler_context *ctx) midgard_promote_uniforms() argument [all...] |
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | va_insert_flow.c | 63 bi_flow(bi_context *ctx, bi_cursor cursor, enum va_flow flow) in bi_flow() argument 65 bi_builder b = bi_init_builder(ctx, cursor); in bi_flow() 230 scoreboard_block_update(bi_context *ctx, bi_block *blk) in scoreboard_block_update() argument 279 bi_flow(ctx, bi_after_block(blk), flow); in scoreboard_block_update() 291 va_assign_scoreboard(bi_context *ctx) in va_assign_scoreboard() argument 294 bi_worklist_init(ctx, &worklist); in va_assign_scoreboard() 296 bi_foreach_block(ctx, block) { in va_assign_scoreboard() 305 if (scoreboard_block_update(ctx, blk)) { in va_assign_scoreboard() 385 bi_is_empty(bi_context *ctx) in bi_is_empty() argument 387 bi_foreach_instr_global(ctx, in bi_is_empty() 398 va_insert_flow_control_nops(bi_context *ctx) va_insert_flow_control_nops() argument 515 va_assign_slots(bi_context *ctx) va_assign_slots() argument [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_wrp.c | 54 PROV_CIPHER_CTX *ctx; in aes_wrap_newctx() local 60 ctx = (PROV_CIPHER_CTX *)wctx; in aes_wrap_newctx() 61 if (ctx != NULL) { in aes_wrap_newctx() 62 ossl_cipher_generic_initkey(ctx, kbits, blkbits, ivbits, mode, flags, in aes_wrap_newctx() 64 ctx->pad = (ctx->ivlen == AES_WRAP_PAD_IVLEN); in aes_wrap_newctx() 71 PROV_AES_WRAP_CTX *ctx = wctx; in aes_wrap_dupctx() local 74 if (ctx == NULL) in aes_wrap_dupctx() 76 dctx = OPENSSL_memdup(ctx, sizeof(*ctx)); in aes_wrap_dupctx() 101 PROV_CIPHER_CTX *ctx = (PROV_CIPHER_CTX *)vctx; aes_wrap_init() local 148 aes_wrap_einit(void *ctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) aes_wrap_einit() argument 155 aes_wrap_dinit(void *ctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) aes_wrap_dinit() argument 165 PROV_CIPHER_CTX *ctx = (PROV_CIPHER_CTX *)vctx; aes_wrap_cipher_internal() local 236 PROV_AES_WRAP_CTX *ctx = (PROV_AES_WRAP_CTX *)vctx; aes_wrap_cipher() local 262 PROV_CIPHER_CTX *ctx = (PROV_CIPHER_CTX *)vctx; aes_wrap_set_ctx_params() local [all...] |
/third_party/skia/infra/bots/task_drivers/g3_canary/ |
H A D | g3_canary.go | 69 ctx := td.StartRun(projectId, taskId, taskName, output, local) 70 defer td.EndRun(ctx) 74 td.Fatal(ctx, skerr.Wrap(err)) 77 td.Fatalf(ctx, "This task driver should be run only as a try bot") 81 ts, err := auth_steps.Init(ctx, *local, auth.ScopeUserinfoEmail, auth.ScopeFullControl) 83 td.Fatal(ctx, skerr.Wrap(err)) 86 store, err := storage.NewClient(ctx, option.WithHTTPClient(client)) 88 td.Fatalf(ctx, "Failed to create storage service client: %s", err) 95 err = td.Do(ctx, td.Props("Trigger new task if not already running"), func(ctx contex [all...] |
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_texture_state.c | 89 struct etna_context *ctx = etna_context(pipe); in etna_create_sampler_state_state() local 90 struct etna_screen *screen = ctx->screen; in etna_create_sampler_state_state() 143 if ((ctx->screen->specs.halti < 2) && ss->compare_mode) { in etna_create_sampler_state_state() 166 struct etna_context *ctx = etna_context(pctx); in etna_create_sampler_view_state() local 167 struct etna_screen *screen = ctx->screen; in etna_create_sampler_view_state() 296 etna_emit_ts_state(struct etna_context *ctx) in etna_emit_ts_state() argument 298 struct etna_cmd_stream *stream = ctx->stream; in etna_emit_ts_state() 299 uint32_t active_samplers = active_samplers_bits(ctx); in etna_emit_ts_state() 300 uint32_t dirty = ctx->dirty; in etna_emit_ts_state() 308 struct etna_sampler_view *sv = etna_sampler_view(ctx in etna_emit_ts_state() 336 etna_emit_new_texture_state(struct etna_context *ctx) etna_emit_new_texture_state() argument 468 etna_emit_texture_state(struct etna_context *ctx) etna_emit_texture_state() argument 603 struct etna_context *ctx = etna_context(pctx); etna_texture_state_init() local [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | fd2_emit.c | 113 emit_texture(struct fd_ringbuffer *ring, struct fd_context *ctx, in emit_texture() argument 116 unsigned const_idx = fd2_get_const_idx(ctx, tex, samp_id); in emit_texture() 156 emit_textures(struct fd_ringbuffer *ring, struct fd_context *ctx) in emit_textures() argument 158 struct fd_texture_stateobj *fragtex = &ctx->tex[PIPE_SHADER_FRAGMENT]; in emit_textures() 159 struct fd_texture_stateobj *verttex = &ctx->tex[PIPE_SHADER_VERTEX]; in emit_textures() 165 emitted |= emit_texture(ring, ctx, verttex, i, emitted); in emit_textures() 169 emitted |= emit_texture(ring, ctx, fragtex, i, emitted); in emit_textures() 188 fd2_emit_state_binning(struct fd_context *ctx, in fd2_emit_state_binning() argument 191 struct fd2_blend_stateobj *blend = fd2_blend_stateobj(ctx->blend); in fd2_emit_state_binning() 192 struct fd_ringbuffer *ring = ctx in fd2_emit_state_binning() 235 fd2_emit_state(struct fd_context *ctx, const enum fd_dirty_3d_state dirty) fd2_emit_state() argument 404 fd2_emit_restore(struct fd_context *ctx, struct fd_ringbuffer *ring) fd2_emit_restore() argument [all...] |
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | xsk.c | 78 struct xsk_ctx *ctx; member 359 struct xsk_ctx *ctx = xsk->ctx; in xsk_load_xdp_prog() local 364 * SEC("xdp_sock") int xdp_sock_prog(struct xdp_md *ctx) in xsk_load_xdp_prog() 366 * int ret, index = ctx->rx_queue_index; in xsk_load_xdp_prog() 387 BPF_LD_MAP_FD(BPF_REG_1, ctx->xsks_map_fd), in xsk_load_xdp_prog() 399 BPF_LD_MAP_FD(BPF_REG_1, ctx->xsks_map_fd), in xsk_load_xdp_prog() 411 BPF_LD_MAP_FD(BPF_REG_1, ctx->xsks_map_fd), in xsk_load_xdp_prog() 429 err = bpf_set_link_xdp_fd(xsk->ctx->ifindex, prog_fd, in xsk_load_xdp_prog() 436 ctx in xsk_load_xdp_prog() 443 struct xsk_ctx *ctx = xsk->ctx; xsk_get_max_queues() local 480 struct xsk_ctx *ctx = xsk->ctx; xsk_create_bpf_maps() local 500 struct xsk_ctx *ctx = xsk->ctx; xsk_delete_bpf_maps() local 511 struct xsk_ctx *ctx = xsk->ctx; xsk_lookup_bpf_maps() local 566 struct xsk_ctx *ctx = xsk->ctx; xsk_set_bpf_maps() local 574 struct xsk_ctx *ctx = xsk->ctx; xsk_setup_xdp_prog() local 618 struct xsk_ctx *ctx; xsk_get_ctx() local 633 xsk_put_ctx(struct xsk_ctx *ctx, bool unmap) xsk_put_ctx() argument 665 struct xsk_ctx *ctx; xsk_create_ctx() local 711 struct xsk_ctx *ctx; xsk_socket__create_shared() local 924 struct xsk_ctx *ctx; xsk_socket__delete() local [all...] |
/kernel/linux/linux-6.6/drivers/crypto/starfive/ |
H A D | jh7110-hash.c | 39 static inline int starfive_hash_wait_busy(struct starfive_cryp_ctx *ctx) in starfive_hash_wait_busy() argument 41 struct starfive_cryp_dev *cryp = ctx->cryp; in starfive_hash_wait_busy() 48 static inline int starfive_hash_wait_key_done(struct starfive_cryp_ctx *ctx) in starfive_hash_wait_key_done() argument 50 struct starfive_cryp_dev *cryp = ctx->cryp; in starfive_hash_wait_key_done() 57 static int starfive_hash_hmac_key(struct starfive_cryp_ctx *ctx) in starfive_hash_hmac_key() argument 59 struct starfive_cryp_request_ctx *rctx = ctx->rctx; in starfive_hash_hmac_key() 60 struct starfive_cryp_dev *cryp = ctx->cryp; in starfive_hash_hmac_key() 61 int klen = ctx->keylen, loop; in starfive_hash_hmac_key() 62 unsigned int *key = (unsigned int *)ctx->key; in starfive_hash_hmac_key() 65 writel(ctx in starfive_hash_hmac_key() 89 struct starfive_cryp_ctx *ctx = param; starfive_hash_start() local 113 starfive_hash_xmit_dma(struct starfive_cryp_ctx *ctx) starfive_hash_xmit_dma() argument 168 starfive_hash_xmit(struct starfive_cryp_ctx *ctx) starfive_hash_xmit() argument 201 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); starfive_hash_copy_hash() local 262 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); starfive_hash_one_request() local 275 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm); starfive_hash_init() local 292 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm); starfive_hash_update() local 309 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm); starfive_hash_final() local 326 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm); starfive_hash_finup() local 343 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm); starfive_hash_digest_fb() local 358 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm); starfive_hash_digest() local 382 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm); starfive_hash_export() local 396 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm); starfive_hash_import() local 410 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(hash); starfive_hash_init_tfm() local 436 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(hash); starfive_hash_exit_tfm() local 441 starfive_hash_long_setkey(struct starfive_cryp_ctx *ctx, const u8 *key, unsigned int keylen, const char *alg_name) starfive_hash_long_setkey() argument 490 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(hash); starfive_hash_setkey() local 560 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(hash); starfive_hmac_sha224_init_tfm() local 570 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(hash); starfive_hmac_sha256_init_tfm() local 580 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(hash); starfive_hmac_sha384_init_tfm() local 590 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(hash); starfive_hmac_sha512_init_tfm() local 600 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(hash); starfive_hmac_sm3_init_tfm() local [all...] |
/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | MeshJS.cpp | 76 napi_value MeshJS::GetSubmesh(NapiApi::FunctionContext<>& ctx) in GetSubmesh() argument 78 auto node = interface_pointer_cast<SCENE_NS::IMesh>(GetThisNativeObject(ctx)); in GetSubmesh() 82 napi_get_undefined(ctx, &undef); in GetSubmesh() 93 auto status = napi_create_array_with_length(ctx, subs.size(), &tmp); in GetSubmesh() 96 NapiApi::Object argJS(ctx); in GetSubmesh() 100 ctx, interface_pointer_cast<META_NS::IObject>(node), false, BASE_NS::countof(args), args); in GetSubmesh() 101 status = napi_set_element(ctx, tmp, i++, val); in GetSubmesh() 107 napi_value MeshJS::GetAABB(NapiApi::FunctionContext<>& ctx) in GetAABB() argument 110 napi_get_undefined(ctx, &undef); in GetAABB() 111 auto node = interface_pointer_cast<SCENE_NS::IMesh>(GetThisNativeObject(ctx)); in GetAABB() 139 GetMaterialOverride(NapiApi::FunctionContext<& ctx) GetMaterialOverride() argument 166 SetMaterialOverride(NapiApi::FunctionContext<NapiApi::Object>& ctx) SetMaterialOverride() argument [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | expr.c | 20 static size_t key_hash(const void *key, void *ctx __maybe_unused) in key_hash() 34 void *ctx __maybe_unused) in key_equal() 40 int expr__add_id(struct expr_parse_ctx *ctx, const char *id) in expr__add_id() argument 50 data_ptr->parent = ctx->parent; in expr__add_id() 52 ret = hashmap__set(&ctx->ids, id, data_ptr, in expr__add_id() 62 int expr__add_id_val(struct expr_parse_ctx *ctx, const char *id, double val) in expr__add_id_val() argument 74 ret = hashmap__set(&ctx->ids, id, data_ptr, in expr__add_id_val() 83 int expr__add_ref(struct expr_parse_ctx *ctx, struct metric_ref *ref) in expr__add_ref() argument 120 ret = hashmap__set(&ctx->ids, name, data_ptr, in expr__add_ref() 133 int expr__get_id(struct expr_parse_ctx *ctx, cons argument 139 expr__resolve_id(struct expr_parse_ctx *ctx, const char *id, struct expr_id_data **datap) expr__resolve_id() argument 167 expr__del_id(struct expr_parse_ctx *ctx, const char *id) expr__del_id() argument 178 expr__ctx_init(struct expr_parse_ctx *ctx) expr__ctx_init() argument 183 expr__ctx_clear(struct expr_parse_ctx *ctx) expr__ctx_clear() argument 196 __expr__parse(double *val, struct expr_parse_ctx *ctx, const char *expr, int start, int runtime) __expr__parse() argument 228 expr__parse(double *final_val, struct expr_parse_ctx *ctx, const char *expr, int runtime) expr__parse() argument 234 expr__find_other(const char *expr, const char *one, struct expr_parse_ctx *ctx, int runtime) expr__find_other() argument [all...] |
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | usdt.bpf.h | 80 int __bpf_usdt_spec_id(struct pt_regs *ctx) in __bpf_usdt_spec_id() argument 83 long ip = PT_REGS_IP(ctx); in __bpf_usdt_spec_id() 90 return bpf_get_attach_cookie(ctx); in __bpf_usdt_spec_id() 95 int bpf_usdt_arg_cnt(struct pt_regs *ctx) in bpf_usdt_arg_cnt() argument 100 spec_id = __bpf_usdt_spec_id(ctx); in bpf_usdt_arg_cnt() 116 int bpf_usdt_arg(struct pt_regs *ctx, __u64 arg_num, long *res) in bpf_usdt_arg() argument 125 spec_id = __bpf_usdt_spec_id(ctx); in bpf_usdt_arg() 153 err = bpf_probe_read_kernel(&val, sizeof(val), (void *)ctx + arg_spec->reg_off); in bpf_usdt_arg() 165 err = bpf_probe_read_kernel(&val, sizeof(val), (void *)ctx + arg_spec->reg_off); in bpf_usdt_arg() 199 long bpf_usdt_cookie(struct pt_regs *ctx) in bpf_usdt_cookie() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | mss1.c | 33 MSS12Context ctx; member 124 static int decode_pal(MSS12Context *ctx, ArithCoder *acoder) in decode_pal() argument 127 uint32_t *pal = ctx->pal + 256 - ctx->free_colours; in decode_pal() 129 if (!ctx->free_colours) in decode_pal() 132 ncol = arith_get_number(acoder, ctx->free_colours + 1); in decode_pal() 146 MSS1Context *ctx = avctx->priv_data; in mss1_decode_frame() local 147 MSS12Context *c = &ctx->ctx; in mss1_decode_frame() 158 if ((ret = ff_reget_buffer(avctx, ctx in mss1_decode_frame() 214 MSS1Context * const ctx = avctx->priv_data; mss1_decode_end() local [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | md5.c | 141 void av_md5_init(AVMD5 *ctx) in av_md5_init() argument 143 ctx->len = 0; in av_md5_init() 145 ctx->ABCD[0] = 0x10325476; in av_md5_init() 146 ctx->ABCD[1] = 0x98badcfe; in av_md5_init() 147 ctx->ABCD[2] = 0xefcdab89; in av_md5_init() 148 ctx->ABCD[3] = 0x67452301; in av_md5_init() 151 void av_md5_update(AVMD5 *ctx, const uint8_t *src, size_t len) in av_md5_update() argument 156 j = ctx->len & 63; in av_md5_update() 157 ctx->len += len; in av_md5_update() 161 memcpy(ctx in av_md5_update() 186 av_md5_final(AVMD5 *ctx, uint8_t *dst) av_md5_final() argument 203 AVMD5 ctx; av_md5_sum() local [all...] |
/third_party/ffmpeg/tests/api/ |
H A D | api-band-test.c | 36 static void draw_horiz_band(AVCodecContext *ctx, const AVFrame *fr, int offset[4], in draw_horiz_band() argument 47 pix_fmt_desc = av_pix_fmt_desc_get(ctx->pix_fmt); in draw_horiz_band() 48 chroma_w = -((-ctx->width) >> pix_fmt_desc->log2_chroma_w); in draw_horiz_band() 51 shift_height = -((-ctx->height) >> pix_fmt_desc->log2_chroma_h); in draw_horiz_band() 54 memcpy(slice_byte_buffer + ctx->width * slice_position + i * ctx->width, in draw_horiz_band() 55 fr->data[0] + offset[0] + i * fr->linesize[0], ctx->width); in draw_horiz_band() 58 memcpy(slice_byte_buffer + ctx->width * ctx->height + chroma_w * shift_slice_position + i * chroma_w, in draw_horiz_band() 62 memcpy(slice_byte_buffer + ctx in draw_horiz_band() 70 AVCodecContext *ctx= NULL; video_decode() local [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
H A D | decode_msblob2key.c | 36 typedef void adjust_key_fn(void *, struct msblob2key_ctx_st *ctx); 66 struct msblob2key_ctx_st *ctx = OPENSSL_zalloc(sizeof(*ctx)); in msblob2key_newctx() local 68 if (ctx != NULL) { in msblob2key_newctx() 69 ctx->provctx = provctx; in msblob2key_newctx() 70 ctx->desc = desc; in msblob2key_newctx() 72 return ctx; in msblob2key_newctx() 77 struct msblob2key_ctx_st *ctx = vctx; in msblob2key_freectx() local 79 OPENSSL_free(ctx); in msblob2key_freectx() 98 struct msblob2key_ctx_st *ctx in msblob2key_decode() local 220 struct msblob2key_ctx_st *ctx = vctx; msblob2key_export_object() local 250 rsa_adjust(void *key, struct msblob2key_ctx_st *ctx) rsa_adjust() argument [all...] |
/third_party/libbpf/src/ |
H A D | usdt.bpf.h | 80 int __bpf_usdt_spec_id(struct pt_regs *ctx) in __bpf_usdt_spec_id() argument 83 long ip = PT_REGS_IP(ctx); in __bpf_usdt_spec_id() 90 return bpf_get_attach_cookie(ctx); in __bpf_usdt_spec_id() 95 int bpf_usdt_arg_cnt(struct pt_regs *ctx) in bpf_usdt_arg_cnt() argument 100 spec_id = __bpf_usdt_spec_id(ctx); in bpf_usdt_arg_cnt() 116 int bpf_usdt_arg(struct pt_regs *ctx, __u64 arg_num, long *res) in bpf_usdt_arg() argument 125 spec_id = __bpf_usdt_spec_id(ctx); in bpf_usdt_arg() 153 err = bpf_probe_read_kernel(&val, sizeof(val), (void *)ctx + arg_spec->reg_off); in bpf_usdt_arg() 165 err = bpf_probe_read_kernel(&val, sizeof(val), (void *)ctx + arg_spec->reg_off); in bpf_usdt_arg() 199 long bpf_usdt_cookie(struct pt_regs *ctx) in bpf_usdt_cookie() argument [all...] |
/third_party/openssl/providers/implementations/encode_decode/ |
H A D | decode_msblob2key.c | 36 typedef void adjust_key_fn(void *, struct msblob2key_ctx_st *ctx); 66 struct msblob2key_ctx_st *ctx = OPENSSL_zalloc(sizeof(*ctx)); in msblob2key_newctx() local 68 if (ctx != NULL) { in msblob2key_newctx() 69 ctx->provctx = provctx; in msblob2key_newctx() 70 ctx->desc = desc; in msblob2key_newctx() 72 return ctx; in msblob2key_newctx() 77 struct msblob2key_ctx_st *ctx = vctx; in msblob2key_freectx() local 79 OPENSSL_free(ctx); in msblob2key_freectx() 86 struct msblob2key_ctx_st *ctx in msblob2key_decode() local 208 struct msblob2key_ctx_st *ctx = vctx; msblob2key_export_object() local 234 rsa_adjust(void *key, struct msblob2key_ctx_st *ctx) rsa_adjust() argument [all...] |
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | first_index_offset.cc | 61 void FirstIndexOffset::Run(CloneContext& ctx, in Run() argument 81 for (auto* node : ctx.src->ASTNodes().Objects()) { in Run() 87 auto* sem_var = ctx.src->Sem().Get(var); in Run() 92 auto* sem_var = ctx.src->Sem().Get(var); in Run() 104 auto* sem_mem = ctx.src->Sem().Get(member); in Run() 109 auto* sem_mem = ctx.src->Sem().Get(member); in Run() 127 members.push_back(ctx.dst->Member(kFirstVertexName, ctx.dst->ty.u32())); in Run() 132 members.push_back(ctx.dst->Member(kFirstInstanceName, ctx in Run() [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/mtk-jpeg/ |
H A D | mtk_jpeg_core.c | 149 struct mtk_jpeg_ctx *ctx = ctrl_to_ctx(ctrl); in vidioc_jpeg_enc_s_ctrl() local 153 ctx->restart_interval = ctrl->val; in vidioc_jpeg_enc_s_ctrl() 156 ctx->enc_quality = ctrl->val; in vidioc_jpeg_enc_s_ctrl() 159 ctx->enable_exif = ctrl->val & V4L2_JPEG_ACTIVE_MARKER_APP1; in vidioc_jpeg_enc_s_ctrl() 170 static int mtk_jpeg_enc_ctrls_setup(struct mtk_jpeg_ctx *ctx) in mtk_jpeg_enc_ctrls_setup() argument 173 struct v4l2_ctrl_handler *handler = &ctx->ctrl_hdl; in mtk_jpeg_enc_ctrls_setup() 185 v4l2_ctrl_handler_free(&ctx->ctrl_hdl); in mtk_jpeg_enc_ctrls_setup() 189 v4l2_ctrl_handler_setup(&ctx->ctrl_hdl); in mtk_jpeg_enc_ctrls_setup() 218 struct mtk_jpeg_ctx *ctx = mtk_jpeg_fh_to_ctx(priv); in mtk_jpeg_enum_fmt_vid_cap() local 219 struct mtk_jpeg_dev *jpeg = ctx in mtk_jpeg_enum_fmt_vid_cap() 229 struct mtk_jpeg_ctx *ctx = mtk_jpeg_fh_to_ctx(priv); mtk_jpeg_enum_fmt_vid_out() local 237 mtk_jpeg_get_q_data(struct mtk_jpeg_ctx *ctx, enum v4l2_buf_type type) mtk_jpeg_get_q_data() argument 311 struct mtk_jpeg_ctx *ctx = mtk_jpeg_fh_to_ctx(priv); mtk_jpeg_g_fmt_vid_mplane() local 357 struct mtk_jpeg_ctx *ctx = mtk_jpeg_fh_to_ctx(priv); mtk_jpeg_try_fmt_vid_cap_mplane() local 386 struct mtk_jpeg_ctx *ctx = mtk_jpeg_fh_to_ctx(priv); mtk_jpeg_try_fmt_vid_out_mplane() local 412 mtk_jpeg_s_fmt_mplane(struct mtk_jpeg_ctx *ctx, struct v4l2_format *f, unsigned int fmt_type) mtk_jpeg_s_fmt_mplane() argument 493 mtk_jpeg_queue_src_chg_event(struct mtk_jpeg_ctx *ctx) mtk_jpeg_queue_src_chg_event() argument 518 struct mtk_jpeg_ctx *ctx = mtk_jpeg_fh_to_ctx(priv); mtk_jpeg_enc_g_selection() local 543 struct mtk_jpeg_ctx *ctx = mtk_jpeg_fh_to_ctx(priv); mtk_jpeg_dec_g_selection() local 572 struct mtk_jpeg_ctx *ctx = mtk_jpeg_fh_to_ctx(priv); mtk_jpeg_enc_s_selection() local 651 struct mtk_jpeg_ctx *ctx = vb2_get_drv_priv(q); mtk_jpeg_queue_setup() local 682 struct mtk_jpeg_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); mtk_jpeg_buf_prepare() local 704 mtk_jpeg_check_resolution_change(struct mtk_jpeg_ctx *ctx, struct mtk_jpeg_dec_param *param) mtk_jpeg_check_resolution_change() argument 728 mtk_jpeg_set_queue_data(struct mtk_jpeg_ctx *ctx, struct mtk_jpeg_dec_param *param) mtk_jpeg_set_queue_data() argument 764 struct mtk_jpeg_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); mtk_jpeg_enc_buf_queue() local 775 struct mtk_jpeg_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); mtk_jpeg_dec_buf_queue() local 812 mtk_jpeg_buf_remove(struct mtk_jpeg_ctx *ctx, enum v4l2_buf_type type) mtk_jpeg_buf_remove() argument 823 struct mtk_jpeg_ctx *ctx = vb2_get_drv_priv(q); mtk_jpeg_enc_stop_streaming() local 832 struct mtk_jpeg_ctx *ctx = vb2_get_drv_priv(q); mtk_jpeg_dec_stop_streaming() local 874 mtk_jpeg_set_dec_src(struct mtk_jpeg_ctx *ctx, struct vb2_buffer *src_buf, struct mtk_jpeg_bs *bs) mtk_jpeg_set_dec_src() argument 884 mtk_jpeg_set_dec_dst(struct mtk_jpeg_ctx *ctx, struct mtk_jpeg_dec_param *param, struct vb2_buffer *dst_buf, struct mtk_jpeg_fb *fb) mtk_jpeg_set_dec_dst() argument 913 struct mtk_jpeg_ctx *ctx = priv; mtk_jpeg_enc_device_run() local 955 struct mtk_jpeg_ctx *ctx = priv; mtk_jpeg_dec_device_run() local 1006 struct mtk_jpeg_ctx *ctx = priv; mtk_jpeg_dec_job_ready() local 1023 struct mtk_jpeg_ctx *ctx = priv; mtk_jpeg_queue_init() local 1077 struct mtk_jpeg_ctx *ctx; mtk_jpeg_enc_done() local 1126 struct mtk_jpeg_ctx *ctx; mtk_jpeg_dec_irq() local 1170 mtk_jpeg_set_default_params(struct mtk_jpeg_ctx *ctx) mtk_jpeg_set_default_params() argument 1208 struct mtk_jpeg_ctx *ctx; mtk_jpeg_open() local 1257 struct mtk_jpeg_ctx *ctx = mtk_jpeg_fh_to_ctx(file->private_data); mtk_jpeg_release() local 1320 struct mtk_jpeg_ctx *ctx; mtk_jpeg_job_timeout_work() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_freezeframes.c | 52 AVFilterContext *ctx = outlink->src; in config_output() local 53 AVFilterLink *sourcelink = ctx->inputs[0]; in config_output() 54 AVFilterLink *replacelink = ctx->inputs[1]; in config_output() 57 av_log(ctx, AV_LOG_ERROR, in config_output() 73 static int activate(AVFilterContext *ctx) in activate() argument 75 AVFilterLink *outlink = ctx->outputs[0]; in activate() 76 FreezeFramesContext *s = ctx->priv; in activate() 78 int drop = ctx->inputs[0]->frame_count_out >= s->first && in activate() 79 ctx->inputs[0]->frame_count_out <= s->last; in activate() 80 int replace = ctx in activate() 129 uninit(AVFilterContext *ctx) uninit() argument [all...] |