Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dncurses.py70 self.dimensions = ( x, y, width, height )
104 self.win.hline( y, 0, curses.ACS_HLINE, self.dimensions[WIDTH] )
117 self.decoration.setText( 1, 1, title.center( self.dimensions[WIDTH]-2 ), curses.A_BOLD )
142 width = self.dimensions[WIDTH]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A Dsupport-jpeg-turbo.patch99 * 4. When "trim" is in effect, the destination's dimensions will be the
102 + * 5. When "crop" is in effect, the destination's dimensions will be the
112 - * dimensions and ignore the source's.
897 * the image dimensions) and before jpeg_read_coefficients (which realizes
931 + /* Compute output image dimensions and related values. */
997 + * dimensions, ensuring that its upper left corner falls at an iMCU boundary.
1067 - /* Need workspace arrays having same dimensions as source image.
1086 + /* Need workspace arrays having same dimensions as source image. */
1091 + /* Need workspace arrays having transposed dimensions. */
1100 + /* Need workspace arrays having transposed dimensions. */
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dself_turn_points.hpp148 typedef boost::mpl::vector_c<std::size_t, 0> dimensions; in apply() typedef
151 geometry::sectionalize<Reverse, dimensions>(geometry, robust_policy, sec, in apply()
H A Dget_turns.hpp477 typedef boost::mpl::vector_c<std::size_t, 0, 1> dimensions; in apply() typedef
482 geometry::sectionalize<Reverse1, dimensions>(geometry1, robust_policy, in apply()
484 geometry::sectionalize<Reverse2, dimensions>(geometry2, robust_policy, in apply()
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dmacintosh.h104 unsigned long dimensions; member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A DCVE-2019-13616.patch18 + SDL_SetError("BMP file with bad dimensions (%dx%d)", biWidth, biHeight);
/OK3568_Linux_fs/buildroot/package/qhull/
H A DConfig.in10 higher dimensions. Qhull implements the Quickhull algorithm
/OK3568_Linux_fs/buildroot/package/fftw/
H A DConfig.in9 or more dimensions. It is extremely fast. This package
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/video/
H A Ddisplaymode.txt15 - width-mm, height-mm: Display dimensions in mm
/OK3568_Linux_fs/kernel/arch/m68k/mac/
H A Dconfig.c100 mac_bi_data.dimensions = be32_to_cpup(data); in mac_parse_bootinfo()
854 mac_bi_data.videodepth, mac_bi_data.dimensions & 0xFFFF, in mac_identify()
855 mac_bi_data.dimensions >> 16); in mac_identify()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dpixfmt-inzi.rst18 identical dimensions.
H A Dvidioc-g-crop.rst49 The driver first adjusts the requested dimensions against hardware
H A Dvidioc-g-selection.rst87 The driver may have to adjusts the requested dimensions against hardware
H A Dextended-controls.rst83 particular, this ioctl gives the dimensions of the N-dimensional array if
H A Dpixfmt-reserved.rst255 The associated buffer dimensions are aligned to match an integer number
H A Ddev-subdev.rst359 dimensions. The scaling ratio isn't specified explicitly, but is implied
447 selection will refer to the sink pad format dimensions instead.
H A Ddiff-v4l.rst118 implies the scale factor by setting the cropping dimensions and
160 dimensions returns the closest size possible, taking into account the
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/
H A Dbuffered_piece_collection.hpp280 typedef boost::mpl::vector_c<std::size_t, 0> dimensions; in robust_original() typedef
281 geometry::sectionalize<false, dimensions>(m_ring, in robust_original()
731 typedef boost::mpl::vector_c<std::size_t, 1> dimensions; in prepare_buffered_point_piece() typedef
732 geometry::sectionalize<false, dimensions>(pc.robust_ring, in prepare_buffered_point_piece()
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0102-term-gfxterm-Don-t-set-up-a-font-with-glyphs-that-ar.patch40 + * make sense. Arbitrarily pick half of 80x24. If either dimensions is 0
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dmacfb.c558 macfb_defined.xres = mac_bi_data.dimensions & 0xFFFF; in macfb_init()
559 macfb_defined.yres = mac_bi_data.dimensions >> 16; in macfb_init()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Drkisp1.rst146 same mbus format and dimensions as the sensor, otherwise streaming will fail
150 The cropping dimensions are automatically propagated to be the format of the
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/
H A DCVE-2021-3697-video-readers-jpeg-Block-int-underflow-wild-pointer.patch74 + "jpeg: cannot decode image with these dimensions");
/OK3568_Linux_fs/kernel/Documentation/input/devices/
H A Dntrig.rst67 However not all of these devices have the same physical dimensions. Most
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_devlink.c605 req->dimensions = cpu_to_le16(1); in bnxt_hwrm_nvm_req()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-c2c.c1592 static struct c2c_dimension *dimensions[] = { variable
1659 for (i = 0; dimensions[i]; i++) { in get_dimension()
1660 struct c2c_dimension *dim = dimensions[i]; in get_dimension()

123