/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/ |
D | gstdshow.cpp | 650 gint min_h, max_h; in gst_dshow_new_video_caps() local 719 max_h = pin_mediatype->vscc.MaxOutputSize.cy; in gst_dshow_new_video_caps() 729 if (min_h == max_h) in gst_dshow_new_video_caps() 733 "height", GST_TYPE_INT_RANGE, min_h, max_h, NULL); in gst_dshow_new_video_caps()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
D | SDL_waylandwindow.c | 64 if (window->max_h > 0) { in handle_configure() 65 height = SDL_min(height, window->max_h); in handle_configure()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsevents.c | 685 int max_w, max_h; in WIN_WindowProc() local 706 SDL_GetWindowMaximumSize(data->window, &max_w, &max_h); in WIN_WindowProc() 712 if (max_w && max_h) { in WIN_WindowProc() 714 max_h -= h; in WIN_WindowProc() 743 info->ptMaxTrackSize.y = h + max_h; in WIN_WindowProc()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_video.c | 1882 if (window->max_h && h > window->max_h) in SDL_SetWindowSize() 1884 h = window->max_h; in SDL_SetWindowSize() 1979 SDL_SetWindowMaximumSize(SDL_Window * window, int max_w, int max_h) in SDL_SetWindowMaximumSize() argument 1986 if (max_h <= 0) { in SDL_SetWindowMaximumSize() 1993 window->max_h = max_h; in SDL_SetWindowMaximumSize() 1998 … SDL_SetWindowSize(window, SDL_min(window->w, window->max_w), SDL_min(window->h, window->max_h)); in SDL_SetWindowMaximumSize() 2003 SDL_GetWindowMaximumSize(SDL_Window * window, int *max_w, int *max_h) in SDL_GetWindowMaximumSize() argument 2009 if (max_h) { in SDL_GetWindowMaximumSize() 2010 *max_h = window->max_h; in SDL_GetWindowMaximumSize()
|
D | SDL_sysvideo.h | 80 int max_w, max_h; member
|
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_surface.c | 205 const unsigned max_h = 1024; in nv04_surface_copy_swizzle() local 207 unsigned sub_h = h > max_h ? max_h : h; in nv04_surface_copy_swizzle()
|
/third_party/gstreamer/gstplugins_base/sys/xvimage/ |
D | xvcontext.c | 108 gulong max_w = G_MAXINT, max_h = G_MAXINT; in gst_xvcontext_get_xv_support() local 260 max_h = encodings[i].height; in gst_xvcontext_get_xv_support() 297 "height", GST_TYPE_INT_RANGE, 1, max_h, in gst_xvcontext_get_xv_support() 312 "height", GST_TYPE_INT_RANGE, 1, max_h, in gst_xvcontext_get_xv_support()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2object.c | 2919 gint min_w, max_w, min_h, max_h, fix_num = 0, fix_denom = 0; in gst_v4l2_object_probe_caps_for_format() local 2923 max_w = max_h = GST_V4L2_MAX_SIZE; in gst_v4l2_object_probe_caps_for_format() 2931 &max_h)) { in gst_v4l2_object_probe_caps_for_format() 2938 if (max_w == 0 || max_h == 0) in gst_v4l2_object_probe_caps_for_format() 2939 max_w = max_h = GST_V4L2_MAX_SIZE; in gst_v4l2_object_probe_caps_for_format() 2976 if (min_h == max_h) in gst_v4l2_object_probe_caps_for_format() 2977 gst_structure_set (tmp, "height", G_TYPE_INT, max_h, NULL); in gst_v4l2_object_probe_caps_for_format() 2979 gst_structure_set (tmp, "height", GST_TYPE_INT_RANGE, min_h, max_h, NULL); in gst_v4l2_object_probe_caps_for_format() 2984 gst_v4l2_object_add_interlace_mode (v4l2object, tmp, max_w, max_h, in gst_v4l2_object_probe_caps_for_format() 2991 && v4l2object->info.height <= max_h) { in gst_v4l2_object_probe_caps_for_format() [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_video.h | 678 int max_w, int max_h);
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/ |
D | SDL_mirwindow.c | 339 MIR_mir_surface_spec_set_max_height(spec, window->max_h); in MIR_SetWindowMaximumSize()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11window.c | 828 sizehints->max_height = window->max_h; in X11_SetWindowMaximumSize() 999 sizehints->max_height = (window->max_h == 0) ? maxsize : window->max_h; in X11_SetWindowResizable()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/ |
D | SDL_cocoawindow.m | 1397 maxSize.height = window->max_h;
|