/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/node/deps/v8/src/utils/ |
D | ostreams.h | 127 explicit AsHex(uint64_t v, uint8_t min_width = 1, bool with_prefix = false) 128 : value(v), min_width(min_width), with_prefix(with_prefix) {} in value() 130 uint8_t min_width; member
|
D | ostreams.cc | 178 DCHECK_GE(sizeof(hex.value) * 2, hex.min_width); in operator <<() 182 hex.min_width, hex.value); in operator <<()
|
/third_party/node/deps/v8/tools/ |
D | avg.py | 64 def __init__(self, points=0, key=0, average=0, stddev=0, min_width=0, max_width=0): argument 66 min=min_width, max=max_width) 165 min_width=len(fmt(self.min)), 184 min_width=len("min"),
|
/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/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/cups-filters/cupsfilters/ |
D | ppdgenerator.h | 81 int* min_width,
|
D | ppdgenerator.c | 1169 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/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/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()
|
D | vaapi_decode.c | 543 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/libdrm/man/ |
D | drmModeGetResources.3.rst | 44 uint32_t min_width, max_width;
|
/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/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/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()
|