Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
Dconverters.cpp122 const uint32_t p11 = r1[1]; in rgba2yuv() local
124 const int32_t r11 = p11 & 0xFF; in rgba2yuv()
126 const int32_t g11 = (p11 >> 8) & 0xFF; in rgba2yuv()
128 const int32_t b11 = (p11 >> 16) & 0xFF; in rgba2yuv()