Searched refs:img_height (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/ml/include/ |
A D | uai_odla_imgproc.h | 15 …_width, uint32_t ori_img_height, uint8_t *img_data, int img_width, int img_height, int start_x, in… in uai_get_split_img_data() argument 26 new_img.rows = img_height; 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 37 new_img.rows = img_height; 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 54 old_img.rows = img_height; in uai_convert_img() 60 new_img.rows = img_height; 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 71 old_img.rows = img_height; in uai_get_gray_img() 77 new_img.rows = img_height; 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 186 lib.TIFFGetField(tiff, TIFFTAG_IMAGELENGTH, &img_height); 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/littlevgl/src/lv_objx/ |
A D | lv_canvas.c | 275 int32_t img_height = img->header.h; in lv_canvas_rotate() local 300 if(ys_int >= img_height) in lv_canvas_rotate() 346 if(yn >= img_height) in lv_canvas_rotate()
|
Completed in 6 milliseconds