Searched refs:dst_image (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dimage_utils.c786 image_s * dst_image; local
788 dst_image = image_new(width, height);
789 if( !dst_image )
792 image_upsize(dst_image, src_image, width, height);
794 image_downsize(dst_image, src_image, width, height);
796 return dst_image;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dimage_utils.c786 image_s * dst_image; local
788 dst_image = image_new(width, height);
789 if( !dst_image )
792 image_upsize(dst_image, src_image, width, height);
794 image_downsize(dst_image, src_image, width, height);
796 return dst_image;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dimage_utils.c786 image_s * dst_image; local
788 dst_image = image_new(width, height);
789 if( !dst_image )
792 image_upsize(dst_image, src_image, width, height);
794 image_downsize(dst_image, src_image, width, height);
796 return dst_image;

Completed in 129 milliseconds