Home
last modified time | relevance | path

Searched defs:uchar4 (Results 1 – 23 of 23) sorted by relevance

/frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
Dyuv.rs39 static uchar4 crossProcess_i(uchar4 color) { variable
69 static uchar4 vignette(uchar4 color, uint32_t x, uint32_t y) { constant
81 void root(const uchar4 *in, uchar4 *out, uint32_t x, uint32_t y) { constant
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Dwbalance.rs30 static uchar4 estimateWhite() { constant
134 void whiteBalanceKernel(const uchar4 *in, uchar4 *out) { constant
Dshadows.rs98 static uchar4 hsv2rgb(ushort3 hsv) constant
186 void shadowsKernel(const uchar4 *in, uchar4 *out) { constant
Dexposure.rs25 void exposure(const uchar4 *in, uchar4 *out) constant
Dcontrast.rs27 void contrast(const uchar4 *in, uchar4 *out) constant
Dbwfilter.rs41 void bwFilterKernel(const uchar4 *in, uchar4 *out) { constant
Dcolorcube.rs40 void root(const uchar4 *in, uchar4 *out, uint32_t x, uint32_t y) { constant
Dvibrance.rs32 void vibranceKernel(const uchar4 *in, uchar4 *out) { constant
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Dwbalance.rs23 static uchar4 estimateWhite() { variable
Dshadows.rs98 static uchar4 hsv2rgb(ushort3 hsv) variable
Dhistogram.rs72 static const uchar4 gClear = {0, 0, 0, 0xff}; constant
Dbwfilter.rs41 void bwFilterKernel(const uchar4 *in, uchar4 *out) { constant
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Dwbalance.rs28 static uchar4 estimateWhite() { variable
Dshadows.rs98 static uchar4 hsv2rgb(ushort3 hsv) constant
Dbwfilter.rs41 void bwFilterKernel(const uchar4 *in, uchar4 *out) { constant
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DerrorCalculator.rs46 void displayDifference(const uchar4 *v_in, uchar4 *v_out, uint32_t x, uint32_t y) { constant
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
Dmono.rs22 void root(const uchar4 *v_in, uchar4 *v_out) { constant
/frameworks/rs/tests/cppbasic/
Dmono.rs51 void root(const uchar4 *v_in, uchar4 *v_out) { constant
/frameworks/rs/tests/cppbasic-shared/
Dmono.rs51 void root(const uchar4 *v_in, uchar4 *v_out) { constant
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicInlines.h28 typedef uchar uchar4 __attribute__((ext_vector_type(4))); typedef
DrsCpuRuntimeStubs.cpp43 typedef unsigned char uchar4 __attribute__((ext_vector_type(4))); typedef
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
Dui_test.rs52 uchar4 color; field
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp48 typedef unsigned char uchar4 __attribute__((ext_vector_type(4))); typedef