/packages/apps/Gallery2/jni/filters/ |
highlight.c | 32 rgb2hsv(rgb,i,hsv,0);
|
filters.h | 49 extern void rgb2hsv( unsigned char *rgb,int rgbOff,unsigned short *hsv,int hsvOff);
|
shadows.c | 45 rgb2hsv(rgb,i,hsv,0);
|
hsv.c | 33 void rgb2hsv( unsigned char *rgb,int rgbOff,unsigned short *hsv,int hsvOff) function
|
/external/opencv3/3rdparty/openexr/Imath/ |
ImathColorAlgo.h | 66 // hsv2rgb(), rgb2hsv(), rgb2packed(), packed2rgb() 120 rgb2hsv(const Vec3<T> &rgb) function in namespace:Imath 143 rgb2hsv(const Color4<T> &rgb) function in namespace:Imath
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
shadows.rs | 51 static ushort3 rgb2hsv( uchar4 rgb) 187 ushort3 hsv = rgb2hsv(in);
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
shadows.rs | 51 static ushort3 rgb2hsv( uchar4 rgb) 187 ushort3 hsv = rgb2hsv(in);
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
shadows.rs | 51 static ushort3 rgb2hsv( uchar4 rgb) 187 ushort3 hsv = rgb2hsv(in);
|
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/ |
shadows_f.rs | 51 static ushort3 rgb2hsv( float4 rgb) 187 ushort3 hsv = rgb2hsv(in);
|
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/ |
color_cvt.hpp | 210 template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::RGB2HSV<SrcDepth, scn, dcn, bidx, 180> \ 213 template <typename SrcDepth> struct name ## _FULL ## _func : cv::cudev::color_cvt_detail::RGB2HSV<SrcDepth, scn, dcn, bidx, 256> \ 216 template <> struct name ## _func<float> : cv::cudev::color_cvt_detail::RGB2HSV<float, scn, dcn, bidx, 360> \ 219 template <> struct name ## _FULL ## _func<float> : cv::cudev::color_cvt_detail::RGB2HSV<float, scn, dcn, bidx, 360> \
|
/external/opencv3/modules/ts/src/ |
cuda_perf.cpp | 110 "RGB2HSV",
|
/external/opencv3/modules/imgproc/test/ocl/ |
test_color.cpp | 186 OCL_TEST_P(CvtColor8u32f, RGB2HSV) { performTest(3, 3, CVTCODE(RGB2HSV), IPP_EPS); } 188 OCL_TEST_P(CvtColor8u32f, RGBA2HSV) { performTest(4, 3, CVTCODE(RGB2HSV), IPP_EPS); }
|
/external/opencv/cv/src/ |
_cvipp.h | 538 IPCV_COLOR( RGB2HSV, RGBToHSV, 8u ) [all...] |
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/ |
color_detail.hpp | [all...] |
/external/opencv3/modules/imgproc/src/opencl/ |
cvtcolor.cl | [all...] |
/external/opencv3/modules/cudaimgproc/test/ |
test_color.cpp | 859 CUDA_TEST_P(CvtColor, RGB2HSV) [all...] |
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/ |
color_cvt.hpp | 611 template <typename T, int scn, int dcn, int bidx, int hr> struct RGB2HSV; 613 template <int scn, int dcn, int bidx, int hr> struct RGB2HSV<uchar, scn, dcn, bidx, hr> 653 template <int scn, int dcn, int bidx, int hr> struct RGB2HSV<float, scn, dcn, bidx, hr> [all...] |
/external/opencv3/modules/imgproc/ |
opencl_kernels_imgproc.cpp | [all...] |
/external/opencv3/modules/imgproc/src/ |
color.cpp | [all...] |