Searched refs:src_image (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dimage_utils.h52 image_resize(image_s * src_image, int32_t width, int32_t height);
H A Dimage_utils.c784 image_resize(image_s * src_image, int32_t width, int32_t height) argument
791 if( (src_image->width < width) || (src_image->height < height) )
792 image_upsize(dst_image, src_image, width, height);
794 image_downsize(dst_image, src_image, width, height);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dimage_utils.h52 image_resize(image_s * src_image, int32_t width, int32_t height);
H A Dimage_utils.c784 image_resize(image_s * src_image, int32_t width, int32_t height) argument
791 if( (src_image->width < width) || (src_image->height < height) )
792 image_upsize(dst_image, src_image, width, height);
794 image_downsize(dst_image, src_image, width, height);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dimage_utils.h52 image_resize(image_s * src_image, int32_t width, int32_t height);
H A Dimage_utils.c784 image_resize(image_s * src_image, int32_t width, int32_t height) argument
791 if( (src_image->width < width) || (src_image->height < height) )
792 image_upsize(dst_image, src_image, width, height);
794 image_downsize(dst_image, src_image, width, height);

Completed in 118 milliseconds