Home
last modified time | relevance | path

Searched refs:Depth (Results 1 – 25 of 51) sorted by relevance

123

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dpixfmt-inzi.rst9 Infrared 10-bit linked with Depth 16-bit images
15 Proprietary multi-planar format used by Intel SR300 Depth cameras, comprise of
16 Infrared image followed by Depth data. The pixel definition is 32-bpp,
17 with the Depth and Infrared Data split into separate continuous planes of
29 The second plane provides 16-bit per-pixel Depth data arranged in
64 * - Depth\ :sub:`0,0`
65 - Depth\ :sub:`0,1`
66 - Depth\ :sub:`0,2`
71 * - :cspan:`5` Depth Data
76 - Depth\ :sub:`n-1,n-3`
[all …]
H A Ddepth-formats.rst6 Depth Formats
9 Depth data provides distance to points, mapped onto the image plane
H A Dpixfmt-cnf4.rst9 Depth sensor confidence information as a 4 bits per pixel packed array
14 Proprietary format used by Intel RealSense Depth cameras containing depth
H A Dpixfmt-meta-d4xx.rst42 * - :cspan:`1` *Depth Control*
134 [2] Depth Control flags specify which fields are valid: ::
198 Depth: ::
/OK3568_Linux_fs/kernel/drivers/video/fbdev/sis/
H A Dinit.c342 int Depth, bool FSTN, int LCDwidth, int LCDheight) in SiS_GetModeID() argument
349 if(VDisplay == 200) ModeIndex = ModeIndex_320x200[Depth]; in SiS_GetModeID()
352 ModeIndex = ModeIndex_320x240_FSTN[Depth]; in SiS_GetModeID()
354 ModeIndex = ModeIndex_320x240[Depth]; in SiS_GetModeID()
359 if(VDisplay == 300) ModeIndex = ModeIndex_400x300[Depth]; in SiS_GetModeID()
364 if(VDisplay == 384) ModeIndex = ModeIndex_512x384[Depth]; in SiS_GetModeID()
368 if(VDisplay == 480) ModeIndex = ModeIndex_640x480[Depth]; in SiS_GetModeID()
369 else if(VDisplay == 400) ModeIndex = ModeIndex_640x400[Depth]; in SiS_GetModeID()
372 if(VDisplay == 480) ModeIndex = ModeIndex_720x480[Depth]; in SiS_GetModeID()
373 else if(VDisplay == 576) ModeIndex = ModeIndex_720x576[Depth]; in SiS_GetModeID()
[all …]
H A Dsis.h316 int VDisplay, int Depth, bool FSTN,
320 int VDisplay, int Depth, unsigned int VBFlags2);
322 int VDisplay, int Depth, unsigned int VBFlags2);
683 int VDisplay, int Depth, bool FSTN, unsigned short CustomT,
686 int VDisplay, int Depth, unsigned int VBFlags2);
688 int VDisplay, int Depth, unsigned int VBFlags2);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dwimage.hpp203 int Depth() const;
239 assert(!img || img->depth == Depth()); in WImage()
243 assert(!image || image->depth == Depth()); in SetIpl()
286 assert(!image || image->depth == WImage<T>::Depth()); in SetIpl()
496 inline int WImage<uchar>::Depth() const {return IPL_DEPTH_8U; } in Depth() function in cv::WImage
498 inline int WImage<signed char>::Depth() const {return IPL_DEPTH_8S; } in Depth() function in cv::WImage
500 inline int WImage<short>::Depth() const {return IPL_DEPTH_16S; } in Depth() function in cv::WImage
502 inline int WImage<ushort>::Depth() const {return IPL_DEPTH_16U; } in Depth() function in cv::WImage
504 inline int WImage<int>::Depth() const {return IPL_DEPTH_32S; } in Depth() function in cv::WImage
506 inline int WImage<float>::Depth() const {return IPL_DEPTH_32F; } in Depth() function in cv::WImage
[all …]
H A Dtypes.hpp114 struct Depth< Complex<_Tp> > { enum { value = Depth<_Tp>::value }; }; argument
116 struct Type< Complex<_Tp> > { enum { value = CV_MAKETYPE(Depth<_Tp>::value, 2) }; };
215 struct Depth< Point_<_Tp> > { enum { value = Depth<_Tp>::value }; }; argument
217 struct Type< Point_<_Tp> > { enum { value = CV_MAKETYPE(Depth<_Tp>::value, 2) }; };
295 struct Depth< Point3_<_Tp> > { enum { value = Depth<_Tp>::value }; }; argument
297 struct Type< Point3_<_Tp> > { enum { value = CV_MAKETYPE(Depth<_Tp>::value, 3) }; };
366 struct Depth< Size_<_Tp> > { enum { value = Depth<_Tp>::value }; }; struct
368 struct Type< Size_<_Tp> > { enum { value = CV_MAKETYPE(Depth<_Tp>::value, 2) }; };
479 struct Depth< Rect_<_Tp> > { enum { value = Depth<_Tp>::value }; }; argument
481 struct Type< Rect_<_Tp> > { enum { value = CV_MAKETYPE(Depth<_Tp>::value, 4) }; };
[all …]
H A Daffine.hpp317 struct Depth< Affine3<_Tp> > { enum { value = Depth<_Tp>::value }; }; argument
319 struct Type< Affine3<_Tp> > { enum { value = CV_MAKETYPE(Depth<_Tp>::value, 16) }; };
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dwimage.hpp203 int Depth() const;
239 assert(!img || img->depth == Depth()); in WImage()
243 assert(!image || image->depth == Depth()); in SetIpl()
286 assert(!image || image->depth == WImage<T>::Depth()); in SetIpl()
496 inline int WImage<uchar>::Depth() const {return IPL_DEPTH_8U; } in Depth() function in cv::WImage
498 inline int WImage<signed char>::Depth() const {return IPL_DEPTH_8S; } in Depth() function in cv::WImage
500 inline int WImage<short>::Depth() const {return IPL_DEPTH_16S; } in Depth() function in cv::WImage
502 inline int WImage<ushort>::Depth() const {return IPL_DEPTH_16U; } in Depth() function in cv::WImage
504 inline int WImage<int>::Depth() const {return IPL_DEPTH_32S; } in Depth() function in cv::WImage
506 inline int WImage<float>::Depth() const {return IPL_DEPTH_32F; } in Depth() function in cv::WImage
[all …]
H A Dtypes.hpp114 struct Depth< Complex<_Tp> > { enum { value = Depth<_Tp>::value }; }; struct
116 struct Type< Complex<_Tp> > { enum { value = CV_MAKETYPE(Depth<_Tp>::value, 2) }; };
215 struct Depth< Point_<_Tp> > { enum { value = Depth<_Tp>::value }; }; struct
217 struct Type< Point_<_Tp> > { enum { value = CV_MAKETYPE(Depth<_Tp>::value, 2) }; };
295 struct Depth< Point3_<_Tp> > { enum { value = Depth<_Tp>::value }; }; argument
297 struct Type< Point3_<_Tp> > { enum { value = CV_MAKETYPE(Depth<_Tp>::value, 3) }; };
366 struct Depth< Size_<_Tp> > { enum { value = Depth<_Tp>::value }; }; struct
368 struct Type< Size_<_Tp> > { enum { value = CV_MAKETYPE(Depth<_Tp>::value, 2) }; };
479 struct Depth< Rect_<_Tp> > { enum { value = Depth<_Tp>::value }; }; argument
481 struct Type< Rect_<_Tp> > { enum { value = CV_MAKETYPE(Depth<_Tp>::value, 4) }; };
[all …]
H A Daffine.hpp317 struct Depth< Affine3<_Tp> > { enum { value = Depth<_Tp>::value }; }; argument
319 struct Type< Affine3<_Tp> > { enum { value = CV_MAKETYPE(Depth<_Tp>::value, 16) }; };
H A Dtraits.hpp361 struct Depth struct
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dwimage.hpp203 int Depth() const;
239 assert(!img || img->depth == Depth()); in WImage()
243 assert(!image || image->depth == Depth()); in SetIpl()
286 assert(!image || image->depth == WImage<T>::Depth()); in SetIpl()
496 inline int WImage<uchar>::Depth() const {return IPL_DEPTH_8U; } in Depth() function in cv::WImage
498 inline int WImage<signed char>::Depth() const {return IPL_DEPTH_8S; } in Depth() function in cv::WImage
500 inline int WImage<short>::Depth() const {return IPL_DEPTH_16S; } in Depth() function in cv::WImage
502 inline int WImage<ushort>::Depth() const {return IPL_DEPTH_16U; } in Depth() function in cv::WImage
504 inline int WImage<int>::Depth() const {return IPL_DEPTH_32S; } in Depth() function in cv::WImage
506 inline int WImage<float>::Depth() const {return IPL_DEPTH_32F; } in Depth() function in cv::WImage
[all …]
H A Dtypes.hpp114 struct Depth< Complex<_Tp> > { enum { value = Depth<_Tp>::value }; }; argument
116 struct Type< Complex<_Tp> > { enum { value = CV_MAKETYPE(Depth<_Tp>::value, 2) }; };
215 struct Depth< Point_<_Tp> > { enum { value = Depth<_Tp>::value }; }; argument
217 struct Type< Point_<_Tp> > { enum { value = CV_MAKETYPE(Depth<_Tp>::value, 2) }; };
295 struct Depth< Point3_<_Tp> > { enum { value = Depth<_Tp>::value }; }; argument
297 struct Type< Point3_<_Tp> > { enum { value = CV_MAKETYPE(Depth<_Tp>::value, 3) }; };
366 struct Depth< Size_<_Tp> > { enum { value = Depth<_Tp>::value }; }; struct
368 struct Type< Size_<_Tp> > { enum { value = CV_MAKETYPE(Depth<_Tp>::value, 2) }; };
479 struct Depth< Rect_<_Tp> > { enum { value = Depth<_Tp>::value }; }; struct
481 struct Type< Rect_<_Tp> > { enum { value = CV_MAKETYPE(Depth<_Tp>::value, 4) }; };
[all …]
H A Daffine.hpp317 struct Depth< Affine3<_Tp> > { enum { value = Depth<_Tp>::value }; }; struct
319 struct Type< Affine3<_Tp> > { enum { value = CV_MAKETYPE(Depth<_Tp>::value, 16) }; };
H A Dtraits.hpp361 struct Depth struct
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A DBusLogic.rst451 the Queue Depth and whether Tagged Queuing is permitted for each Target
453 Depth is the number of SCSI Commands that are allowed to be concurrently
462 The "QueueDepth:" or QD:" option specifies the Queue Depth to use for all
464 Depth for devices that do not support Tagged Queuing. If no Queue Depth
465 option is provided, the Queue Depth will be determined automatically based
466 on the Host Adapter's Total Queue Depth and the number, type, speed, and
468 require ISA Bounce Buffers, the Queue Depth is automatically set by default
471 do not support Tagged Queuing always have their Queue Depth set to
473 lower Queue Depth option is provided. A Queue Depth of 1 automatically
478 The "QueueDepth:[...]" or "QD:[...]" option specifies the Queue Depth
[all …]
/OK3568_Linux_fs/buildroot/package/lvgl/lvgl/
H A DConfig.in9 int "Color Depth (1, 8, 16, 32)"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dtypes.hpp63 Depth = 0x1902, enumerator
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Dsisfb.rst78 - XxY-Depth or
79 - XxY-Depth@Rate or
84 specified, it defaults to 8. If no rate is given, it defaults to 60Hz. Depth 32
/OK3568_Linux_fs/kernel/drivers/staging/axis-fifo/
H A Daxis-fifo.txt37 - xlnx,rx-fifo-depth: Depth of RX FIFO in words
45 - xlnx,tx-fifo-depth: Depth of TX FIFO in words
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4-custom/
H A D0001-v4l-add-Mediatek-compressed-video-block-format.patch41 #define V4L2_PIX_FMT_Z16 v4l2_fourcc('Z', '1', '6', ' ') /* Depth data 16-bit */
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dcs35l35.txt108 for adjusting the Depth, Location and Frame of the Monitoring Signals
171 /* Depth, Location, Frame */
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A DREADME49 - Depth is limited to being the same as the host.

123