Home
last modified time | relevance | path

Searched refs:ctx (Results 826 - 850 of 7228) sorted by relevance

1...<<31323334353637383940>>...290

/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_blit.c14 apply_dst_clears(struct zink_context *ctx, const struct pipe_blit_info *info, bool discard_only) in apply_dst_clears() argument
19 zink_fb_clears_apply_or_discard(ctx, info->dst.resource, rect, discard_only); in apply_dst_clears()
21 zink_fb_clears_apply_or_discard(ctx, info->dst.resource, zink_rect_from_box(&info->dst.box), discard_only); in apply_dst_clears()
25 blit_resolve(struct zink_context *ctx, const struct pipe_blit_info *info, bool *needs_present_readback) in blit_resolve() argument
43 ctx->render_condition_active) in blit_resolve()
49 struct zink_screen *screen = zink_screen(ctx->base.screen); in blit_resolve()
57 apply_dst_clears(ctx, info, false); in blit_resolve()
58 zink_fb_clears_apply_region(ctx, info->src.resource, zink_rect_from_box(&info->src.box)); in blit_resolve()
61 *needs_present_readback = zink_kopper_acquire_readback(ctx, src); in blit_resolve()
63 struct zink_batch *batch = &ctx in blit_resolve()
124 blit_native(struct zink_context *ctx, const struct pipe_blit_info *info, bool *needs_present_readback) blit_native() argument
268 struct zink_context *ctx = zink_context(pctx); try_copy_region() local
288 struct zink_context *ctx = zink_context(pctx); zink_blit() local
387 zink_blit_begin(struct zink_context *ctx, enum zink_blit_flags flags) zink_blit_begin() argument
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_reindex_ssa.cpp38 reindex_defs(idx_ctx& ctx, aco_ptr<Instruction>& instr) in reindex_defs() argument
43 uint32_t new_id = ctx.temp_rc.size(); in reindex_defs()
45 ctx.renames[def.tempId()] = new_id; in reindex_defs()
46 ctx.temp_rc.emplace_back(rc); in reindex_defs()
52 reindex_ops(idx_ctx& ctx, aco_ptr<Instruction>& instr) in reindex_ops() argument
57 uint32_t new_id = ctx.renames[op.tempId()]; in reindex_ops()
58 assert(op.regClass() == ctx.temp_rc[new_id]); in reindex_ops()
64 reindex_program(idx_ctx& ctx, Program* program) in reindex_program() argument
66 ctx.renames.resize(program->peekAllocationId()); in reindex_program()
72 reindex_defs(ctx, *i in reindex_program()
98 update_live_out(idx_ctx& ctx, std::vector<IDSet>& live_out) update_live_out() argument
113 idx_ctx ctx; reindex_ssa() local
122 idx_ctx ctx; reindex_ssa() local
[all...]
H A Daco_optimizer_postRA.cpp120 save_reg_writes(pr_opt_ctx& ctx, aco_ptr<Instruction>& instr) in save_reg_writes() argument
128 Idx idx{ctx.current_block->index, ctx.current_instr_idx}; in save_reg_writes()
135 std::fill(ctx.instr_idx_by_regs[ctx.current_block->index].begin() + r, in save_reg_writes()
136 ctx.instr_idx_by_regs[ctx.current_block->index].begin() + r + dw_size, idx); in save_reg_writes()
141 last_writer_idx(pr_opt_ctx& ctx, PhysReg physReg, RegClass rc) in last_writer_idx() argument
145 Idx instr_idx = ctx.instr_idx_by_regs[ctx in last_writer_idx()
157 last_writer_idx(pr_opt_ctx& ctx, const Operand& op) last_writer_idx() argument
166 is_clobbered_since(pr_opt_ctx& ctx, PhysReg reg, RegClass rc, const Idx& idx) is_clobbered_since() argument
198 is_clobbered_since(pr_opt_ctx& ctx, const T& t, const Idx& idx) is_clobbered_since() argument
204 try_apply_branch_vcc(pr_opt_ctx& ctx, aco_ptr<Instruction>& instr) try_apply_branch_vcc() argument
262 try_optimize_scc_nocompare(pr_opt_ctx& ctx, aco_ptr<Instruction>& instr) try_optimize_scc_nocompare() argument
399 try_combine_dpp(pr_opt_ctx& ctx, aco_ptr<Instruction>& instr) try_combine_dpp() argument
474 process_instruction(pr_opt_ctx& ctx, aco_ptr<Instruction>& instr) process_instruction() argument
493 pr_opt_ctx ctx; optimize_postRA() local
[all...]
/third_party/mesa3d/src/gallium/tests/graw/
H A Dtri-large.c55 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve); in set_vertices()
56 info.ctx->bind_vertex_elements_state(info.ctx, handle); in set_vertices()
62 vbuf.buffer.resource = pipe_buffer_create_with_data(info.ctx, in set_vertices()
68 info.ctx->set_vertex_buffers(info.ctx, 0, 1, 0, false, &vbuf); in set_vertices()
85 handle = graw_parse_vertex_shader(info.ctx, text); in set_vertex_shader()
86 info.ctx->bind_vs_state(info.ctx, handl in set_vertex_shader()
[all...]
H A Dtri.c52 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve); in set_vertices()
53 info.ctx->bind_vertex_elements_state(info.ctx, handle); in set_vertices()
59 vbuf.buffer.resource = pipe_buffer_create_with_data(info.ctx, in set_vertices()
65 info.ctx->set_vertex_buffers(info.ctx, 0, 1, 0, false, &vbuf); in set_vertices()
82 handle = graw_parse_vertex_shader(info.ctx, text); in set_vertex_shader()
83 info.ctx->bind_vs_state(info.ctx, handl in set_vertex_shader()
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dtexobj.h50 _mesa_lookup_texture(struct gl_context *ctx, GLuint id);
53 _mesa_lookup_texture_err(struct gl_context *ctx, GLuint id, const char* func);
56 _mesa_lookup_texture_locked(struct gl_context *ctx, GLuint id);
59 _mesa_get_current_tex_object(struct gl_context *ctx, GLenum target);
62 _mesa_get_texobj_by_target_and_texunit(struct gl_context *ctx, GLenum target,
68 _mesa_new_texture_object( struct gl_context *ctx, GLuint name, GLenum target );
71 _mesa_tex_target_to_index(const struct gl_context *ctx, GLenum target);
74 _mesa_delete_texture_object( struct gl_context *ctx,
78 _mesa_clear_texture_object(struct gl_context *ctx,
98 _mesa_lock_texture(struct gl_context *ctx, struc argument
107 _mesa_unlock_texture(struct gl_context *ctx, struct gl_texture_object *texObj) _mesa_unlock_texture() argument
[all...]
/third_party/skia/third_party/externals/tint/src/transform/
H A Dnum_workgroups_from_uniform.cc55 void NumWorkgroupsFromUniform::Run(CloneContext& ctx, in Run() argument
58 if (!Requires<CanonicalizeEntryPointIO>(ctx)) { in Run()
64 ctx.dst->Diagnostics().add_error( in Run()
74 for (auto* func : ctx.src->AST().Functions()) { in Run()
80 for (auto* param : ctx.src->Sem().Get(func)->Parameters()) { in Run()
106 ctx.Remove(str->Declaration()->members, member->Declaration()); in Run()
110 ctx.Remove(func->params, param->Declaration()); in Run()
111 ctx.Remove(ctx.src->AST().GlobalDeclarations(), str->Declaration()); in Run()
122 auto* num_workgroups_struct = ctx in Run()
[all...]
H A Darray_length_from_uniform.cc39 /// @param ctx the CloneContext.
46 static void IterateArrayLengthOnStorageVar(CloneContext& ctx, F&& functor) { in IterateArrayLengthOnStorageVar() argument
47 auto& sem = ctx.src->Sem(); in IterateArrayLengthOnStorageVar()
50 for (auto* node : ctx.src->ASTNodes().Objects()) { in IterateArrayLengthOnStorageVar()
68 TINT_ICE(Transform, ctx.dst->Diagnostics()) in IterateArrayLengthOnStorageVar()
75 TINT_ICE(Transform, ctx.dst->Diagnostics()) in IterateArrayLengthOnStorageVar()
84 TINT_ICE(Transform, ctx.dst->Diagnostics()) in IterateArrayLengthOnStorageVar()
93 TINT_ICE(Transform, ctx.dst->Diagnostics()) in IterateArrayLengthOnStorageVar()
101 void ArrayLengthFromUniform::Run(CloneContext& ctx, in Run() argument
104 if (!Requires<SimplifyPointers>(ctx)) { in Run()
[all...]
/third_party/libwebsockets/lib/drivers/i2c/
H A Dlws-i2c.c32 lws_i2c_command(const lws_i2c_ops_t *ctx, uint8_t ads7, uint8_t c) in lws_i2c_command() argument
34 if (ctx->start(ctx)) in lws_i2c_command()
37 if (ctx->write(ctx, ads7 << 1)) { in lws_i2c_command()
38 ctx->stop(ctx); in lws_i2c_command()
43 ctx->write(ctx, 0); in lws_i2c_command()
44 ctx in lws_i2c_command()
51 lws_i2c_command_list(const lws_i2c_ops_t *ctx, uint8_t ads7, const uint8_t *buf, size_t len) lws_i2c_command_list() argument
[all...]
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/
H A Di2c.c4 lws_i2c_command(lws_i2c_ops_t *ctx, uint8_t ads, uint8_t c) in lws_i2c_command() argument
6 if (ctx->start(ctx)) in lws_i2c_command()
9 if (ctx->write(ctx, ads << 1)) { in lws_i2c_command()
10 ctx->stop(ctx); in lws_i2c_command()
15 ctx->write(ctx, 0); in lws_i2c_command()
16 ctx in lws_i2c_command()
23 lws_i2c_command_list(lws_i2c_ops_t *ctx, uint8_t ads, const uint8_t *buf, size_t len) lws_i2c_command_list() argument
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Dpk.h180 typedef int (*mbedtls_pk_rsa_alt_decrypt_func)( void *ctx, int mode, size_t *olen,
183 typedef int (*mbedtls_pk_rsa_alt_sign_func)( void *ctx,
187 typedef size_t (*mbedtls_pk_rsa_alt_key_len_func)( void *ctx );
202 * \param ctx The context to initialize.
205 void mbedtls_pk_init( mbedtls_pk_context *ctx );
210 * \param ctx The context to clear. It must have been initialized.
213 void mbedtls_pk_free( mbedtls_pk_context *ctx );
219 * \param ctx The context to initialize.
222 void mbedtls_pk_restart_init( mbedtls_pk_restart_ctx *ctx );
227 * \param ctx Th
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmpeg2_metadata_bsf.c51 MPEG2MetadataContext *ctx = bsf->priv_data; in mpeg2_metadata_update_fragment() local
76 if (sh && !ctx->mpeg1_warned) { in mpeg2_metadata_update_fragment()
80 ctx->mpeg1_warned = 1; in mpeg2_metadata_update_fragment()
85 if (ctx->display_aspect_ratio.num && ctx->display_aspect_ratio.den) { in mpeg2_metadata_update_fragment()
88 av_reduce(&num, &den, ctx->display_aspect_ratio.num, in mpeg2_metadata_update_fragment()
89 ctx->display_aspect_ratio.den, 65535); in mpeg2_metadata_update_fragment()
101 if (ctx->frame_rate.num && ctx->frame_rate.den) { in mpeg2_metadata_update_fragment()
104 ff_mpeg12_find_best_frame_rate(ctx in mpeg2_metadata_update_fragment()
180 MPEG2MetadataContext *ctx = bsf->priv_data; mpeg2_metadata_init() local
[all...]
H A Dbitstream_filter.c47 AVBSFContext *ctx; member
53 AVBitStreamFilterContext *ctx = NULL; in av_bitstream_filter_init() local
61 ctx = av_mallocz(sizeof(*ctx)); in av_bitstream_filter_init()
62 if (!ctx) in av_bitstream_filter_init()
70 ctx->filter = bsf; in av_bitstream_filter_init()
71 ctx->priv_data = priv; in av_bitstream_filter_init()
73 return ctx; in av_bitstream_filter_init()
77 av_bsf_free(&priv->ctx); in av_bitstream_filter_init()
79 av_freep(&ctx); in av_bitstream_filter_init()
[all...]
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_x931g.c31 BN_CTX *ctx = NULL, *ctx2 = NULL; in RSA_X931_derive_ex() local
37 ctx = BN_CTX_new(); in RSA_X931_derive_ex()
38 if (ctx == NULL) in RSA_X931_derive_ex()
40 BN_CTX_start(ctx); in RSA_X931_derive_ex()
42 r0 = BN_CTX_get(ctx); in RSA_X931_derive_ex()
43 r1 = BN_CTX_get(ctx); in RSA_X931_derive_ex()
44 r2 = BN_CTX_get(ctx); in RSA_X931_derive_ex()
45 r3 = BN_CTX_get(ctx); in RSA_X931_derive_ex()
68 Xp, Xp1, Xp2, e, ctx, cb)) in RSA_X931_derive_ex()
77 Xq, Xq1, Xq2, e, ctx, c in RSA_X931_derive_ex()
156 BN_CTX *ctx = NULL; RSA_X931_generate_key_ex() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_sqrt.c13 BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_mod_sqrt() argument
61 BN_CTX_start(ctx); in BN_mod_sqrt()
63 A = BN_CTX_get(ctx); in BN_mod_sqrt()
64 b = BN_CTX_get(ctx); in BN_mod_sqrt()
65 q = BN_CTX_get(ctx); in BN_mod_sqrt()
66 t = BN_CTX_get(ctx); in BN_mod_sqrt()
67 x = BN_CTX_get(ctx); in BN_mod_sqrt()
68 y = BN_CTX_get(ctx); in BN_mod_sqrt()
78 if (!BN_nnmod(A, a, p, ctx)) in BN_mod_sqrt()
101 if (!BN_mod_exp(ret, A, q, p, ctx)) in BN_mod_sqrt()
[all...]
/third_party/openssl/crypto/bn/
H A Dbn_sqrt.c13 BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_mod_sqrt() argument
61 BN_CTX_start(ctx); in BN_mod_sqrt()
63 A = BN_CTX_get(ctx); in BN_mod_sqrt()
64 b = BN_CTX_get(ctx); in BN_mod_sqrt()
65 q = BN_CTX_get(ctx); in BN_mod_sqrt()
66 t = BN_CTX_get(ctx); in BN_mod_sqrt()
67 x = BN_CTX_get(ctx); in BN_mod_sqrt()
68 y = BN_CTX_get(ctx); in BN_mod_sqrt()
78 if (!BN_nnmod(A, a, p, ctx)) in BN_mod_sqrt()
101 if (!BN_mod_exp(ret, A, q, p, ctx)) in BN_mod_sqrt()
[all...]
/third_party/openssl/crypto/rsa/
H A Drsa_x931g.c31 BN_CTX *ctx = NULL, *ctx2 = NULL; in RSA_X931_derive_ex() local
37 ctx = BN_CTX_new(); in RSA_X931_derive_ex()
38 if (ctx == NULL) in RSA_X931_derive_ex()
40 BN_CTX_start(ctx); in RSA_X931_derive_ex()
42 r0 = BN_CTX_get(ctx); in RSA_X931_derive_ex()
43 r1 = BN_CTX_get(ctx); in RSA_X931_derive_ex()
44 r2 = BN_CTX_get(ctx); in RSA_X931_derive_ex()
45 r3 = BN_CTX_get(ctx); in RSA_X931_derive_ex()
68 Xp, Xp1, Xp2, e, ctx, cb)) in RSA_X931_derive_ex()
77 Xq, Xq1, Xq2, e, ctx, c in RSA_X931_derive_ex()
156 BN_CTX *ctx = NULL; RSA_X931_generate_key_ex() local
[all...]
/third_party/curl/lib/vquic/
H A Dcurl_osslq.c98 ((struct cf_osslq_ctx *)(cf)->ctx)->call_data
301 static void cf_osslq_ctx_clear(struct cf_osslq_ctx *ctx) in cf_osslq_ctx_clear() argument
303 struct cf_call_data save = ctx->call_data; in cf_osslq_ctx_clear()
305 cf_osslq_h3conn_cleanup(&ctx->h3); in cf_osslq_ctx_clear()
306 Curl_vquic_tls_cleanup(&ctx->tls); in cf_osslq_ctx_clear()
307 vquic_ctx_free(&ctx->q); in cf_osslq_ctx_clear()
308 Curl_bufcp_free(&ctx->stream_bufcp); in cf_osslq_ctx_clear()
309 Curl_ssl_peer_cleanup(&ctx->peer); in cf_osslq_ctx_clear()
311 memset(ctx, 0, sizeof(*ctx)); in cf_osslq_ctx_clear()
317 struct cf_osslq_ctx *ctx = cf->ctx; cf_osslq_close() local
333 struct cf_osslq_ctx *ctx = cf->ctx; cf_osslq_destroy() local
353 struct cf_osslq_ctx *ctx = cf->ctx; cf_osslq_h3conn_add_stream() local
387 struct cf_osslq_ctx *ctx = cf->ctx; cf_osslq_ssl_err() local
467 struct cf_osslq_ctx *ctx = cf->ctx; cf_osslq_verify_peer() local
508 struct cf_osslq_ctx *ctx = cf->ctx; h3_data_setup() local
541 struct cf_osslq_ctx *ctx = cf->ctx; h3_data_done() local
568 struct cf_osslq_ctx *ctx = cf->ctx; cf_osslq_get_qstream() local
978 cf_osslq_h3conn_init(struct cf_osslq_ctx *ctx, SSL *conn, void *user_data) cf_osslq_h3conn_init() argument
1038 struct cf_osslq_ctx *ctx = cf->ctx; cf_osslq_ctx_start() local
1172 struct cf_osslq_ctx *ctx = cf->ctx; cf_osslq_stream_recv() local
1268 struct cf_osslq_ctx *ctx = cf->ctx; cf_progress_ingress() local
1326 struct cf_osslq_ctx *ctx = cf->ctx; cf_osslq_check_and_unblock() local
1350 struct cf_osslq_ctx *ctx = cf->ctx; h3_send_streams() local
1462 struct cf_osslq_ctx *ctx = cf->ctx; cf_progress_egress() local
1488 struct cf_osslq_ctx *ctx = cf->ctx; check_and_set_expiry() local
1523 struct cf_osslq_ctx *ctx = cf->ctx; cf_osslq_connect() local
1644 struct cf_osslq_ctx *ctx = cf->ctx; h3_stream_open() local
1771 struct cf_osslq_ctx *ctx = cf->ctx; cf_osslq_send() local
1909 struct cf_osslq_ctx *ctx = cf->ctx; cf_osslq_recv() local
2002 struct cf_osslq_ctx *ctx = cf->ctx; cf_osslq_data_event() local
2049 struct cf_osslq_ctx *ctx = cf->ctx; cf_osslq_conn_is_alive() local
2084 struct cf_osslq_ctx *ctx = cf->ctx; cf_osslq_adjust_pollset() local
2113 struct cf_osslq_ctx *ctx = cf->ctx; cf_osslq_query() local
2176 struct cf_osslq_ctx *ctx = NULL; Curl_cf_osslq_create() local
[all...]
/third_party/mesa3d/src/panfrost/midgard/
H A Dmir_squeeze.c33 find_or_allocate_temp(compiler_context *ctx, struct hash_table_u64 *map, in find_or_allocate_temp() argument
46 temp = ctx->temp_count++; in find_or_allocate_temp()
47 ctx->max_hash = MAX2(ctx->max_hash, hash); in find_or_allocate_temp()
59 mir_squeeze_index(compiler_context *ctx) in mir_squeeze_index() argument
64 ctx->temp_count = 0; in mir_squeeze_index()
70 mir_foreach_instr_global(ctx, ins) { in mir_squeeze_index()
72 ins->dest = find_or_allocate_temp(ctx, map, ins->dest); in mir_squeeze_index()
75 mir_foreach_instr_global(ctx, ins) { in mir_squeeze_index()
77 ins->dest = find_or_allocate_temp(ctx, ma in mir_squeeze_index()
[all...]
/third_party/ltp/lib/
H A Dtst_netdevice.c22 struct tst_rtnl_context *ctx; in create_request() local
28 ctx = tst_rtnl_create_context(file, lineno); in create_request()
30 if (!ctx) in create_request()
33 if (!tst_rtnl_add_message(file, lineno, ctx, &header, payload, psize)) { in create_request()
34 tst_rtnl_destroy_context(file, lineno, ctx); in create_request()
38 return ctx; in create_request()
106 struct tst_rtnl_context *ctx; in tst_create_veth_pair() local
137 ctx = create_request(file, lineno, RTM_NEWLINK, in tst_create_veth_pair()
140 if (!ctx) in tst_create_veth_pair()
143 if (tst_rtnl_add_attr_list(file, lineno, ctx, attr in tst_create_veth_pair()
165 struct tst_rtnl_context *ctx; tst_netdev_add_device() local
208 struct tst_rtnl_context *ctx; tst_netdev_remove_device() local
244 struct tst_rtnl_context *ctx; modify_address() local
325 struct tst_rtnl_context *ctx; change_ns() local
380 struct tst_rtnl_context *ctx; modify_route() local
531 struct tst_rtnl_context *ctx; modify_qdisc() local
[all...]
/third_party/openssl/providers/implementations/encode_decode/
H A Ddecode_pvk2key.c34 typedef int check_key_fn(void *, struct pvk2key_ctx_st *ctx);
35 typedef void adjust_key_fn(void *, struct pvk2key_ctx_st *ctx);
66 struct pvk2key_ctx_st *ctx = OPENSSL_zalloc(sizeof(*ctx)); in pvk2key_newctx() local
68 if (ctx != NULL) { in pvk2key_newctx()
69 ctx->provctx = provctx; in pvk2key_newctx()
70 ctx->desc = desc; in pvk2key_newctx()
72 return ctx; in pvk2key_newctx()
77 struct pvk2key_ctx_st *ctx = vctx; in pvk2key_freectx() local
79 OPENSSL_free(ctx); in pvk2key_freectx()
86 struct pvk2key_ctx_st *ctx = vctx; pvk2key_decode() local
176 struct pvk2key_ctx_st *ctx = vctx; pvk2key_export_object() local
200 rsa_adjust(void *key, struct pvk2key_ctx_st *ctx) rsa_adjust() argument
[all...]
/third_party/openssl/test/
H A Daesgcmtest.c42 EVP_CIPHER_CTX *ctx = NULL; in do_encrypt() local
47 ret = TEST_ptr(ctx = EVP_CIPHER_CTX_new()) in do_encrypt()
48 && TEST_true(EVP_EncryptInit_ex(ctx, EVP_aes_256_gcm(), NULL, NULL, in do_encrypt()
50 && TEST_true(EVP_EncryptInit_ex(ctx, NULL, NULL, gcm_key, in do_encrypt()
52 && TEST_true(EVP_EncryptUpdate(ctx, NULL, &outlen, gcm_aad, in do_encrypt()
54 && TEST_true(EVP_EncryptUpdate(ctx, ct, ct_len, gcm_pt, in do_encrypt()
56 && TEST_true(EVP_EncryptFinal_ex(ctx, outbuf, &outlen) > 0) in do_encrypt()
57 && TEST_int_eq(EVP_CIPHER_CTX_get_tag_length(ctx), 16) in do_encrypt()
58 && TEST_true(EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_AEAD_GET_TAG, 16, in do_encrypt()
61 || EVP_CIPHER_CTX_get_original_iv(ctx, iv_ge in do_encrypt()
70 EVP_CIPHER_CTX *ctx = NULL; do_decrypt() local
108 EVP_CIPHER_CTX *ctx = NULL; badkeylen_test() local
[all...]
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Drk_mpi.h86 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
93 MPP_RET (*decode)(MppCtx ctx, MppPacket packet, MppFrame *frame);
96 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
102 MPP_RET (*decode_put_packet)(MppCtx ctx, MppPacket packet);
105 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
111 MPP_RET (*decode_get_frame)(MppCtx ctx, MppFrame *frame);
115 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
122 MPP_RET (*encode)(MppCtx ctx, MppFrame frame, MppPacket *packet);
125 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
131 MPP_RET (*encode_put_frame)(MppCtx ctx, MppFram
[all...]
/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Drk_mpi.h86 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
93 MPP_RET (*decode)(MppCtx ctx, MppPacket packet, MppFrame *frame);
96 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
102 MPP_RET (*decode_put_packet)(MppCtx ctx, MppPacket packet);
105 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
111 MPP_RET (*decode_get_frame)(MppCtx ctx, MppFrame *frame);
115 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
122 MPP_RET (*encode)(MppCtx ctx, MppFrame frame, MppPacket *packet);
125 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
131 MPP_RET (*encode_put_frame)(MppCtx ctx, MppFram
[all...]
/device/soc/rockchip/common/hardware/mpp/include/
H A Drk_mpi.h86 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
93 MPP_RET (*decode)(MppCtx ctx, MppPacket packet, MppFrame *frame);
96 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
102 MPP_RET (*decode_put_packet)(MppCtx ctx, MppPacket packet);
105 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
111 MPP_RET (*decode_get_frame)(MppCtx ctx, MppFrame *frame);
115 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
122 MPP_RET (*encode)(MppCtx ctx, MppFrame frame, MppPacket *packet);
125 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
131 MPP_RET (*encode_put_frame)(MppCtx ctx, MppFram
[all...]

Completed in 11 milliseconds

1...<<31323334353637383940>>...290