Home
last modified time | relevance | path

Searched refs:max_height (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_image_filter_module.c72 ngx_uint_t max_height; member
561 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 …]
/f-stack/freebsd/arm/nvidia/drm2/
H A Dtegra_host1x.c204 drm_dev->mode_config.max_height = 4096; in host1x_drm_load()
/f-stack/freebsd/contrib/v4l/
H A Dvideodev2.h418 __u32 max_height; /* Maximum frame height [pixel] */ member