Searched refs:uchar4 (Results 26 - 50 of 90) sorted by relevance

1234

/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dhistogram.rs39 uchar4 c = rsGetElementAt_uchar4(gSrc, px, py);
72 static const uchar4 gClear = {0, 0, 0, 0xff};
74 uchar4 RS_KERNEL clear() {
78 uchar4 RS_KERNEL draw(uint x, uint y) {
H A Dwbalance.rs23 static uchar4 estimateWhite() {
79 uchar4 out;
94 uchar4 estimation = estimateWhite();
104 uchar4 RS_KERNEL whiteBalanceKernel(uchar4 in) {
109 uchar4 out;
H A Dartistic1.rs41 uchar4 RS_KERNEL process(uchar4 in, uint32_t x, uint32_t y) {
59 uchar4 out = rsPackColorTo8888(v1);
H A Dbwfilter.rs41 void bwFilterKernel(const uchar4 *in, uchar4 *out) {
H A Dshadows.rs51 static ushort3 rgb2hsv( uchar4 rgb)
98 static uchar4 hsv2rgb(ushort3 hsv)
170 uchar4 rgb;
186 uchar4 RS_KERNEL shadowsKernel(uchar4 in) {
H A Dvignette.rsh47 uchar4 __attribute__((kernel)) root(uchar4 in, uint32_t x, uint32_t y) {
H A Dvignette_approx.rsh47 uchar4 __attribute__((kernel)) root(uchar4 in, uint32_t x, uint32_t y) {
H A Dcolorcube.rs37 uchar4 RS_KERNEL root(uchar4 in) {
65 uchar4 o = convert_uchar4(v2);
H A Dgrain.rs78 uchar4 RS_KERNEL root(uchar4 in, uint32_t x, uint32_t y) {
89 uchar4 p = convert_uchar4(ip);
H A Dthreshold.rs73 float4 RS_KERNEL copyIn(uchar4 in) {
77 uchar4 RS_KERNEL vert(uint32_t x, uint32_t y) {
80 uchar4 out;
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A Dwbalance.rs30 static uchar4 estimateWhite() {
38 uchar4 in = rsGetElementAt_uchar4(histogramSource, j, i);
98 uchar4 out;
113 uchar4 estimation = estimateWhite();
134 void whiteBalanceKernel(const uchar4 *in, uchar4 *out) {
H A Dbwfilter.rs41 void bwFilterKernel(const uchar4 *in, uchar4 *out) {
H A Dshadows.rs51 static ushort3 rgb2hsv( uchar4 rgb)
98 static uchar4 hsv2rgb(ushort3 hsv)
170 uchar4 rgb;
186 void shadowsKernel(const uchar4 *in, uchar4 *out) {
H A Dvibrance.rs32 void vibranceKernel(const uchar4 *in, uchar4 *out) {
H A Dvignette.rsh47 uchar4 __attribute__((kernel)) root(uchar4 in, uint32_t x, uint32_t y) {
H A Dvignette_approx.rsh47 uchar4 __attribute__((kernel)) root(uchar4 in, uint32_t x, uint32_t y) {
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dartistic1.rs41 uchar4 RS_KERNEL process(uchar4 in, uint32_t x, uint32_t y) {
59 uchar4 out = rsPackColorTo8888(v1);
H A Dbwfilter.rs41 void bwFilterKernel(const uchar4 *in, uchar4 *out) {
H A Dshadows.rs51 static ushort3 rgb2hsv( uchar4 rgb)
98 static uchar4 hsv2rgb(ushort3 hsv)
170 uchar4 rgb;
186 uchar4 RS_KERNEL shadowsKernel(uchar4 in) {
H A Dvignette.rsh47 uchar4 __attribute__((kernel)) root(uchar4 in, uint32_t x, uint32_t y) {
H A Dvignette_approx.rsh47 uchar4 __attribute__((kernel)) root(uchar4 in, uint32_t x, uint32_t y) {
/frameworks/rs/scriptc/
H A Drs_math.rsh196 * Pack floating point (0-1) RGB values into a uchar4. The alpha component is
203 * @return uchar4
205 _RS_RUNTIME uchar4 __attribute__((const, overloadable)) rsPackColorTo8888(float r, float g, float b);
208 * Pack floating point (0-1) RGBA values into a uchar4.
215 * @return uchar4
217 _RS_RUNTIME uchar4 __attribute__((const, overloadable)) rsPackColorTo8888(float r, float g, float b, float a);
220 * Pack floating point (0-1) RGB values into a uchar4. The alpha component is
225 * @return uchar4
227 _RS_RUNTIME uchar4 __attribute__((const, overloadable)) rsPackColorTo8888(float3 color);
230 * Pack floating point (0-1) RGBA values into a uchar4
[all...]
/frameworks/rs/tests/cppbasic/
H A Dmono.rs51 void root(const uchar4 *v_in, uchar4 *v_out) {
/frameworks/rs/tests/cppbasic-shared/
H A Dmono.rs51 void root(const uchar4 *v_in, uchar4 *v_out) {
/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
H A Dsample.rs31 void root(uchar4 *out, uint32_t x, uint32_t y) {

Completed in 126 milliseconds

1234