Searched refs:min_height (Results 1 - 19 of 19) sorted by relevance
/third_party/glfw/tests/ |
H A D | window.c | 57 int limit_min_size = false, min_width = 400, min_height = 400; in main() local 104 sprintf(min_height_buffer, "%i", min_height); in main() 329 min_height = abs(atoi(min_height_buffer)); in main() 333 sprintf(min_height_buffer, "%i", min_height); in main() 364 limit_min_size ? min_height : GLFW_DONT_CARE, in main()
|
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
H A D | test_VIDIOC_ENUM_FRAMESIZES.c | 100 CU_ASSERT(0 < framesize.stepwise.min_height); in do_test_VIDIOC_ENUM_FRAMESIZES() 105 CU_ASSERT(framesize.stepwise.min_height < in do_test_VIDIOC_ENUM_FRAMESIZES() 127 CU_ASSERT(0 < framesize.stepwise.min_height); in do_test_VIDIOC_ENUM_FRAMESIZES() 131 CU_ASSERT(framesize.stepwise.min_height < in do_test_VIDIOC_ENUM_FRAMESIZES() 139 min_height) % in do_test_VIDIOC_ENUM_FRAMESIZES()
|
H A D | v4l2_show.c | 147 ".min_height=%u, " in show_v4l2_frmsizeenum() 153 framesize->stepwise.min_height, in show_v4l2_frmsizeenum()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext.h | 472 int min_height; member
|
H A D | hwcontext.c | 587 constraints->min_width = constraints->min_height = 0; in av_hwdevice_get_hwframe_constraints()
|
H A D | hwcontext_vaapi.c | 251 constraints->min_height = attr_list[i].value.value.i; in vaapi_frames_get_constraints()
|
H A D | hwcontext_vulkan.c | 1645 constraints->min_height = 0; in vulkan_frames_get_constraints()
|
/third_party/ffmpeg/libavcodec/ |
H A D | vaapi_decode.c | 546 avctx->coded_height < constraints->min_height || in vaapi_decode_make_config() 553 constraints->min_height, constraints->max_height); in vaapi_decode_make_config()
|
H A D | vaapi_encode.c | 2496 ctx->surface_height < constraints->min_height || in vaapi_encode_create_recon_frames() 2503 constraints->min_height, constraints->max_height); in vaapi_encode_create_recon_frames()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vaapi_vpp.c | 163 ctx->output_height < constraints->min_height || in ff_vaapi_vpp_config_output() 170 constraints->min_height, constraints->max_height); in ff_vaapi_vpp_config_output()
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | drm_mode.h | 273 __u32 min_height; member
|
/third_party/libdrm/include/drm/ |
H A D | drm_mode.h | 273 __u32 min_height; member
|
/third_party/libdrm/ |
H A D | xf86drmMode.h | 88 uint32_t min_height, max_height; member
|
H A D | xf86drmMode.c | 225 r->min_height = res.min_height; in drmModeGetResources()
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | rpng-x.c | 581 size_hints->min_height = size_hints->max_height = (int)image_height; in rpng_x_create_window()
|
H A D | rpng2-x.c | 965 size_hints->min_height = size_hints->max_height = in rpng2_x_create_window()
|
/third_party/glfw/src/ |
H A D | x11_window.c | 288 hints->min_height = window->minheight; in updateNormalHints() 311 hints->min_height = hints->max_height = height; in updateNormalHints() 723 hints->min_height = hints->max_height = height; in createNativeWindow()
|
/third_party/ffmpeg/libavdevice/ |
H A D | v4l2.c | 277 vfse.stepwise.min_height, in list_framesizes()
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 5301 float min_height; member 17597 layout->row.min_height = height; in nk_layout_set_min_row_height() 17613 layout->row.min_height = ctx->style.font->height; in nk_layout_reset_min_row_height() 17614 layout->row.min_height += ctx->style.text.padding.y*2; in nk_layout_reset_min_row_height() 17615 layout->row.min_height += ctx->style.window.min_row_height_padding*2; in nk_layout_reset_min_row_height() 17675 layout->row.height = NK_MAX(height, layout->row.min_height) + item_spacing.y; in nk_panel_layout()
|
Completed in 92 milliseconds