Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
Dconverters.cpp102 const uint32_t p00 = r0[0]; in rgba2yuv() local
104 const int32_t r00 = p00 & 0xFF; in rgba2yuv()
106 const int32_t g00 = (p00 >> 8) & 0xFF; in rgba2yuv()
108 const int32_t b00 = (p00 >> 16) & 0xFF; in rgba2yuv()