Searched defs:uchar (Results 1 - 4 of 4) sorted by path

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h19 typedef uint8_t uchar; typedef
26 typedef uchar uchar2 __attribute__((ext_vector_type(2)));
27 typedef uchar uchar3 __attribute__((ext_vector_type(3)));
28 typedef uchar uchar4 __attribute__((ext_vector_type(4)));
68 #define CVT_FUNC(type) CVT_FUNC_2(type, uchar) \
77 CVT_FUNC(uchar)
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp68 typedef uint8_t uchar; typedef
904 ELEMENT_AT(uchar, RS_TYPE_UNSIGNED_8, 1)
/frameworks/rs/driver/runtime/arch/
H A Dclamp.c32 S_CLAMP(uchar); variable
96 V_CLAMP(uchar); variable
H A Dgeneric.c100 _CLAMP(uchar); variable
311 extern uchar __attribute__((overloadable)) max(uchar v1, uchar v2) {
512 extern uchar __attribute__((overloadable)) min(uchar v1, uchar v2) {
628 extern uchar4 __attribute__((overloadable)) rsYuvToRGBA_uchar4(uchar y, uchar u, uchar
[all...]

Completed in 85 milliseconds