Home
last modified time | relevance | path

Searched refs:dimension (Results 1 – 25 of 31) sorted by relevance

12

/openbmc/linux/drivers/media/platform/verisilicon/
H A Dhantro_hw.h454 static inline unsigned short hantro_vp9_num_sbs(unsigned short dimension) in hantro_vp9_num_sbs() argument
456 return (dimension + 63) / 64; in hantro_vp9_num_sbs()
509 static inline unsigned short hantro_av1_num_sbs(unsigned short dimension) in hantro_av1_num_sbs() argument
511 return DIV_ROUND_UP(dimension, 64); in hantro_av1_num_sbs()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dbootstrap-3.4.1.js588 Collapse.prototype.dimension = function () { method in Collapse
613 var dimension = this.dimension()
617 .addClass('collapsing')[dimension](0)
629 .addClass('collapse in')[dimension]('')
637 var scrollSize = $.camelCase(['scroll', dimension].join('-'))
641 .emulateTransitionEnd(Collapse.TRANSITION_DURATION)[dimension](this.$element[0][scrollSize])
651 var dimension = this.dimension()
653 this.$element[dimension](this.$element[dimension]())[0].offsetHeight
677 [dimension](0)
1729 Tooltip.prototype.replaceArrow = function (delta, dimension, isVertical) { argument
[all …]
H A Dbootstrap-3.4.1.min.js6dimension=function(){return this.$element.hasClass("width")?"width":"height"},r.prototype.show=fun… method in r
/openbmc/linux/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-uvc249 bAspectRatioY the X dimension of the picture aspect
251 bAspectRatioX the Y dimension of the picture aspect
305 bAspectRatioY the X dimension of the picture aspect
307 bAspectRatioX the Y dimension of the picture aspect
/openbmc/linux/net/netfilter/ipset/
H A Dip_set_hash_mac.c124 .dimension = IPSET_DIM_ONE,
H A Dip_set_hash_ipmark.c283 .dimension = IPSET_DIM_TWO,
H A Dip_set_hash_ipmac.c267 .dimension = IPSET_DIM_TWO,
H A Dip_set_bitmap_port.c291 .dimension = IPSET_DIM_ONE,
H A Dip_set_hash_ip.c278 .dimension = IPSET_DIM_ONE,
H A Dip_set_bitmap_ip.c340 .dimension = IPSET_DIM_ONE,
H A Dip_set_hash_net.c360 .dimension = IPSET_DIM_ONE,
H A Dip_set_bitmap_ipmac.c380 .dimension = IPSET_DIM_TWO,
H A Dip_set_hash_ipportip.c360 .dimension = IPSET_DIM_THREE,
H A Dip_set_hash_ipport.c365 .dimension = IPSET_DIM_TWO,
H A Dip_set_hash_netport.c464 .dimension = IPSET_DIM_TWO,
H A Dip_set_hash_netiface.c475 .dimension = IPSET_DIM_TWO,
H A Dip_set_hash_netnet.c478 .dimension = IPSET_DIM_TWO,
H A Dip_set_hash_ipportnet.c519 .dimension = IPSET_DIM_THREE,
H A Dip_set_hash_netportnet.c575 .dimension = IPSET_DIM_THREE,
H A Dip_set_core.c749 if (opt->dim < set->type->dimension || in ip_set_test()
785 if (opt->dim < set->type->dimension || in ip_set_add()
807 if (opt->dim < set->type->dimension || in ip_set_del()
H A Dip_set_list_set.c649 .dimension = IPSET_DIM_ONE,
/openbmc/linux/Documentation/admin-guide/media/
H A Drkisp1.rst130 node with dimension 900x800 planar format YUV 4:2:2. It uses all cropping
177 to dimension `900x800`.
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-jpeg.rst28 spatial dimension. See :ref:`itu-t81`, clause A.1.1. for more
/openbmc/linux/Documentation/mm/
H A Dksm.rst30 When the sharing passes this threshold, KSM adds a second dimension to
/openbmc/linux/include/linux/netfilter/ipset/
H A Dip_set.h216 u8 dimension; member

12