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

/frameworks/rs/driver/runtime/
H A Drs_sample.c77 getElementAt565(const uint8_t *p, int32_t x) { function
115 getElementAt565(const uint8_t *p, size_t stride, int32_t x, int32_t y) { function
169 float3 p0 = getElementAt565(p, iPixel);
170 float3 p1 = getElementAt565(p, next);
255 float3 p0 = getElementAt565(p, stride, locX, locY);
256 float3 p1 = getElementAt565(p, stride, nextX, locY);
257 float3 p2 = getElementAt565(p, stride, locX, nextY);
258 float3 p3 = getElementAt565(p, stride, nextX, nextY);
368 result.xyz = getElementAt565(p, iPixel);
406 result.xyz = getElementAt565(
[all...]

Completed in 1132 milliseconds