/frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/ |
D | yuv.rs | 39 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/ |
D | wbalance.rs | 30 static uchar4 estimateWhite() { constant 134 void whiteBalanceKernel(const uchar4 *in, uchar4 *out) { constant
|
D | shadows.rs | 98 static uchar4 hsv2rgb(ushort3 hsv) constant 186 void shadowsKernel(const uchar4 *in, uchar4 *out) { constant
|
D | exposure.rs | 25 void exposure(const uchar4 *in, uchar4 *out) constant
|
D | contrast.rs | 27 void contrast(const uchar4 *in, uchar4 *out) constant
|
D | bwfilter.rs | 41 void bwFilterKernel(const uchar4 *in, uchar4 *out) { constant
|
D | colorcube.rs | 40 void root(const uchar4 *in, uchar4 *out, uint32_t x, uint32_t y) { constant
|
D | vibrance.rs | 32 void vibranceKernel(const uchar4 *in, uchar4 *out) { constant
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
D | wbalance.rs | 23 static uchar4 estimateWhite() { variable
|
D | shadows.rs | 98 static uchar4 hsv2rgb(ushort3 hsv) variable
|
D | histogram.rs | 72 static const uchar4 gClear = {0, 0, 0, 0xff}; constant
|
D | bwfilter.rs | 41 void bwFilterKernel(const uchar4 *in, uchar4 *out) { constant
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
D | wbalance.rs | 28 static uchar4 estimateWhite() { variable
|
D | shadows.rs | 98 static uchar4 hsv2rgb(ushort3 hsv) constant
|
D | bwfilter.rs | 41 void bwFilterKernel(const uchar4 *in, uchar4 *out) { constant
|
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
D | errorCalculator.rs | 46 void displayDifference(const uchar4 *v_in, uchar4 *v_out, uint32_t x, uint32_t y) { constant
|
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/ |
D | mono.rs | 22 void root(const uchar4 *v_in, uchar4 *v_out) { constant
|
/frameworks/rs/tests/cppbasic/ |
D | mono.rs | 51 void root(const uchar4 *v_in, uchar4 *v_out) { constant
|
/frameworks/rs/tests/cppbasic-shared/ |
D | mono.rs | 51 void root(const uchar4 *v_in, uchar4 *v_out) { constant
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicInlines.h | 28 typedef uchar uchar4 __attribute__((ext_vector_type(4))); typedef
|
D | rsCpuRuntimeStubs.cpp | 43 typedef unsigned char uchar4 __attribute__((ext_vector_type(4))); typedef
|
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
D | ui_test.rs | 52 uchar4 color; field
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 48 typedef unsigned char uchar4 __attribute__((ext_vector_type(4))); typedef
|