Home
last modified time | relevance | path

Searched refs:RGB2YUV (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dipu_disp.c26 RGB2YUV = 0, enumerator
447 fg_csc_type = RGB2YUV; in ipu_dp_init()
459 bg_csc_type = RGB2YUV; in ipu_dp_init()
471 (((fg_csc_type == RGB2YUV) && (bg_csc_type == YUV2YUV)) || in ipu_dp_init()
472 ((fg_csc_type == YUV2YUV) && (bg_csc_type == RGB2YUV)) || in ipu_dp_init()
1253 if (((fg_csc_type == RGB2YUV) && (bg_csc_type == YUV2YUV)) || in ipu_disp_set_color_key()
1254 ((fg_csc_type == YUV2YUV) && (bg_csc_type == RGB2YUV)) || in ipu_disp_set_color_key()
/OK3568_Linux_fs/external/linux-rga/docs/
H A DRockchip_FAQ_RGA_CN.md682 csc: RGB2YUV 0xf YUV2RGB 0xf
692 csc: RGB2YUV 0xf YUV2RGB 0xf
702 csc: RGB2YUV 0x7 YUV2RGB 0x7
1087 …置的原因是,RGA2拥有3个图像通道——src、src1/pat、dst。其中src通道支持YUV2RGB转换,src1/pat和dst通道只支持RGB2YUV转换,而RGA内部的叠加均需要在RG…
1103RGB2YUV和YUV2RGB转换时配置的CSC模式不同导致,新版本librga中默认的RGB2YUV、YUV2RGB的CSC模式为BT.601-limit _range,当错误的配置了对应的 *…
1120 | RGB2YUV | BT.601-limit_range | yuvToRgbMode = 0x2 << 4; |
1121 | RGB2YUV | BT.601-full_range | yuvToRgbMode = 0x1 << 4; |
1122 | RGB2YUV | BT.709-limit_range | yuvToRgbMode = 0x3 << 4; |
H A DRockchip_FAQ_RGA_EN.md679 csc: RGB2YUV 0xf YUV2RGB 0xf
689 csc: RGB2YUV 0xf YUV2RGB 0xf
699 csc: RGB2YUV 0x7 YUV2RGB 0x7
1076 …nnel supports YUV2RGB conversion, src1/pat and dst channel only supports RGB2YUV conversion. The b…
1092RGB2YUV and YUV2RGB conversion are different, the default CSC modes of RGB2YUV and YUV2RGB in the …
1109 | RGB2YUV | BT.601-limit_range | yuvToRgbMode = 0x2 << 4; |
1110 | RGB2YUV | BT.601-full_range | yuvToRgbMode = 0x1 << 4; |
1111 | RGB2YUV | BT.709-limit_range | yuvToRgbMode = 0x3 << 4; |
/OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/
H A Dav7110_hw.c929 static u32 RGB2YUV(u16 R, u16 G, u16 B) in RGB2YUV() function
952 yuv = blend ? RGB2YUV(r,g,b) : 0; in OSDSetColor()
977 yuv = blend ? RGB2YUV(color & 0xFF, (color >> 8) & 0xFF, in OSDSetPalette()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/detail/
H A Dcolor_detail.hpp520 template <typename T, int scn, int dcn, int bidx> struct RGB2YUV struct
529 __host__ __device__ __forceinline__ RGB2YUV() {} in RGB2YUV() function
530 __host__ __device__ __forceinline__ RGB2YUV(const RGB2YUV&) {} in RGB2YUV() function
537 typedef ::cv::cuda::device::color_detail::RGB2YUV<T, scn, dcn, bidx> functor_type; \ argument
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/detail/
H A Dcolor_detail.hpp520 template <typename T, int scn, int dcn, int bidx> struct RGB2YUV struct
529 __host__ __device__ __forceinline__ RGB2YUV() {} in RGB2YUV() function
530 __host__ __device__ __forceinline__ RGB2YUV(const RGB2YUV&) {} in RGB2YUV() function
537 typedef ::cv::cuda::device::color_detail::RGB2YUV<T, scn, dcn, bidx> functor_type; \ argument
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/detail/
H A Dcolor_detail.hpp520 template <typename T, int scn, int dcn, int bidx> struct RGB2YUV struct
529 __host__ __device__ __forceinline__ RGB2YUV() {} in RGB2YUV() function
530 __host__ __device__ __forceinline__ RGB2YUV(const RGB2YUV&) {} in RGB2YUV() function
537 typedef ::cv::cuda::device::color_detail::RGB2YUV<T, scn, dcn, bidx> functor_type; \ argument