#include <mw/mgr/mgr.h> #define MGIMG_WIDMIN ( 128 ) /* Minimum width value for the original image. */ #define MGIMG_WIDMAX ( 160 ) /* Maximum width value for the original image. */ #define MGIMG_HEIMIN ( 96 ) /* Minimum height value for the original image. */ #define MGIMG_HEIMAX ( 120 ) /* Maximum height value for the original image. */ #define MGEXT_RECTMIN ( 64 ) /* Minimum width and height values for the rectangular region targeted for processing. */
Limit value constants related to images.
CONFIDENTIAL