Home
last modified time | relevance | path

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

/packages/services/Car/evs/app/
DFormatConvert.cpp39 static uint32_t yuvToRgbx(const unsigned char Y, const unsigned char Uin, const unsigned char Vin) { in yuvToRgbx() argument
43 float U = Uin - 128.0f; in yuvToRgbx()
/packages/services/Car/evs/sampleDriver/
DbufferCopy.cpp47 static uint32_t yuvToRgbx(const unsigned char Y, const unsigned char Uin, const unsigned char Vin) { in yuvToRgbx() argument
51 float U = Uin - 128.0f; in yuvToRgbx()