Home
last modified time | relevance | path

Searched refs:Width (Results 1 – 25 of 127) sorted by relevance

123456

/OK3568_Linux_fs/kernel/Documentation/fb/
H A Dviafb.modes15 # Sync Width 3.813 us 0.064 ms
40 # Sync Width 2.032 us 0.080 ms
61 # Sync Width 1.556 us 0.069 ms
82 # Sync Width 1.483 us 0.058 ms
103 # Sync Width 1.221 us 0.048 ms
124 # Sync Width 2.679 us 0.099 ms
145 # Sync Width 2.704 us 100.604 us
166 # Sync Width 2.204 us 0.083 ms
187 # Sync Width 3.200 us 0.106 ms
209 # Sync Width 1.616 us 0.064 ms
[all …]
/OK3568_Linux_fs/buildroot/package/lvgl/lvgl/
H A D0002-Increase-width-and-height-limits.patch20 - uint32_t w : 11; /*Width of the image map*/
22 + uint32_t w : 16; /*Width of the image map*/
30 - uint32_t w : 11; /*Width of the image map*/
32 + uint32_t w : 16; /*Width of the image map*/
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/
H A Dresult.hpp54 template <std::size_t Height, std::size_t Width = Height>
63 static const std::size_t static_width = Width;
65 static const std::size_t static_size = Width * Height;
75 BOOST_STATIC_ASSERT(F1 < Height && F2 < Width); in get()
76 static const std::size_t index = F1 * Width + F2; in get()
84 BOOST_STATIC_ASSERT(F1 < Height && F2 < Width); in set()
85 static const std::size_t index = F1 * Width + F2; in set()
214 template <std::size_t Height, std::size_t Width = Height>
218 static const std::size_t static_width = Width;
220 static const std::size_t static_size = Width * Height;
[all …]
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtmultimedia/
H A D0001-qtmultimedia-fix-a-conflicting-declaration.patch63 +typedef void (GL_APIENTRYP PFNGLTEXDIRECTVIVMAPPROC) (GLenum Target, GLsizei Width, GLsizei Height…
64 +typedef void (GL_APIENTRYP PFNGLTEXDIRECTMAPVIVPROC) (GLenum Target, GLsizei Width, GLsizei Height…
65 +typedef void (GL_APIENTRYP PFNGLTEXDIRECTVIVPROC) (GLenum Target, GLsizei Width, GLsizei Height, G…
67 +typedef void (GL_APIENTRYP PFNGLTEXDIRECTTILEDMAPVIVPROC) (GLenum Target, GLsizei Width, GLsizei H…
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/convert_rknn_demo/yolov5/
H A Donnx2rknn.py12 Width = 640 variable
24 OUT_DIR, exp+'-'+str(Width)+'-'+str(Height), platform)
/OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/convert_rknn_demo/yolov5/
H A Donnx2rknn.py11 Width = 640 variable
22 RKNN_MODEL_PATH = './{}/{}.rknn'.format(OUT_DIR, exp+'-'+str(Width)+'-'+str(Height))
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dwimage.hpp188 int Width() const {return image_->width; } in Width() function in cv::WImage
323 Allocate(src.Width(), src.Height(), src.Channels()); in CloneFrom()
380 Allocate(src.Width(), src.Height()); in CloneFrom()
516 if (IsNull() || WImage<T>::Width() != width || in Allocate()
527 if (IsNull() || WImage<T>::Width() != width || WImage<T>::Height() != height) { in Allocate()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dwimage.hpp188 int Width() const {return image_->width; } in Width() function in cv::WImage
323 Allocate(src.Width(), src.Height(), src.Channels()); in CloneFrom()
380 Allocate(src.Width(), src.Height()); in CloneFrom()
516 if (IsNull() || WImage<T>::Width() != width || in Allocate()
527 if (IsNull() || WImage<T>::Width() != width || WImage<T>::Height() != height) { in Allocate()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dwimage.hpp188 int Width() const {return image_->width; } in Width() function in cv::WImage
323 Allocate(src.Width(), src.Height(), src.Channels()); in CloneFrom()
380 Allocate(src.Width(), src.Height()); in CloneFrom()
516 if (IsNull() || WImage<T>::Width() != width || in Allocate()
527 if (IsNull() || WImage<T>::Width() != width || WImage<T>::Height() != height) { in Allocate()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/acac/
H A Dlut_buffer.h35 uint32_t Width; member
81 hw_config.alloc_param.width = config_.Width; in ImportHwBuffers()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/dma/
H A Dadi,axi-dmac.txt22 adi,destination-bus-width: Width of the source or destination bus in bits.
31 - adi,length-width: Width of the DMA transfer length register.
/OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/
H A Dmedia5200.dts113 bank-width = <4>; // Width in bytes of the flash bank
120 bank-width = <4>; // Width in bytes of the flash bank
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dpixfmt-meta-d4xx.rst119 * - __u16 Width
120 - Width in pixels
163 0x00000010 Width
H A Dvidioc-cropcap.rst65 areas. The cropping rectangle cannot exceed these limits. Width
116 - Width of the rectangle, in pixels.
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Ddxva_syntax.h62 RK_U32 Width; member
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/mtd/
H A Dmtd-physmap.txt12 - bank-width : Width (in bytes) of the bank. Equal to the
14 - device-width : (optional) Width of a single mtd chip. If
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dtypes.hpp105 Width, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dquads.cpp50 …auto offsetY = layout.get<IconTextFit>() == IconTextFitType::Width ? (textHeight - iconHeight) * 0… in getIconQuad()
52 …auto width = layout.get<IconTextFit>() == IconTextFitType::Width || layout.get<IconTextFit>() == I… in getIconQuad()
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/mmc/
H A Dmsm_sdhci.txt13 - bus_width: Width of SD/eMMC bus (default 4)
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pwm/
H A Dlpc1850-sct-pwm.txt1 * NXP LPC18xx State Configurable Timer - Pulse Width Modulator driver
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/gpio/
H A Daltera_pio.txt9 - altr,gpio-bank-width: Width of the GPIO bank. This defines how many pins the
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mtd/
H A Dmtd-physmap.txt12 - bank-width : Width (in bytes) of the bank. Equal to the
14 - device-width : (optional) Width of a single mtd chip. If
H A Dorion-nand.txt11 - bank-width : Width in bytes of the device. Default is 1
/OK3568_Linux_fs/kernel/Documentation/admin-guide/auxdisplay/
H A Dks0108.rst33 :Width: 64
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dtypes.cpp101 { IconTextFitType::Width, "width" },

123456