Home
last modified time | relevance | path

Searched refs:profile (Results 1 – 25 of 47) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/examples/
A Diccfrompng.c69 png_bytep profile; in extract() local
71 if (png_get_iCCP(png_ptr, info_ptr, &name, &compression_type, &profile, in extract()
76 memcpy(result, profile, *proflen); in extract()
99 png_bytep profile = extract(fp, &proflen); in extract_one_file() local
101 if (profile != NULL && profile != no_profile) in extract_one_file()
127 if (fwrite(profile, proflen, 1, of) == 1 && in extract_one_file()
154 free(profile); in extract_one_file()
157 else if (verbose && profile == no_profile) in extract_one_file()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/paybox/
A Dmodule_paybox.c345 alipay_box_sdk_profile_t profile; in native_paybox_open() local
389 profile.supplier_id = __paybox_string_duplicate(str); in native_paybox_open()
391 profile.item_id = __paybox_string_duplicate(str); in native_paybox_open()
407 profile.box_model = __paybox_string_duplicate(str); in native_paybox_open()
409 profile.box_version = __paybox_string_duplicate(str); in native_paybox_open()
426 profile.xp_product_key = __paybox_string_duplicate(str); in native_paybox_open()
441 if (strcmp(profile.supplier_id, "null") && in native_paybox_open()
448 if (strcmp(profile.item_id, "null") && in native_paybox_open()
482 devcfg.product_key = profile.xp_product_key; in native_paybox_open()
483 devcfg.product_secret = profile.xp_product_secret; in native_paybox_open()
[all …]
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/profiler/
A Dtest.cc46 ScopeProfile profile; in TEST() local
56 ScopeProfile profile; in TEST() local
57 profile.SetUserTreeView(&treeview); in TEST()
87 ScopeProfile profile; in TEST() local
88 profile.SetUserTreeView(&treeview); in TEST()
137 ScopeProfile profile; in TEST() local
138 profile.SetUserTreeView(&treeview); in TEST()
A DREADME.md54 stay valid until the profile is finalized.
76 To actually profile a code scope, it is enough to construct a `ScopeProfile`
78 destruction it will terminate the profiler and report the profile treeview on
83 ruy::profiler::ScopeProfile profile;
120 embedded/mobile (single command line to run and profile, no symbols files
129 call-stack-sampling profilers. For example, break down a profile where much
137 command lines are involved to copy symbol files to devices, retrieve profile
148 profiler such as Linux's "perf" allows to right away get a profile of real
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DREADME.mux12 color profile, metadata and animation. Reference command-line tools 'webpmux'
40 icc get ICC profile
46 Set color profile/metadata:
47 icc file.icc set ICC profile
50 where: 'file.icc' contains the ICC profile to be set,
66 Strip color profile/metadata:
67 icc strip ICC profile
113 profile and XMP metadata.
119 // ... (Prepare ICC profile data).
150 profile and animated images. Other features may be added in subsequent
[all …]
A DNEWS170 * color profile, metadata (XMP/EXIF) and animation support finalized in the
175 * vwebp given color profile & animation support
176 * cwebp can preserve color profile / metadata with '-metadata'
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/
A Dpngdec.c97 static int ProcessRawProfile(const char* profile, size_t profile_len, in ProcessRawProfile() argument
99 const char* src = profile; in ProcessRawProfile()
103 if (profile == NULL || profile_len == 0) return 0; in ProcessRawProfile()
132 int (*process)(const char* profile, size_t profile_len,
200 png_bytep profile; in ExtractMetadataFromPNG() local
202 png_charp profile; in ExtractMetadataFromPNG() local
207 &name, &comp_type, &profile, &len) == PNG_INFO_iCCP) { in ExtractMetadataFromPNG()
208 if (!MetadataCopy((const char*)profile, len, &metadata->iccp)) return 0; in ExtractMetadataFromPNG()
/AliOS-Things-master/components/py_engine/modules/video/
A Dak_codec.c56 param.profile = PROFILE_JPEG; in py_venc_init()
66 param.profile = PROFILE_MAIN; in py_venc_init()
76 param.profile = PROFILE_HEVC_MAIN; in py_venc_init()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dvwebp.c104 static int ApplyColorProfile(const WebPData* const profile, in ApplyColorProfile() argument
117 if (profile == NULL || rgba == NULL) return 0; in ApplyColorProfile()
118 if (profile->bytes == NULL || profile->size < 10) return 1; in ApplyColorProfile()
119 major_revision = profile->bytes[8]; in ApplyColorProfile()
122 input_profile = qcms_profile_from_memory(profile->bytes, profile->size); in ApplyColorProfile()
157 (void)profile; in ApplyColorProfile()
/AliOS-Things-master/components/mbedtls/library/
A Dx509_crt.c203 if( mbedtls_pk_get_bitlen( pk ) >= profile->rsa_min_bitlen ) in x509_profile_check_key()
1999 if( x509_profile_check_key( profile, &ca->pk ) != 0 ) in x509_crt_verifycrl()
2412 const mbedtls_x509_crt_profile *profile, in x509_crt_verify_chain() argument
2535 if( x509_profile_check_key( profile, &parent->pk ) != 0 ) in x509_crt_verify_chain()
2663 const mbedtls_x509_crt_profile *profile, in mbedtls_x509_crt_verify_with_profile() argument
2669 profile, cn, flags, f_vrfy, p_vrfy, NULL ) ); in mbedtls_x509_crt_verify_with_profile()
2685 const mbedtls_x509_crt_profile *profile, in mbedtls_x509_crt_verify_restartable() argument
2700 if( profile == NULL ) in mbedtls_x509_crt_verify_restartable()
2713 if( x509_profile_check_pk_alg( profile, pk_type ) != 0 ) in mbedtls_x509_crt_verify_restartable()
2716 if( x509_profile_check_key( profile, &crt->pk ) != 0 ) in mbedtls_x509_crt_verify_restartable()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpng.c2025 temp = png_get_uint_32(profile);
2030 temp = (png_uint_32) (*(profile+8));
2044 temp = png_get_uint_32(profile+64);
2080 if (memcmp(profile+68, D50_nCIEXYZ, 12) != 0)
2181 temp = png_get_uint_32(profile+20);
2308 png_const_bytep profile, uLong adler)
2351 length = png_get_uint_32(profile);
2352 intent = png_get_uint_32(profile+64);
2363 adler = adler32(adler, profile, length);
2376 crc = crc32(crc, profile, length);
[all …]
A Dpngpriv.h1162 png_const_charp name, png_const_bytep profile), PNG_EMPTY);
1673 png_uint_32 profile_length, png_const_bytep profile, int color_type),
1686 png_const_bytep profile /* first 132 bytes only */, int color_type),
1691 png_const_bytep profile /* header plus whole tag table */), PNG_EMPTY);
1695 png_const_bytep profile, uLong adler), PNG_EMPTY);
A Dpngset.c690 png_const_bytep profile, png_uint_32 proflen) in png_set_iCCP() argument
698 if (png_ptr == NULL || info_ptr == NULL || name == NULL || profile == NULL) in png_set_iCCP()
712 proflen, profile, info_ptr->color_type); in png_set_iCCP()
748 memcpy(new_iccp_profile, profile, proflen); in png_set_iCCP()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dmakepng.c1098 load_fake(png_charp param, png_bytepp profile) in load_fake() argument
1114 png_bytep out = *profile; in load_fake()
1157 png_bytep profile = NULL; in insert_iCCP() local
1195 png_save_uint_32(profile, proflen); in insert_iCCP()
1218 profile[proflen++] = 0; in insert_iCCP()
1221 if (profile != NULL && proflen > 3) in insert_iCCP()
1231 png_save_uint_32(profile, proflen); in insert_iCCP()
1235 if (result && profile != NULL && proflen >=4) in insert_iCCP()
1237 profile, proflen); in insert_iCCP()
1239 if (profile) in insert_iCCP()
[all …]
/AliOS-Things-master/components/ble_host/bt_host/ali_vendormodel_profile/
A DREADME.rst5 profile APIs to support provisioning with Tmall Genius (as provisioner)
10 Alibaba ble mesh profile APIs are encapsulated based on ported Zephyr
14 The ble mesh profile APIs could be found in the directory:
/AliOS-Things-master/components/http/src/
A Dhttp_aos_wrapper.c30 mbedtls_x509_crt_profile profile; /**< x509 cacert profile */ member
346 memcpy(&ssl->profile, ssl->ssl_conf.cert_profile, sizeof(mbedtls_x509_crt_profile)); in http_ssl_conn_wrapper()
347 ssl->profile.allowed_mds = ssl->profile.allowed_mds | MBEDTLS_X509_ID_FLAG(MBEDTLS_MD_MD5); in http_ssl_conn_wrapper()
348 mbedtls_ssl_conf_cert_profile(&ssl->ssl_conf, &ssl->profile); in http_ssl_conn_wrapper()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dx509_crt.h441 const mbedtls_x509_crt_profile *profile,
471 const mbedtls_x509_crt_profile *profile,
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoaopengl.m223 /* specify a profile if we're on Lion (10.7) or later. */
225 NSOpenGLPixelFormatAttribute profile = NSOpenGLProfileVersionLegacy;
227 profile = NSOpenGLProfileVersion3_2Core;
230 attr[i++] = profile;
312 /* This is a legacy profile, so to match other backends, we're done. */
A DSDL_cocoaopengles.m34 /* If the profile requested is not GL ES, switch over to WIN_GL functions */
/AliOS-Things-master/components/websocket/include/
A Drws_socket.h72 mbedtls_x509_crt_profile profile; member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dsyntax_enc.c116 int profile, size_t size0) { in PutVP8FrameHeader() argument
126 | (profile << 1) // profile (3b) in PutVP8FrameHeader()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_if_enhanced/inc/
A Dhshf_api.h309 int8 hshf_setProfile(uint8 profile);
/AliOS-Things-master/components/websocket/src/
A Drws_socketpriv.c1210 memcpy(&ssl->profile, ssl->ssl_conf.cert_profile, sizeof(mbedtls_x509_crt_profile)); in rws_ssl_conn()
1211 ssl->profile.allowed_mds = ssl->profile.allowed_mds | MBEDTLS_X509_ID_FLAG(MBEDTLS_MD_MD5); in rws_ssl_conn()
1212 mbedtls_ssl_conf_cert_profile(&ssl->ssl_conf, &ssl->profile); in rws_ssl_conn()
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dsdp.h590 int bt_sdp_get_profile_version(const struct net_buf *buf, u16_t profile,
/AliOS-Things-master/components/py_engine/engine/py/
A Dpy.cmake107 ${MICROPY_PY_DIR}/profile.c

Completed in 43 milliseconds

12