Home
last modified time | relevance | path

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

/frameworks/rs/driver/runtime/
Drs_sample.c127 getSample_A(const uint8_t *p, int32_t iPixel, in getSample_A() argument
129 float p0 = getElementAt1(p, iPixel); in getSample_A()
137 getSample_L(const uint8_t *p, int32_t iPixel, in getSample_L() argument
139 float p0 = getElementAt1(p, iPixel); in getSample_L()
147 getSample_LA(const uint8_t *p, int32_t iPixel, in getSample_LA() argument
149 float2 p0 = getElementAt2(p, iPixel); in getSample_LA()
157 getSample_RGB(const uint8_t *p, int32_t iPixel, in getSample_RGB() argument
159 float3 p0 = getElementAt3(p, iPixel); in getSample_RGB()
167 getSample_565(const uint8_t *p, int32_t iPixel, in getSample_565() argument
169 float3 p0 = getElementAt565(p, iPixel); in getSample_565()
[all …]