/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvacaps.c | 158 gint min_height = 1, max_height = G_MAXINT; in gst_va_create_raw_caps_from_config() local 181 min_height = MAX (min_height, attribs[i].value.value.i); in gst_va_create_raw_caps_from_config() 200 min_width, max_width, "height", GST_TYPE_INT_RANGE, min_height, in gst_va_create_raw_caps_from_config() 389 gint min_height = 1, max_height = G_MAXINT; in gst_va_caps_from_profiles() local 429 min_height = MAX (min_height, gst_value_get_int_range_min (h)); in gst_va_caps_from_profiles() 452 gst_structure_set (st, "height", GST_TYPE_INT_RANGE, min_height, in gst_va_caps_from_profiles()
|
D | gstvafilter.c | 51 gint min_height; member 164 self->min_height = 1; in gst_va_filter_init() 301 self->min_height = MAX (self->min_height, attribs[i].value.value.i); in gst_va_filter_ensure_surface_attributes() 1053 self->min_height, self->max_height, NULL); in _create_base_caps()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglframebuffer.c | 366 guint min_width = -1, min_height = -1; in _update_effective_dimensions() local 391 if (height < min_height) in _update_effective_dimensions() 392 min_height = height; in _update_effective_dimensions() 396 fb->priv->effective_height = min_height; in _update_effective_dimensions()
|
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
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()
|
D | v4l2_show.c | 153 framesize->stepwise.min_height, in show_v4l2_frmsizeenum()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvenc.c | 619 gint min_height = 16; in gst_nv_enc_register() local 701 codec_id, &caps_param, &min_height)) != NV_ENC_SUCCESS) { in gst_nv_enc_register() 703 ERROR_DETAILS, min_height, codec, device_index, status); in gst_nv_enc_register() 704 min_height = 16; in gst_nv_enc_register() 787 "height", GST_TYPE_INT_RANGE, min_height, max_height, in gst_nv_enc_register() 813 "height", GST_TYPE_INT_RANGE, min_height, max_height, in gst_nv_enc_register()
|
D | gstnvdecoder.c | 1061 gint max_height = 0, min_height = G_MAXINT; in gst_nv_decoder_check_device_caps() local 1157 if (min_height > decoder_caps.nMinHeight) in gst_nv_decoder_check_device_caps() 1158 min_height = decoder_caps.nMinHeight; in gst_nv_decoder_check_device_caps() 1173 max_width, min_height, max_height); in gst_nv_decoder_check_device_caps() 1233 "height", GST_TYPE_INT_RANGE, min_height, max_height, in gst_nv_decoder_check_device_caps() 1259 "height", GST_TYPE_INT_RANGE, min_height, max_height, NULL); in gst_nv_decoder_check_device_caps()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/filtervideooverlay/ |
D | main.cpp | 175 geometry.min_height = 1; in main() 183 geometry.min_height = 1; in main()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/switchvideooverlay/ |
D | main.cpp | 187 geometry.min_height = 1; in main() 195 geometry.min_height = 1; in main()
|
/third_party/gstreamer/gstplugins_bad/ext/openjpeg/ |
D | gstopenjpegenc.c | 932 gint i, ncomps, temp, min_height = INT_MAX; in gst_openjpeg_enc_fill_image() local 954 if (temp < min_height) in gst_openjpeg_enc_fill_image() 955 min_height = temp; in gst_openjpeg_enc_fill_image() 959 gint nominal_height = min_height / comps[i].dy; in gst_openjpeg_enc_fill_image() 989 image->y0 = (slice_num - 1) * min_height; in gst_openjpeg_enc_fill_image() 993 min_height : GST_VIDEO_FRAME_HEIGHT (frame); in gst_openjpeg_enc_fill_image()
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext.h | 472 int min_height; member
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/filternovideooverlay/ |
D | main.cpp | 84 geometry.min_height = 1; in main()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11window.c | 517 sizehints->min_height = sizehints->max_height = window->h; in X11_CreateWindow() 799 sizehints->min_height = window->min_h; in X11_SetWindowMinimumSize() 862 sizehints->min_height = sizehints->max_height = window->h; in X11_SetWindowSize() 997 sizehints->min_height = window->min_h; in X11_SetWindowResizable() 1002 sizehints->min_height = window->h; in X11_SetWindowResizable() 1192 sizehints->min_height = sizehints->max_height = window->windowed.h; in X11_SetWindowFullscreenViaWM()
|
/third_party/libdrm/man/ |
D | drmModeGetResources.3.rst | 45 uint32_t min_height, max_height;
|
/third_party/cef/tests/cefclient/browser/ |
D | views_window.cc | 985 int min_height = top_toolbar_->GetBounds().height + 100; in AddControls() local 987 min_height += top_menu_panel->GetBounds().height; in AddControls() 989 minimum_window_size_ = CefSize(min_width, min_height); in AddControls()
|
/third_party/ffmpeg/libavfilter/ |
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/flutter/skia/third_party/externals/sdl/src/video/mir/ |
D | SDL_mirsym.h | 50 SDL_MIR_SYM(void,mir_surface_spec_set_min_height,(MirSurfaceSpec *spec, unsigned min_height))
|
/third_party/ffmpeg/libavcodec/ |
D | vaapi_decode.c | 544 avctx->coded_height < constraints->min_height || in vaapi_decode_make_config() 551 constraints->min_height, constraints->max_height); in vaapi_decode_make_config()
|
/third_party/libdrm/ |
D | xf86drmMode.h | 88 uint32_t min_height, max_height; member
|
/third_party/libdrm/include/drm/ |
D | drm_mode.h | 273 __u32 min_height; member
|
/third_party/mesa3d/include/drm-uapi/ |
D | drm_mode.h | 273 __u32 min_height; member
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/3dvideo/ |
D | main.cpp | 354 geometry.min_height = 1; in main()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstcaps.c | 243 gint min_height, max_height; in GST_START_TEST() local 276 min_height = gst_value_get_int_range_min (height_value); in GST_START_TEST() 278 fail_unless (min_height == 16 && max_height == 4096); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/ |
D | videodev2.h | 825 __u32 min_height; /* Minimum frame height [pixel] */ member 1592 __u32 min_height; member
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/ |
D | videodev2.h | 825 __u32 min_height; /* Minimum frame height [pixel] */ member 1592 __u32 min_height; member
|