Home
last modified time | relevance | path

Searched refs:min_width (Results 1 – 25 of 53) 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/node/deps/v8/src/utils/
Dostreams.h127 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
Dostreams.cc178 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/
Davg.py64 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/
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/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/filtervideooverlay/
Dmain.cpp174 geometry.min_width = 1; in main()
182 geometry.min_width = 1; in main()
/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/gstreamer/gstplugins_base/tests/examples/gl/gtk/filternovideooverlay/
Dmain.cpp83 geometry.min_width = 1; in main()
/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/libdrm/man/
DdrmModeGetResources.3.rst44 uint32_t min_width, max_width;
/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/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()

123