Searched defs:img_width (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/ml/include/ |
A D | uai_odla_imgproc.h | 15 …, uint32_t ori_img_width, uint32_t ori_img_height, uint8_t *img_data, int img_width, int img_heigh… in uai_get_split_img_data() 34 void uai_get_resize_img(uint8_t *img_data, int img_width, int img_height, uint8_t *resized_img, int… in uai_get_resize_img() 51 void uai_convert_img(uint8_t *ori_img_data, int img_width, int img_height, uint8_t *new_img_data) in uai_convert_img() 68 void uai_get_gray_img(uint8_t *ori_img_data, int img_width, int img_height, uint8_t *new_img_data) in uai_get_gray_img()
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | IMG_tif.c | 165 Uint32 img_width, img_height; in IMG_LoadTIF_RW() local
|
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_canvas.c | 274 int32_t img_width = img->header.w; in lv_canvas_rotate() local
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiffcrop.c | 6300 uint32 crop_width, crop_length, img_width /*, img_length */; in extractCompositeRegions() local 6550 uint32 crop_width, crop_length, img_width /*, img_length */; in extractSeparateRegion() local 6672 uint32 img_width, img_rowsize; in extractImageSection() local 8374 rotateImage(uint16 rotation, struct image_data *image, uint32 *img_width, in rotateImage()
|
Completed in 31 milliseconds