/third_party/ffmpeg/libavcodec/ |
H A D | mpeg4videodec.h | 85 int ff_mpeg4_decode_picture_header(Mpeg4DecContext *ctx, GetBitContext *gb, 90 int ff_mpeg4_decode_partitions(Mpeg4DecContext *ctx); 91 int ff_mpeg4_decode_video_packet_header(Mpeg4DecContext *ctx); 92 int ff_mpeg4_decode_studio_slice_header(Mpeg4DecContext *ctx);
|
H A D | movsub_bsf.c | 26 static int text2movsub(AVBSFContext *ctx, AVPacket *out) in text2movsub() argument 31 ret = ff_bsf_get_packet(ctx, &in); in text2movsub() 65 static int mov2textsub(AVBSFContext *ctx, AVPacket *pkt) in mov2textsub() argument 69 ret = ff_bsf_get_packet_ref(ctx, pkt); in mov2textsub()
|
H A D | vp56.c | 85 int i, ctx, type; in vp56_parse_mb_type_models() local 87 for (ctx=0; ctx<3; ctx++) { in vp56_parse_mb_type_models() 90 memcpy(model->mb_types_stats[ctx], in vp56_parse_mb_type_models() 91 ff_vp56_pre_def_mb_type_stats[idx][ctx], in vp56_parse_mb_type_models() 92 sizeof(model->mb_types_stats[ctx])); in vp56_parse_mb_type_models() 104 model->mb_types_stats[ctx][type][i] += (delta ^ -sign) + sign; in vp56_parse_mb_type_models() 112 for (ctx=0; ctx< in vp56_parse_mb_type_models() 152 vp56_parse_mb_type(VP56Context *s, VP56mb prev_type, int ctx) vp56_parse_mb_type() argument 208 int ctx, b; vp56_decode_mv() local [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | rtpenc_h261.c | 39 void ff_rtp_send_h261(AVFormatContext *ctx, const uint8_t *frame_buf, int frame_size) in ff_rtp_send_h261() argument 43 RTPMuxContext *rtp_ctx = ctx->priv_data; in ff_rtp_send_h261() 79 av_log(ctx, AV_LOG_WARNING, in ff_rtp_send_h261() 97 ff_rtp_send_data(ctx, rtp_ctx->buf, RTP_H261_HEADER_SIZE + cur_frame_size, last_packet_of_frame); in ff_rtp_send_h261()
|
H A D | rtpdec_h263.c | 27 int ff_h263_handle_packet(AVFormatContext *ctx, PayloadContext *data, in ff_h263_handle_packet() argument 36 av_log(ctx, AV_LOG_ERROR, "Too short H.263 RTP packet\n"); in ff_h263_handle_packet() 72 av_log(ctx, AV_LOG_ERROR, "Too short H.263 RTP packet\n"); in ff_h263_handle_packet() 77 av_log(ctx, AV_LOG_ERROR, "Out of memory\n"); in ff_h263_handle_packet()
|
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/libwebsockets/include/libwebsockets/ |
H A D | lws-smd.h | 67 * \param ctx: the lws_context 86 lws_smd_msg_alloc(struct lws_context *ctx, lws_smd_class_t _class, size_t len); 105 * \param ctx: the lws_context 113 lws_smd_msg_send(struct lws_context *ctx, void *payload); 118 * \param ctx: the lws_context 137 lws_smd_msg_printf(struct lws_context *ctx, lws_smd_class_t _class, 195 * \param ctx: the lws_context 210 lws_smd_register(struct lws_context *ctx, void *opaque, int flags,
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | context.cpp | 41 context::operator==(const context &ctx) const { in operator ==() 42 return this == &ctx; in operator ==() 46 context::operator!=(const context &ctx) const { in operator !=() 47 return this != &ctx; in operator !=()
|
/third_party/mesa3d/src/glx/ |
H A D | glxglvnddispatchfuncs.h | 42 static inline int AddContextMapping(Display *dpy, GLXContext ctx, in AddContextMapping() argument 45 return __VND->addVendorContextMapping(dpy, ctx, vendor); in AddContextMapping() 54 static inline __GLXvendorInfo *GetDispatchFromContext(GLXContext ctx) in GetDispatchFromContext() argument 56 return __VND->vendorFromContext(ctx); in GetDispatchFromContext()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_query.h | 40 void (*destroy_query)(struct fd_context *ctx, struct fd_query *q) dt; 41 void (*begin_query)(struct fd_context *ctx, struct fd_query *q) dt; 42 void (*end_query)(struct fd_context *ctx, struct fd_query *q) dt; 43 bool (*get_query_result)(struct fd_context *ctx, struct fd_query *q,
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_texture.h | 65 struct pipe_context *ctx, 80 struct pipe_surface* r300_create_surface_custom(struct pipe_context * ctx, 86 struct pipe_surface* r300_create_surface(struct pipe_context *ctx, 90 void r300_surface_destroy(struct pipe_context *ctx, struct pipe_surface* s);
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec_deprecated.c | 24 BIGNUM *ret, BN_CTX *ctx) in EC_POINT_point2bn() 29 buf_len = EC_POINT_point2buf(group, point, form, &buf, ctx); in EC_POINT_point2bn() 42 const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx) in EC_POINT_bn2point() 68 if (!EC_POINT_oct2point(group, ret, buf, buf_len, ctx)) { in EC_POINT_bn2point() 21 EC_POINT_point2bn(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BIGNUM *ret, BN_CTX *ctx) EC_POINT_point2bn() argument 41 EC_POINT_bn2point(const EC_GROUP *group, const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx) EC_POINT_bn2point() argument
|
/third_party/openssl/crypto/ec/ |
H A D | ec_deprecated.c | 24 BIGNUM *ret, BN_CTX *ctx) in EC_POINT_point2bn() 29 buf_len = EC_POINT_point2buf(group, point, form, &buf, ctx); in EC_POINT_point2bn() 42 const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx) in EC_POINT_bn2point() 68 if (!EC_POINT_oct2point(group, ret, buf, buf_len, ctx)) { in EC_POINT_bn2point() 21 EC_POINT_point2bn(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BIGNUM *ret, BN_CTX *ctx) EC_POINT_point2bn() argument 41 EC_POINT_bn2point(const EC_GROUP *group, const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx) EC_POINT_bn2point() argument
|
/third_party/openssl/demos/bio/ |
H A D | server-cmod.c | 28 SSL_CTX *ctx; in main() local 31 ctx = SSL_CTX_new(TLS_server_method()); in main() 38 if (SSL_CTX_config(ctx, "server") == 0) { in main() 44 ssl_bio = BIO_new_ssl(ctx, 0); in main()
|
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | matrix.cc | 48 const Matrix* Matrix::Clone(CloneContext* ctx) const { in Clone() 50 auto src = ctx->Clone(source); in Clone() 51 auto* ty = ctx->Clone(type); in Clone() 52 return ctx->dst->create<Matrix>(src, ty, rows, columns); in Clone()
|
H A D | pointer.cc | 49 const Pointer* Pointer::Clone(CloneContext* ctx) const { in Clone() 51 auto src = ctx->Clone(source); in Clone() 52 auto* ty = ctx->Clone(type); in Clone() 53 return ctx->dst->create<Pointer>(src, ty, storage_class, access); in Clone()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | sha384-internal.c | 27 struct sha384_state ctx; in sha384_vector() local 30 sha384_init(&ctx); in sha384_vector() 32 if (sha384_process(&ctx, addr[i], len[i])) in sha384_vector() 34 if (sha384_done(&ctx, mac)) in sha384_vector()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | ext_password_test.c | 35 static void ext_password_test_deinit(void *ctx) in ext_password_test_deinit() argument 37 struct ext_password_test_data *data = ctx; in ext_password_test_deinit() 44 static struct wpabuf * ext_password_test_get(void *ctx, const char *name) in ext_password_test_get() argument 46 struct ext_password_test_data *data = ctx; in ext_password_test_get()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | sha384-internal.c | 27 struct sha384_state ctx; in sha384_vector() local 30 sha384_init(&ctx); in sha384_vector() 32 if (sha384_process(&ctx, addr[i], len[i])) in sha384_vector() 34 if (sha384_done(&ctx, mac)) in sha384_vector()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | ext_password_file.c | 58 * @ctx: The file-backed password backend 63 static void ext_password_file_deinit(void *ctx) in ext_password_file_deinit() argument 65 struct ext_password_file_data *data = ctx; in ext_password_file_deinit() 73 * @ctx: The file-backed password backend 82 static struct wpabuf * ext_password_file_get(void *ctx, const char *name) in ext_password_file_get() argument 84 struct ext_password_file_data *data = ctx; in ext_password_file_get()
|
H A D | ext_password_test.c | 35 static void ext_password_test_deinit(void *ctx) in ext_password_test_deinit() argument 37 struct ext_password_test_data *data = ctx; in ext_password_test_deinit() 44 static struct wpabuf * ext_password_test_get(void *ctx, const char *name) in ext_password_test_get() argument 46 struct ext_password_test_data *data = ctx; in ext_password_test_get()
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha512-armv8.pl | 97 ($ctx,$inp,$num,$Ktbl)=map("x$_",(0..2,30)); 232 ldp $A,$B,[$ctx] // load context 233 ldp $C,$D,[$ctx,#2*$SZ] 234 ldp $E,$F,[$ctx,#4*$SZ] 236 ldp $G,$H,[$ctx,#6*$SZ] 238 stp $ctx,$num,[x29,#96] 252 ldp $ctx,$num,[x29,#96] 256 ldp @X[0],@X[1],[$ctx] 257 ldp @X[2],@X[3],[$ctx,#2*$SZ] 259 ldp @X[4],@X[5],[$ctx,# [all...] |
/third_party/openssl/crypto/sha/asm/ |
H A D | sha512-armv8.pl | 97 ($ctx,$inp,$num,$Ktbl)=map("x$_",(0..2,30)); 232 ldp $A,$B,[$ctx] // load context 233 ldp $C,$D,[$ctx,#2*$SZ] 234 ldp $E,$F,[$ctx,#4*$SZ] 236 ldp $G,$H,[$ctx,#6*$SZ] 239 stp $ctx,$num,[x29,#96] 253 ldp $ctx,$num,[x29,#96] 257 ldp @X[0],@X[1],[$ctx] 258 ldp @X[2],@X[3],[$ctx,#2*$SZ] 260 ldp @X[4],@X[5],[$ctx,# [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/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...] |