Searched refs:max_height (Results 1 – 3 of 3) sorted by relevance
72 ngx_uint_t max_height; member561 if (ctx->max_height == 0) { in ngx_http_image_process()567 && ctx->height <= ctx->max_height in ngx_http_image_process()846 && (ngx_uint_t) sy <= ctx->max_height) in ngx_http_image_resize()888 if ((ngx_uint_t) dy > ctx->max_height) { in ngx_http_image_resize()889 dx = dx * ctx->max_height / dy; in ngx_http_image_resize()891 dy = ctx->max_height; in ngx_http_image_resize()914 dx = dx * ctx->max_height / dy; in ngx_http_image_resize()916 dy = ctx->max_height; in ngx_http_image_resize()1003 if ((ngx_uint_t) dy > ctx->max_height) { in ngx_http_image_resize()[all …]
204 drm_dev->mode_config.max_height = 4096; in host1x_drm_load()
418 __u32 max_height; /* Maximum frame height [pixel] */ member