Home
last modified time | relevance | path

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

/frameworks/av/cmds/screenrecord/
DTextRenderer.cpp109 uint8_t* pix = rgbaPixels; in loadIntoTexture() local
122 *pix++ = color; in loadIntoTexture()
123 *pix++ = color; in loadIntoTexture()
124 *pix++ = color; in loadIntoTexture()
125 *pix++ = alpha; in loadIntoTexture()
/frameworks/native/services/inputflinger/reader/
DTouchVideoDevice.cpp94 const uint32_t height = v4l2_fmt.fmt.pix.height; in create()
95 const uint32_t width = v4l2_fmt.fmt.pix.width; in create()
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
Dvr.rscript121 short pix = rsGetElementAt_short(volume, ip.x, ip.y, ip.z);
123 int intensity = (((short) pix) & 0xFFFF);