Searched refs:pix (Results 1 – 3 of 3) sorted by relevance
109 uint8_t* pix = rgbaPixels; in loadIntoTexture() local122 *pix++ = color; in loadIntoTexture()123 *pix++ = color; in loadIntoTexture()124 *pix++ = color; in loadIntoTexture()125 *pix++ = alpha; in loadIntoTexture()
94 const uint32_t height = v4l2_fmt.fmt.pix.height; in create()95 const uint32_t width = v4l2_fmt.fmt.pix.width; in create()
121 short pix = rsGetElementAt_short(volume, ip.x, ip.y, ip.z);123 int intensity = (((short) pix) & 0xFFFF);