| /frameworks/av/cmds/stagefright/filters/ |
| nightvision.rs | 28 // get RGB, scale 0-255 uchar to 0-1.0 float 35 v_out->y = (uchar)clamp((result.r * 255.f + 0.5f), 0.f, 255.f); 36 v_out->z = (uchar)clamp((result.g * 255.f + 0.5f), 0.f, 255.f); 37 v_out->w = (uchar)clamp((result.b * 255.f + 0.5f), 0.f, 255.f);
|
| saturation.rs | 29 // get RGB, scale 0-255 uchar to 0-1.0 float 37 v_out->y = (uchar)clamp((result.r * 255.f + 0.5f), 0.f, 255.f); 38 v_out->z = (uchar)clamp((result.g * 255.f + 0.5f), 0.f, 255.f); 39 v_out->w = (uchar)clamp((result.b * 255.f + 0.5f), 0.f, 255.f);
|
| /frameworks/av/media/libstagefright/filters/ |
| saturationARGB.rs | 29 // get RGB, scale 0-255 uchar to 0-1.0 float 37 v_out->y = (uchar)clamp((result.r * 255.f + 0.5f), 0.f, 255.f); 38 v_out->z = (uchar)clamp((result.g * 255.f + 0.5f), 0.f, 255.f); 39 v_out->w = (uchar)clamp((result.b * 255.f + 0.5f), 0.f, 255.f);
|
| /external/opencv/otherlibs/highgui/ |
| grfmt_bmp.h | 64 bool ReadData( uchar* data, int step, int color ); 86 bool WriteImage( const uchar* data, int step,
|
| grfmt_imageio.h | 24 bool ReadData( uchar* data, int step, int color ); 40 bool WriteImage( const uchar* data, int step,
|
| grfmt_png.h | 60 bool ReadData( uchar* data, int step, int color ); 82 bool WriteImage( const uchar* data, int step,
|
| grfmt_pxm.h | 57 bool ReadData( uchar* data, int step, int color ); 81 bool WriteImage( const uchar* data, int step,
|
| grfmt_exr.h | 65 bool ReadData( uchar* data, int step, int color ); 70 void UpSample( uchar *data, int xstep, int ystep, int xsample, int ysample ); 72 void UpSampleY( uchar *data, int xstep, int ystep, int ysample ); 95 bool WriteImage( const uchar* data, int step,
|
| /external/opencv3/modules/imgcodecs/src/ |
| grfmt_png.hpp | 69 static void readDataFromBuf(void* png_ptr, uchar* dst, size_t size); 93 static void writeDataToBuf(void* png_ptr, uchar* src, size_t size);
|
| /external/opencv3/modules/video/src/ |
| lkpyramid.hpp | 14 uchar* _status, float* _err, 25 uchar* status;
|
| bgfg_KNN.cpp | 179 virtual void setShadowValue(int value) { nShadowDetection = (uchar)value; } 204 nShadowDetection = saturate_cast<uchar>((int)fn["shadowValue"]); 257 _cvUpdatePixelBackgroundNP( long pixel,const uchar* data, int nchannels, int m_nN, 258 uchar* m_aModel, 259 uchar* m_nNextLongUpdate, 260 uchar* m_nNextMidUpdate, 261 uchar* m_nNextShortUpdate, 262 uchar* m_aModelIndexLong, 263 uchar* m_aModelIndexMid, 264 uchar* m_aModelIndexShort [all...] |
| /external/opencv3/modules/cudev/test/ |
| test_reduction.cu | 57 GpuMat_<uchar> d_src(src); 92 GpuMat_<uchar> d_src(src); 128 GpuMat_<uchar> d_src(src); 147 GpuMat_<uchar> d_src(src); 161 GpuMat_<uchar> d_src(src); 177 GpuMat_<uchar> d_src(src); 193 GpuMat_<uchar> d_src(src); 195 GpuMat_<uchar> dst = reduceToRow_<Min<uchar> >(d_src); 209 GpuMat_<uchar> d_src(src) [all...] |
| /external/opencv3/modules/videostab/src/ |
| deblurring.cpp | 84 Point3_<uchar> p = frame.at<Point3_<uchar> >(y,x); 109 const Point3_<uchar> &p = frame.at<Point3_<uchar> >(y,x); 110 const Point3_<uchar> &p1 = neighbor.at<Point3_<uchar> >(y1,x1); 128 frame.at<Point3_<uchar> >(y,x) = Point3_<uchar>( 129 static_cast<uchar>(bSum_(y,x)*wSumInv), 130 static_cast<uchar>(gSum_(y,x)*wSumInv) [all...] |
| precomp.hpp | 62 inline float intensity(const cv::Point3_<uchar> &bgr)
|
| /external/v8/src/ |
| unicode-inl.h | 14 template <class T, int s> bool Predicate<T, s>::get(uchar code_point) { 21 uchar code_point) { 27 template <class T, int s> int Mapping<T, s>::get(uchar c, uchar n, 28 uchar* result) { 42 template <class T, int s> int Mapping<T, s>::CalculateValue(uchar c, uchar n, 43 uchar* result) { 76 uchar c, 113 uchar Utf8::ValueOf(const byte* bytes, size_t length, size_t* cursor) [all...] |
| /external/opencv3/modules/core/include/opencv2/core/cuda/ |
| saturate_cast.hpp | 56 template<typename _Tp> __device__ __forceinline__ _Tp saturate_cast(uchar v) { return _Tp(v); } 65 template<> __device__ __forceinline__ uchar saturate_cast<uchar>(schar v) 72 template<> __device__ __forceinline__ uchar saturate_cast<uchar>(short v) 78 template<> __device__ __forceinline__ uchar saturate_cast<uchar>(ushort v) 84 template<> __device__ __forceinline__ uchar saturate_cast<uchar>(int v) 90 template<> __device__ __forceinline__ uchar saturate_cast<uchar>(uint v [all...] |
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
| BidiTest.java | 196 char uchar; local 245 for (i = 0, uchar = 0x0030; i < 6; i++, uchar++) { 247 pseudoToUChar[c] = uchar; 248 UCharToPseudo[uchar & 0x00ff] = c; 251 for (i = 6, uchar = 0x0666; i < 10; i++, uchar++) { 253 pseudoToUChar[c] = uchar; 254 UCharToPseud2[uchar & 0x00ff] = c; 257 for (i = 10, uchar = 0x0631; i < 16; i++, uchar++) 311 char uchar; local [all...] |
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
| BidiTest.java | 192 char uchar; local 241 for (i = 0, uchar = 0x0030; i < 6; i++, uchar++) { 243 pseudoToUChar[c] = uchar; 244 UCharToPseudo[uchar & 0x00ff] = c; 247 for (i = 6, uchar = 0x0666; i < 10; i++, uchar++) { 249 pseudoToUChar[c] = uchar; 250 UCharToPseud2[uchar & 0x00ff] = c; 253 for (i = 10, uchar = 0x0631; i < 16; i++, uchar++) 307 char uchar; local [all...] |
| /external/libutf/ |
| utflen.c | 28 c = *(uchar*)s;
|
| /external/opencv/cv/src/ |
| _cv.h | 60 typedef unsigned char uchar; typedef 71 extern const uchar icvSaturate8u_cv[]; 101 uchar **ptr; 105 uchar *state;
|
| /external/opencv3/3rdparty/libjasper/jasper/ |
| jas_config2.h | 73 #define uchar unsigned char macro
|
| /external/opencv3/modules/cudev/include/opencv2/cudev/util/ |
| saturate_cast.hpp | 56 template <typename T> __device__ __forceinline__ T saturate_cast(uchar v) { return T(v); } 65 template <> __device__ __forceinline__ uchar saturate_cast<uchar>(schar v) 72 template <> __device__ __forceinline__ uchar saturate_cast<uchar>(short v) 78 template <> __device__ __forceinline__ uchar saturate_cast<uchar>(ushort v) 84 template <> __device__ __forceinline__ uchar saturate_cast<uchar>(int v) 90 template <> __device__ __forceinline__ uchar saturate_cast<uchar>(uint v [all...] |
| /external/sfntly/cpp/src/test/ |
| test_utils.cc | 21 #include <unicode/uchar.h> 41 int32_t TestUtils::EncodeOneChar(UConverter* encoder, int16_t uchar) { 44 UChar* source = new UChar[2]; 45 UChar* source_end; 46 source[0] = (UChar)uchar; 52 (const UChar**)&source_end, source + sizeof(UChar), 56 uchar, u_errorName(status)) [all...] |
| /external/opencv3/modules/cudaarithm/src/cuda/ |
| norm.cu | 63 const GpuMat_<uchar>& src1 = (const GpuMat_<uchar>&) _src1; 64 const GpuMat_<uchar>& src2 = (const GpuMat_<uchar>&) _src2; 72 const GpuMat_<uchar>& src1 = (const GpuMat_<uchar>&) _src1; 73 const GpuMat_<uchar>& src2 = (const GpuMat_<uchar>&) _src2; 81 const GpuMat_<uchar>& src1 = (const GpuMat_<uchar>&) _src1 [all...] |
| /external/opencv3/modules/imgproc/src/opencl/ |
| blend_linear.cl | 56 __kernel void blendLinear(__global const uchar * src1ptr, int src1_step, int src1_offset, 57 __global const uchar * src2ptr, int src2_step, int src2_offset, 58 __global const uchar * weight1, int weight1_step, int weight1_offset, 59 __global const uchar * weight2, int weight2_step, int weight2_offset, 60 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols)
|