Searched refs:getElementAt3 (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/driver/runtime/
H A Drs_sample.c63 getElementAt3(const uint8_t *p, int32_t x) { function
99 getElementAt3(const uint8_t *p, size_t stride, int32_t x, int32_t y) { function
159 float3 p0 = getElementAt3(p, iPixel);
160 float3 p1 = getElementAt3(p, next);
370 result.xyz = getElementAt3(p, iPixel);
408 result.xyz = getElementAt3(p, stride, iPixel.x, iPixel.y);

Completed in 91 milliseconds