/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvacaps.c | 157 gint min_width = 1, max_width = G_MAXINT; in gst_va_create_raw_caps_from_config() local 175 min_width = MAX (min_width, 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() 388 gint min_width = 1, max_width = G_MAXINT; in gst_va_caps_from_profiles() local 427 min_width = MAX (min_width, gst_value_get_int_range_min (w)); in gst_va_caps_from_profiles() 449 gst_structure_set (st, "width", GST_TYPE_INT_RANGE, min_width, in gst_va_caps_from_profiles()
|
D | gstvafilter.c | 49 gint min_width; member 166 self->min_width = 1; in gst_va_filter_init() 292 self->min_width = MAX (self->min_width, attribs[i].value.value.i); in gst_va_filter_ensure_surface_attributes() 1052 self->min_width, self->max_width, "height", GST_TYPE_INT_RANGE, 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 389 if (width < min_width) in _update_effective_dimensions() 390 min_width = width; in _update_effective_dimensions() 395 fb->priv->effective_width = min_width; in _update_effective_dimensions()
|
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
D | test_VIDIOC_ENUM_FRAMESIZES.c | 92 CU_ASSERT(0 < framesize.stepwise.min_width); in do_test_VIDIOC_ENUM_FRAMESIZES() 97 CU_ASSERT(framesize.stepwise.min_width < in do_test_VIDIOC_ENUM_FRAMESIZES() 110 CU_ASSERT(0 < framesize.stepwise.min_width); in do_test_VIDIOC_ENUM_FRAMESIZES() 114 CU_ASSERT(framesize.stepwise.min_width < in do_test_VIDIOC_ENUM_FRAMESIZES() 122 min_width) % in do_test_VIDIOC_ENUM_FRAMESIZES()
|
D | v4l2_show.c | 150 framesize->stepwise.min_width, in show_v4l2_frmsizeenum()
|
/third_party/pixman/test/ |
D | fence-image-self-test.c | 197 test_image_faults (pixman_format_code_t format, int min_width, int height) in test_image_faults() argument 202 image = fence_image_create_bits (format, min_width, height, TRUE); in test_image_faults()
|
D | utils.h | 111 int min_width,
|
D | utils.c | 480 int min_width, in fence_image_create_bits() argument 498 if (bitspp < 1 || min_width < 1 || height < 1) in fence_image_create_bits() 508 row_bits = ROUND_UP ( (unsigned)min_width * bitspp, bits_boundary); in fence_image_create_bits() 534 assert (width >= min_width); in fence_image_create_bits() 567 int min_width, in fence_image_create_bits() argument 571 return pixman_image_create_bits (format, min_width, height, NULL, 0); in fence_image_create_bits()
|
/third_party/python/Modules/_decimal/libmpdec/ |
D | io.c | 795 spec->min_width = 0; in mpd_parse_fmt_str() 851 spec->min_width = mpd_strtossize(cp, &cp, 10); in mpd_parse_fmt_str() 1031 dest->nchars + n_sign < spec->min_width) { in _mpd_add_sep_dot() 1034 n_src = spec->min_width - (dest->nchars + n_sign); in _mpd_add_sep_dot() 1153 if (result->nchars < spec->min_width) { in _mpd_add_pad() 1162 add_chars = (spec->min_width - result->nchars); in _mpd_add_pad() 1260 if (spec->min_width > MPD_MAX_PREC) { in mpd_qformat_spec() 1386 if (spec->min_width) { in mpd_qformat_spec()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvenc.c | 618 gint min_width = 16; in gst_nv_enc_register() local 693 codec_id, &caps_param, &min_width)) != NV_ENC_SUCCESS) { in gst_nv_enc_register() 695 ERROR_DETAILS, min_width, codec, device_index, status); in gst_nv_enc_register() 696 min_width = 16; in gst_nv_enc_register() 786 "width", GST_TYPE_INT_RANGE, min_width, max_width, in gst_nv_enc_register() 812 "width", GST_TYPE_INT_RANGE, min_width, max_width, in gst_nv_enc_register()
|
D | gstnvdecoder.c | 1060 gint max_width = 0, min_width = G_MAXINT; in gst_nv_decoder_check_device_caps() local 1155 if (min_width > decoder_caps.nMinWidth) in gst_nv_decoder_check_device_caps() 1156 min_width = decoder_caps.nMinWidth; in gst_nv_decoder_check_device_caps() 1172 codec_map->codec_name, bitdepth_minus8[b_idx] + 8, c_idx, min_width, in gst_nv_decoder_check_device_caps() 1232 "width", GST_TYPE_INT_RANGE, min_width, max_width, in gst_nv_decoder_check_device_caps() 1258 "width", GST_TYPE_INT_RANGE, min_width, max_width, in gst_nv_decoder_check_device_caps()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/filtervideooverlay/ |
D | main.cpp | 174 geometry.min_width = 1; in main() 182 geometry.min_width = 1; in main()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/switchvideooverlay/ |
D | main.cpp | 186 geometry.min_width = 1; in main() 194 geometry.min_width = 1; in main()
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext.h | 471 int min_width; member
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/filternovideooverlay/ |
D | main.cpp | 83 geometry.min_width = 1; in main()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11window.c | 516 sizehints->min_width = sizehints->max_width = window->w; in X11_CreateWindow() 798 sizehints->min_width = window->min_w; in X11_SetWindowMinimumSize() 861 sizehints->min_width = sizehints->max_width = window->w; in X11_SetWindowSize() 996 sizehints->min_width = window->min_w; in X11_SetWindowResizable() 1001 sizehints->min_width = window->w; in X11_SetWindowResizable() 1191 sizehints->min_width = sizehints->max_width = window->windowed.w; in X11_SetWindowFullscreenViaWM()
|
/third_party/ffmpeg/libavcodec/ |
D | huffyuvenc.c | 55 int min_width = FFMIN(w, 32); in sub_left_prediction() local 58 for (i = 0; i < min_width; i++) { /* scalar loop before dsp call */ in sub_left_prediction() 70 for (i = 0; i < min_width; i++) { /* scalar loop before dsp call */ in sub_left_prediction() 89 int min_width = FFMIN(w, 8); in sub_left_prediction_bgr32() local 95 for (i = 0; i < min_width; i++) { in sub_left_prediction_bgr32()
|
D | magicyuv.c | 252 int i, k, x, min_width; in magy_decode_slice() local 321 min_width = FFMIN(width, 32); in magy_decode_slice() 326 for (x = 1; x < min_width; x++) { /* dsp need aligned 32 */ in magy_decode_slice()
|
D | utvideodec.c | 472 int min_width = FFMIN(width, 32); in restore_gradient_planar() local 492 for (i = 1; i < min_width; i++) { /* dsp need align 32 */ in restore_gradient_planar() 514 int min_width = FFMIN(width, 32); in restore_gradient_planar_il() local 536 for (i = 1; i < min_width; i++) { /* dsp need align 32 */ in restore_gradient_planar_il()
|
/third_party/cef/tests/cefclient/browser/ |
D | views_window.cc | 971 int min_width = 200; in AddControls() local 980 min_width = browse_buttons[0]->GetBounds().width * 4 + in AddControls() 989 minimum_window_size_ = CefSize(min_width, min_height); in AddControls()
|
/third_party/weston/libweston/backend-drm/ |
D | fb.c | 350 if (backend->min_width > fb->width || in drm_fb_get_from_dmabuf() 447 if (backend->min_width > fb->width || in drm_fb_get_from_bo()
|
/third_party/skia/src/ports/ |
D | SkTypeface_mac_ct.cpp | 622 int16_t min_width = SHRT_MAX; in onGetAdvancedMetrics() local 633 if (width > 0 && width < min_width) { in onGetAdvancedMetrics() 634 min_width = width; in onGetAdvancedMetrics() 635 info->fStemV = min_width; in onGetAdvancedMetrics()
|
/third_party/boost/boost/polygon/ |
D | polygon_45_set_concept.hpp | 322 …s<typename polygon_45_set_traits<polygon_set_type>::coordinate_type>::unsigned_area_type min_width, in keep() argument 337 if(pwidth > min_width && pwidth <= max_width){ in keep()
|
/third_party/ffmpeg/libavfilter/ |
D | vaapi_vpp.c | 162 if (ctx->output_width < constraints->min_width || in ff_vaapi_vpp_config_output() 169 constraints->min_width, constraints->max_width, in ff_vaapi_vpp_config_output()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/ |
D | SDL_mirsym.h | 49 SDL_MIR_SYM(void,mir_surface_spec_set_min_width,(MirSurfaceSpec *spec, unsigned min_width))
|