Home
last modified time | relevance | path

Searched refs:uchar4 (Results 1 – 4 of 4) sorted by relevance

/development/samples/browseable/HdrViewfinder/src/rs/
Dhdr_merge.rs27 uchar4 __attribute__((kernel)) mergeHdrFrames(uchar4 prevPixel, uint32_t x, uint32_t y) {
31 uchar4 curPixel;
37 uchar4 mergedPixel;
78 uchar4 out = convert_uchar4(clamp(rgb, 0, 255));
/development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/
Dmono.rs22 void root(const uchar4 *v_in, uchar4 *v_out) { constant
/development/samples/browseable/BasicRenderScript/src/rs/
Dsaturation.rs28 uchar4 __attribute__((kernel)) saturation(uchar4 in)
/development/samples/RenderScript/Levels/src/com/android/rs/levels/
Dlevels.rs28 void root(const uchar4 *in, uchar4 *out, uint32_t x, uint32_t y) { constant