/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/c/src/ |
A D | WrapperIHaasImageProc.cpp | 74 int ImageProcCvtColor(void* instance, const ImageBuffer_t* src, PixelFmt_t dst_format, in ImageProcCvtColor() 92 int ImageProcResize(void* instance, const ImageBuffer_t* src, const ImageSize_t dst_size, in ImageProcResize() 110 int ImageProcImgCopy(void* instance, const ImageBuffer_t* src, ImageBuffer_t** dst) in ImageProcImgCopy() 127 int ImageProcRectangle(void* instance, const ImageBuffer_t* src, int32_t left, int32_t top, in ImageProcRectangle() 197 int ImageProcPutText(void* instance, const ImageBuffer_t* src, char* text, int32_t left, in ImageProcPutText() 215 int ImageProcDilateErode(void* instance, const ImageBuffer_t* src, ImageBuffer_t* dst, in ImageProcDilateErode() 233 void ImageProcImageAdd(void* instance, const ImageBuffer_t* src, ImageBuffer_t* added, in ImageProcImageAdd() 248 void ImageProcImageMinus(void* instance, const ImageBuffer_t* src, ImageBuffer_t* minused, in ImageProcImageMinus() 263 void ImageProcImageElementMultiply(void* instance, const ImageBuffer_t* src, in ImageProcImageElementMultiply() 278 void ImageProcImageElementDivide(void* instance, const ImageBuffer_t* src, in ImageProcImageElementDivide() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | IMG_xv.c | 28 static int get_line(SDL_RWops *src, char *line, int size) in get_line() 48 static int get_header(SDL_RWops *src, int *w, int *h) in get_header() 82 int IMG_isXV(SDL_RWops *src) in IMG_isXV() 100 SDL_Surface *IMG_LoadXV_RW(SDL_RWops *src) in IMG_LoadXV_RW() 151 int IMG_isXV(SDL_RWops *src) in IMG_isXV() 157 SDL_Surface *IMG_LoadXV_RW(SDL_RWops *src) in IMG_LoadXV_RW()
|
A D | IMG_xxx.c | 29 int IMG_isXXX(SDL_RWops *src) in IMG_isXXX() 46 SDL_Surface *IMG_LoadXXX_RW(SDL_RWops *src) in IMG_LoadXXX_RW() 74 int IMG_isXXX(SDL_RWops *src) in IMG_isXXX() 80 SDL_Surface *IMG_LoadXXX_RW(SDL_RWops *src) in IMG_LoadXXX_RW()
|
A D | IMG_bmp.c | 38 int IMG_isBMP(SDL_RWops *src) in IMG_isBMP() 81 int IMG_isICO(SDL_RWops *src) in IMG_isICO() 86 int IMG_isCUR(SDL_RWops *src) in IMG_isCUR() 607 SDL_Read8(SDL_RWops * src) in SDL_Read8() 902 SDL_Surface *IMG_LoadBMP_RW(SDL_RWops *src) in IMG_LoadBMP_RW() 908 SDL_Surface *IMG_LoadICO_RW(SDL_RWops *src) in IMG_LoadICO_RW() 914 SDL_Surface *IMG_LoadCUR_RW(SDL_RWops *src) in IMG_LoadCUR_RW() 922 int IMG_isBMP(SDL_RWops *src) in IMG_isBMP() 927 int IMG_isICO(SDL_RWops *src) in IMG_isICO() 932 int IMG_isCUR(SDL_RWops *src) in IMG_isCUR() [all …]
|
A D | IMG_WIC.c | 86 int IMG_isPNG(SDL_RWops *src) in IMG_isPNG() 110 int IMG_isJPG(SDL_RWops *src) in IMG_isJPG() 181 int IMG_isTIF(SDL_RWops* src) in IMG_isTIF() 207 static SDL_Surface* WIC_LoadImage(SDL_RWops *src) in WIC_LoadImage() 292 SDL_Surface *IMG_LoadPNG_RW(SDL_RWops *src) in IMG_LoadPNG_RW() 297 SDL_Surface *IMG_LoadJPG_RW(SDL_RWops *src) in IMG_LoadJPG_RW() 302 SDL_Surface *IMG_LoadTIF_RW(SDL_RWops *src) in IMG_LoadTIF_RW()
|
A D | IMG_pnm.c | 35 int IMG_isPNM(SDL_RWops *src) in IMG_isPNM() 65 static int ReadNumber(SDL_RWops *src) in ReadNumber() 108 SDL_Surface *IMG_LoadPNM_RW(SDL_RWops *src) in IMG_LoadPNM_RW() 249 int IMG_isPNM(SDL_RWops *src) in IMG_isPNM() 255 SDL_Surface *IMG_LoadPNM_RW(SDL_RWops *src) in IMG_LoadPNM_RW()
|
A D | IMG_webp.c | 103 static int webp_getinfo( SDL_RWops *src, int *datasize ) { in webp_getinfo() 143 int IMG_isWEBP(SDL_RWops *src) in IMG_isWEBP() 148 SDL_Surface *IMG_LoadWEBP_RW(SDL_RWops *src) in IMG_LoadWEBP_RW() 280 int IMG_isWEBP(SDL_RWops *src) in IMG_isWEBP() 286 SDL_Surface *IMG_LoadWEBP_RW(SDL_RWops *src) in IMG_LoadWEBP_RW()
|
A D | IMG.c | 147 SDL_RWops *src = SDL_RWFromFile(file, "rb"); in IMG_Load() local 161 SDL_Surface *IMG_Load_RW(SDL_RWops *src, int freesrc) in IMG_Load_RW() 180 SDL_Surface *IMG_LoadTyped_RW(SDL_RWops *src, int freesrc, const char *type) in IMG_LoadTyped_RW() 269 SDL_Texture *IMG_LoadTexture_RW(SDL_Renderer *renderer, SDL_RWops *src, int freesrc) in IMG_LoadTexture_RW() 280 SDL_Texture *IMG_LoadTextureTyped_RW(SDL_Renderer *renderer, SDL_RWops *src, int freesrc, const cha… in IMG_LoadTextureTyped_RW()
|
/AliOS-Things-master/components/SDL2/src/audio/ |
A D | SDL_audiotypecvt.c | 149 const Sint32 *src = (const Sint32 *) cvt->buf; in SDL_Convert_S32_to_F32_Scalar() local 167 const float *src = (const float *) cvt->buf; in SDL_Convert_F32_to_S8_Scalar() local 193 const float *src = (const float *) cvt->buf; in SDL_Convert_F32_to_U8_Scalar() local 219 const float *src = (const float *) cvt->buf; in SDL_Convert_F32_to_S16_Scalar() local 245 const float *src = (const float *) cvt->buf; in SDL_Convert_F32_to_U16_Scalar() local 271 const float *src = (const float *) cvt->buf; in SDL_Convert_F32_to_S32_Scalar() local 556 const float *src = (const float *) cvt->buf; in SDL_Convert_F32_to_S8_SSE2() local 616 const float *src = (const float *) cvt->buf; in SDL_Convert_F32_to_U8_SSE2() local 676 const float *src = (const float *) cvt->buf; in SDL_Convert_F32_to_S16_SSE2() local 734 const float *src = (const float *) cvt->buf; in SDL_Convert_F32_to_U16_SSE2() local [all …]
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/ |
A D | url_ut.cc | 9 …const string src = "abc://username:password@example.com:123/path/data?key=value&key2=value2#fragid… in TEST() local 64 const string src = "http://oss.example.com"; in TEST() local 77 const string src = "http://oss.example.com"; in TEST() local 88 const string src = ""; in TEST() local
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jdatasrc.c | 47 my_src_ptr src = (my_src_ptr) cinfo->src; in init_source() local 99 my_src_ptr src = (my_src_ptr) cinfo->src; in fill_input_buffer() local 158 struct jpeg_source_mgr * src = cinfo->src; in skip_input_data() local 212 my_src_ptr src; in jpeg_stdio_src() local 252 struct jpeg_source_mgr * src; in jpeg_mem_src() local
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | ip.h | 227 #define ip_output(p, src, dest, ttl, tos, proto) \ argument 235 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument 243 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \ argument 256 #define ip_route(src, dest) \ argument 273 #define ip_output(p, src, dest, ttl, tos, proto) \ argument 275 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument 281 #define ip_route(src, dest) \ argument 291 #define ip_output(p, src, dest, ttl, tos, proto) \ argument 293 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument 299 #define ip_route(src, dest) \ argument [all …]
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | ip.h | 226 #define ip_output(p, src, dest, ttl, tos, proto) \ argument 234 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument 242 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \ argument 255 #define ip_route(src, dest) \ argument 272 #define ip_output(p, src, dest, ttl, tos, proto) \ argument 274 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument 280 #define ip_route(src, dest) \ argument 290 #define ip_output(p, src, dest, ttl, tos, proto) \ argument 292 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument 298 #define ip_route(src, dest) \ argument [all …]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/ |
A D | depthwiseconv_uint8_transitional.h | 61 #define vld1q_lane_s8x8(src, reg, lane_num) \ argument 63 #define vld1_lane_8x4(src, reg, lane_num) \ argument 65 #define vld1q_lane_8x4(src, reg, lane_num) \ argument 67 #define vld1q_dup_s8x4(src) vld1q_dup_s32(reinterpret_cast<const int32*>(src)) argument
|
/AliOS-Things-master/components/py_engine/modules/minicv/ |
A D | imageproc.c | 149 ImageBuffer_t* src = (ImageBuffer_t*)MP_OBJ_TO_PTR(args[1]); in obj_cvtColor() local 184 ImageBuffer_t* src = (ImageBuffer_t*)MP_OBJ_TO_PTR(args[1]); in obj_resize() local 224 ImageBuffer_t* src = (ImageBuffer_t*)MP_OBJ_TO_PTR(args[1]); in obj_imgCopy() local 259 ImageBuffer_t* src = (ImageBuffer_t*)MP_OBJ_TO_PTR(args[1]); in obj_rectangle() local 297 ImageBuffer_t* src = (ImageBuffer_t*)MP_OBJ_TO_PTR(args[1]); in obj_circle() local 334 ImageBuffer_t* src = (ImageBuffer_t*)MP_OBJ_TO_PTR(args[1]); in obj_drawMarker() local 374 ImageBuffer_t* src = (ImageBuffer_t*)MP_OBJ_TO_PTR(args[1]); in obj_fillPoly() local 415 ImageBuffer_t* src = (ImageBuffer_t*)MP_OBJ_TO_PTR(args[1]); in obj_putText() local 452 ImageBuffer_t* src = (ImageBuffer_t*)MP_OBJ_TO_PTR(args[1]); in obj_dilateErode() local 489 ImageBuffer_t* src = (ImageBuffer_t*)MP_OBJ_TO_PTR(args[1]); in obj_imageAdd() local [all …]
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | SDL_gfxBlitFunc.c | 310 Uint8 *src = info->s_pixels; in _SDL_gfxBlitBlitterRGBA() local 356 int _SDL_gfxBlitRGBACall(SDL_Surface * src, SDL_Rect * srcrect, SDL_Surface * dst, SDL_Rect * dstre… in _SDL_gfxBlitRGBACall() 411 int SDL_gfxBlitRGBA(SDL_Surface * src, SDL_Rect * srcrect, SDL_Surface * dst, SDL_Rect * dstrect) in SDL_gfxBlitRGBA() 524 int SDL_gfxSetAlpha(SDL_Surface *src, Uint8 a) in SDL_gfxSetAlpha() 587 int SDL_gfxMultiplyAlpha(SDL_Surface *src, Uint8 a) in SDL_gfxMultiplyAlpha()
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_blit_1.c | 39 Uint8 *src, *map, *dst; in Blit1to1() local 91 Uint8 *src, *dst; in Blit1to2() local 199 Uint8 *src, *map, *dst; in Blit1to3() local 247 Uint8 *src; in Blit1to4() local 293 Uint8 *src = info->src; in Blit1to1Key() local 340 Uint8 *src = info->src; in Blit1to2Key() local 372 Uint8 *src = info->src; in Blit1to3Key() local 405 Uint8 *src = info->src; in Blit1to4Key() local 437 Uint8 *src = info->src; in Blit1toNAlpha() local 477 Uint8 *src = info->src; in Blit1toNAlphaKey() local
|
A D | SDL_blit_copy.c | 31 SDL_memcpySSE(Uint8 * dst, const Uint8 * src, int len) in SDL_memcpySSE() 60 SDL_memcpyMMX(Uint8 * dst, const Uint8 * src, int len) in SDL_memcpyMMX() 94 Uint8 *src, *dst; in SDL_BlitCopy() local
|
A D | SDL_blit_auto.c | 44 Uint32 *src = 0; in SDL_Blit_RGB888_RGB888_Scale() local 136 Uint32 *src = 0; in SDL_Blit_RGB888_RGB888_Blend_Scale() local 238 Uint32 *src = 0; in SDL_Blit_RGB888_RGB888_Modulate_Scale() local 361 Uint32 *src = 0; in SDL_Blit_RGB888_RGB888_Modulate_Blend_Scale() local 441 Uint32 *src = 0; in SDL_Blit_RGB888_BGR888_Scale() local 536 Uint32 *src = 0; in SDL_Blit_RGB888_BGR888_Blend_Scale() local 638 Uint32 *src = 0; in SDL_Blit_RGB888_BGR888_Modulate_Scale() local 761 Uint32 *src = 0; in SDL_Blit_RGB888_BGR888_Modulate_Blend_Scale() local 842 Uint32 *src = 0; in SDL_Blit_RGB888_ARGB8888_Scale() local 939 Uint32 *src = 0; in SDL_Blit_RGB888_ARGB8888_Blend_Scale() local [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | picture_rescale_enc.c | 29 static void PictureGrabSpecs(const WebPPicture* const src, in PictureGrabSpecs() 59 int WebPPictureCopy(const WebPPicture* src, WebPPicture* dst) { in WebPPictureCopy() 93 int WebPPictureView(const WebPPicture* src, in WebPPictureView() 154 const uint8_t* const src = in WebPPictureCrop() local 167 static void RescalePlane(const uint8_t* src, in RescalePlane() 270 int WebPPictureCopy(const WebPPicture* src, WebPPicture* dst) { in WebPPictureCopy() 281 int WebPPictureView(const WebPPicture* src, in WebPPictureView()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | inet_chksum.c | 84 u16_t src; in lwip_standard_chksum() local 312 const ip4_addr_t *src, const ip4_addr_t *dest) in inet_chksum_pseudo() 345 const ip6_addr_t *src, const ip6_addr_t *dest) in ip6_chksum_pseudo() 381 const ip_addr_t *src, const ip_addr_t *dest) in ip_chksum_pseudo() 458 u16_t chksum_len, const ip4_addr_t *src, const ip4_addr_t *dest) in inet_chksum_pseudo_partial() 493 u16_t chksum_len, const ip6_addr_t *src, const ip6_addr_t *dest) in ip6_chksum_pseudo_partial() 528 u16_t chksum_len, const ip_addr_t *src, const ip_addr_t *dest) in ip_chksum_pseudo_partial() 605 lwip_chksum_copy(void *dst, const void *src, u16_t len) in lwip_chksum_copy()
|
/AliOS-Things-master/components/linksdk/core/utils/ |
A D | core_auth.c | 37 char *src[] = { device_name, product_key }; in core_auth_mqtt_username() local 49 char *src[] = { device_name, product_key, CORE_AUTH_TIMESTAMP }; in core_auth_mqtt_password() local 52 char *src[] = { product_key, device_name, device_name, product_key, CORE_AUTH_TIMESTAMP }; in core_auth_mqtt_password() local 78 char *src[] = { CORE_AUTH_TIMESTAMP, CORE_AUTH_SDK_VERSION, secure_mode, extend_clientid}; in core_auth_mqtt_clientid() local 81 …char *src[] = { product_key, device_name, CORE_AUTH_TIMESTAMP, CORE_AUTH_SDK_VERSION, secure_mode,… in core_auth_mqtt_clientid() local
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/ |
A D | ip6.c | 84 ip6_route(const ip6_addr_t *src, const ip6_addr_t *dest) in ip6_route() 213 const ip_addr_t *src = NULL; in ip6_select_source_address() local 814 ip6_output_if(struct pbuf *p, const ip6_addr_t *src, const ip6_addr_t *dest, in ip6_output_if() 838 ip6_output_if_src(struct pbuf *p, const ip6_addr_t *src, const ip6_addr_t *dest, in ip6_output_if_src() 935 ip6_output(struct pbuf *p, const ip6_addr_t *src, const ip6_addr_t *dest, in ip6_output() 993 ip6_output_hinted(struct pbuf *p, const ip6_addr_t *src, const ip6_addr_t *dest, in ip6_output_hinted()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/checksum/ |
A D | module_checksum.c | 19 char *src = NULL, *data = NULL; in native_checksum_md5() local 68 char *src = NULL; in native_checksum_crc16() local 108 char *src = NULL; in native_checksum_crc32() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | lossless_neon.c | 29 static void ConvertBGRAToRGBA_NEON(const uint32_t* src, in ConvertBGRAToRGBA_NEON() 44 static void ConvertBGRAToBGR_NEON(const uint32_t* src, in ConvertBGRAToBGR_NEON() 56 static void ConvertBGRAToRGB_NEON(const uint32_t* src, in ConvertBGRAToRGB_NEON() 74 static void ConvertBGRAToRGBA_NEON(const uint32_t* src, in ConvertBGRAToRGBA_NEON() 92 static void ConvertBGRAToBGR_NEON(const uint32_t* src, in ConvertBGRAToBGR_NEON() 119 static void ConvertBGRAToRGB_NEON(const uint32_t* src, in ConvertBGRAToRGB_NEON() 212 const uint8x16_t src = LOADQ_U32P_AS_U8(&in[i]); in PredictorAdd0_NEON() local 226 const uint8x16_t src = LOADQ_U32P_AS_U8(&in[i]); in PredictorAdd1_NEON() local 279 const uint8x16_t src = LOADQ_U32P_AS_U8(&in[i]); in PredictorAdd5_NEON() local 304 const uint8x16_t src = LOADQ_U32P_AS_U8(&in[i]); in PredictorAdd6_NEON() local [all …]
|