Home
last modified time | relevance | path

Searched refs:img_width (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/ml/include/
A Duai_odla_imgproc.h15 …uint32_t ori_img_width, uint32_t ori_img_height, uint8_t *img_data, int img_width, int img_height,… in uai_get_split_img_data() argument
27 new_img.colums = img_width; 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() argument
38 new_img.colums = img_width; 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() argument
55 old_img.colums = img_width; in uai_convert_img()
61 new_img.colums = img_width; 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() argument
72 old_img.colums = img_width; in uai_get_gray_img()
78 new_img.colums = img_width; in uai_get_gray_img()
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_tif.c165 Uint32 img_width, img_height; in IMG_LoadTIF_RW() local
185 lib.TIFFGetField(tiff, TIFFTAG_IMAGEWIDTH, &img_width); in IMG_LoadTIF_RW()
192 surface = SDL_CreateRGBSurface(SDL_SWSURFACE, img_width, img_height, 32, in IMG_LoadTIF_RW()
197 …if(!lib.TIFFReadRGBAImageOriented(tiff, img_width, img_height, (uint32 *)surface->pixels, ORIENTAT… in IMG_LoadTIF_RW()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiffcrop.c6306 img_width = image->width; in extractCompositeRegions()
6349 src_rowsize = ((img_width * bps * spp) + 7) / 8; in extractCompositeRegions()
6555 img_width = image->width; in extractSeparateRegion()
6588 src_rowsize = ((img_width * bps * spp) + 7) / 8; in extractSeparateRegion()
6672 uint32 img_width, img_rowsize; in extractImageSection() local
6692 img_width = image->width; in extractImageSection()
6727 img_rowsize = ((img_width * bps + 7) / 8) * spp; in extractImageSection()
6735 img_width, img_length, bps, spp); in extractImageSection()
8389 width = *img_width; in rotateImage()
8563 *img_width = length; in rotateImage()
[all …]
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_canvas.c274 int32_t img_width = img->header.w; in lv_canvas_rotate() local
295 if(xs_int >= img_width) in lv_canvas_rotate()
327 if(xn >= img_width) in lv_canvas_rotate()

Completed in 21 milliseconds