Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
Dconverters.cpp103 const uint32_t p01 = r0[1]; in rgba2yuv() local
105 const int32_t r01 = p01 & 0xFF; in rgba2yuv()
107 const int32_t g01 = (p01 >> 8) & 0xFF; in rgba2yuv()
109 const int32_t b01 = (p01 >> 16) & 0xFF; in rgba2yuv()