Home
last modified time | relevance | path

Searched refs:srgb (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/detail/
H A Dcolor_detail.hpp1538 template <bool srgb, int blueIdx, typename T, typename D>
1548 if (srgb) in RGB2LabConvert_b()
1584 template <bool srgb, int blueIdx, typename T, typename D>
1594 if (srgb) in RGB2LabConvert_f()
1618 template <typename T, int scn, int dcn, bool srgb, int blueIdx> struct RGB2Lab;
1619 template <int scn, int dcn, bool srgb, int blueIdx>
1620 struct RGB2Lab<uchar, scn, dcn, srgb, blueIdx>
1627 RGB2LabConvert_b<srgb, blueIdx>(src, dst); in operator ()()
1634 template <int scn, int dcn, bool srgb, int blueIdx>
1635 struct RGB2Lab<float, scn, dcn, srgb, blueIdx>
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/detail/
H A Dcolor_detail.hpp1538 template <bool srgb, int blueIdx, typename T, typename D>
1548 if (srgb) in RGB2LabConvert_b()
1584 template <bool srgb, int blueIdx, typename T, typename D>
1594 if (srgb) in RGB2LabConvert_f()
1618 template <typename T, int scn, int dcn, bool srgb, int blueIdx> struct RGB2Lab;
1619 template <int scn, int dcn, bool srgb, int blueIdx>
1620 struct RGB2Lab<uchar, scn, dcn, srgb, blueIdx>
1627 RGB2LabConvert_b<srgb, blueIdx>(src, dst); in operator ()()
1634 template <int scn, int dcn, bool srgb, int blueIdx>
1635 struct RGB2Lab<float, scn, dcn, srgb, blueIdx>
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/detail/
H A Dcolor_detail.hpp1538 template <bool srgb, int blueIdx, typename T, typename D>
1548 if (srgb) in RGB2LabConvert_b()
1584 template <bool srgb, int blueIdx, typename T, typename D>
1594 if (srgb) in RGB2LabConvert_f()
1618 template <typename T, int scn, int dcn, bool srgb, int blueIdx> struct RGB2Lab;
1619 template <int scn, int dcn, bool srgb, int blueIdx>
1620 struct RGB2Lab<uchar, scn, dcn, srgb, blueIdx>
1627 RGB2LabConvert_b<srgb, blueIdx>(src, dst); in operator ()()
1634 template <int scn, int dcn, bool srgb, int blueIdx>
1635 struct RGB2Lab<float, scn, dcn, srgb, blueIdx>
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Dimx7.rst117 … [fmt:SBGGR10_1X10/800x600 field:none colorspace:srgb xfer:srgb ycbcr:601 quantization:full-range]
120 … [fmt:SBGGR10_1X10/800x600 field:none colorspace:srgb xfer:srgb ycbcr:601 quantization:full-range]
155 [fmt:SBGGR10_1X10/800x600@1/30 field:none colorspace:srgb]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/imgproc/hal/
H A Dhal.hpp183 int depth, int scn, bool swapBlue, bool isLab, bool srgb);
188 int depth, int dcn, bool swapBlue, bool isLab, bool srgb);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/imgproc/hal/
H A Dhal.hpp183 int depth, int scn, bool swapBlue, bool isLab, bool srgb);
188 int depth, int dcn, bool swapBlue, bool isLab, bool srgb);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/imgproc/hal/
H A Dhal.hpp183 int depth, int scn, bool swapBlue, bool isLab, bool srgb);
188 int depth, int dcn, bool swapBlue, bool isLab, bool srgb);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_resource.c1392 dc->caps.color.dpp.dgam_rom_caps.srgb = 1; in dcn10_resource_construct()
1402 dc->caps.color.dpp.ogam_rom_caps.srgb = 1; in dcn10_resource_construct()
1414 dc->caps.color.mpc.ogam_rom_caps.srgb = 0; in dcn10_resource_construct()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dcolorspaces-defs.rst52 - See :ref:`col-srgb`.
H A Dcolorspaces-details.rst211 .. _col-srgb:
216 The :ref:`srgb` standard defines the colorspace used by most webcams
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_resource.c1841 dc->caps.color.dpp.dgam_rom_caps.srgb = 1; in dcn21_resource_construct()
1852 dc->caps.color.dpp.ogam_rom_caps.srgb = 0; in dcn21_resource_construct()
1863 dc->caps.color.mpc.ogam_rom_caps.srgb = 0; in dcn21_resource_construct()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/
H A Ddc.h106 uint16_t srgb : 1; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_resource.c2633 dc->caps.color.dpp.dgam_rom_caps.srgb = 1; in dcn30_resource_construct()
2644 dc->caps.color.dpp.ogam_rom_caps.srgb = 0; in dcn30_resource_construct()
2654 dc->caps.color.mpc.ogam_rom_caps.srgb = 0; in dcn30_resource_construct()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.c3826 dc->caps.color.dpp.dgam_rom_caps.srgb = 1;
3837 dc->caps.color.dpp.ogam_rom_caps.srgb = 0;
3848 dc->caps.color.mpc.ogam_rom_caps.srgb = 0;
/OK3568_Linux_fs/external/xserver/debian/
H A Dchangelog298 * 07-glx-do-not-pick-srgb-config-for-32bit-rgba-visual.diff: Add a