Home
last modified time | relevance | path

Searched refs:min_height (Results 1 - 19 of 19) sorted by relevance

/third_party/glfw/tests/
H A Dwindow.c57 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 Dtest_VIDIOC_ENUM_FRAMESIZES.c100 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 Dv4l2_show.c147 ".min_height=%u, " in show_v4l2_frmsizeenum()
153 framesize->stepwise.min_height, in show_v4l2_frmsizeenum()
/third_party/ffmpeg/libavutil/
H A Dhwcontext.h472 int min_height; member
H A Dhwcontext.c587 constraints->min_width = constraints->min_height = 0; in av_hwdevice_get_hwframe_constraints()
H A Dhwcontext_vaapi.c251 constraints->min_height = attr_list[i].value.value.i; in vaapi_frames_get_constraints()
H A Dhwcontext_vulkan.c1645 constraints->min_height = 0; in vulkan_frames_get_constraints()
/third_party/ffmpeg/libavcodec/
H A Dvaapi_decode.c546 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 Dvaapi_encode.c2496 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 Dvaapi_vpp.c163 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 Ddrm_mode.h273 __u32 min_height; member
/third_party/libdrm/include/drm/
H A Ddrm_mode.h273 __u32 min_height; member
/third_party/libdrm/
H A Dxf86drmMode.h88 uint32_t min_height, max_height; member
H A Dxf86drmMode.c225 r->min_height = res.min_height; in drmModeGetResources()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Drpng-x.c581 size_hints->min_height = size_hints->max_height = (int)image_height; in rpng_x_create_window()
H A Drpng2-x.c965 size_hints->min_height = size_hints->max_height = in rpng2_x_create_window()
/third_party/glfw/src/
H A Dx11_window.c288 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 Dv4l2.c277 vfse.stepwise.min_height, in list_framesizes()
/third_party/glfw/deps/
H A Dnuklear.h5301 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