Home
last modified time | relevance | path

Searched refs:min_width (Results 1 – 25 of 55) sorted by relevance

123

/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvacaps.c157 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()
Dgstvafilter.c49 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/
Dgstglframebuffer.c366 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/
Dtest_VIDIOC_ENUM_FRAMESIZES.c92 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()
Dv4l2_show.c150 framesize->stepwise.min_width, in show_v4l2_frmsizeenum()
/third_party/python/Modules/_decimal/libmpdec/
Dio.c795 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/
Dgstnvenc.c618 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()
Dgstnvdecoder.c1060 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/
Dmain.cpp174 geometry.min_width = 1; in main()
182 geometry.min_width = 1; in main()
/third_party/cups-filters/cupsfilters/
Dppdgenerator.h81 int* min_width,
Dppdgenerator.c1169 int* min_width, in generate_sizes() argument
1363 if (lower < *min_width) in generate_sizes()
1364 *min_width = lower; in generate_sizes()
1421 if (lower < *min_width) in generate_sizes()
1422 *min_width = lower; in generate_sizes()
1452 if (pwg->width < *min_width) in generate_sizes()
1453 *min_width = pwg->width; in generate_sizes()
1609 min_width = INT_MAX, in ppdCreateFromIPP2() local
2218 printer_sizes = generate_sizes(response, &defattr, &min_length, &min_width, in ppdCreateFromIPP2()
2384 if (max_width > 0 && min_width < INT_MAX && max_length > 0 && in ppdCreateFromIPP2()
[all …]
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/switchvideooverlay/
Dmain.cpp186 geometry.min_width = 1; in main()
194 geometry.min_width = 1; in main()
/third_party/ffmpeg/libavutil/
Dhwcontext.h471 int min_width; member
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11window.c516 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/
Dhuffyuvenc.c55 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()
Dmagicyuv.c252 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()
Dutvideodec.c472 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()
Dvaapi_decode.c543 if (avctx->coded_width < constraints->min_width || in vaapi_decode_make_config()
550 constraints->min_width, constraints->max_width, in vaapi_decode_make_config()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/filternovideooverlay/
Dmain.cpp83 geometry.min_width = 1; in main()
/third_party/cef/tests/cefclient/browser/
Dviews_window.cc971 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/libdrm/man/
DdrmModeGetResources.3.rst44 uint32_t min_width, max_width;
/third_party/skia/src/ports/
DSkTypeface_mac_ct.cpp622 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/ffmpeg/libavfilter/
Dvaapi_vpp.c162 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/
DSDL_mirsym.h49 SDL_MIR_SYM(void,mir_surface_spec_set_min_width,(MirSurfaceSpec *spec, unsigned min_width))
/third_party/python/Lib/
D_pydecimal.py6303 def _insert_thousands_sep(digits, spec, min_width=1): argument
6328 l = min(max(len(digits), min_width, 1), l)
6331 min_width -= l
6332 if not digits and min_width <= 0:
6334 min_width -= len(sep)
6336 l = max(len(digits), min_width, 1)
6380 min_width = spec['minimumwidth'] - len(fracpart) - len(sign)
6382 min_width = 0
6383 intpart = _insert_thousands_sep(intpart, spec, min_width)

123