Home
last modified time | relevance | path

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

/packages/services/Car/evs/support_library/
DFormatConvert.cpp43 static uint32_t yuvToRgbx(const unsigned char Y, const unsigned char Uin, const unsigned char Vin) { in yuvToRgbx() argument
47 float U = Uin - 128.0f; in yuvToRgbx()
/packages/services/Car/evs/apps/default/
DFormatConvert.cpp40 static uint32_t yuvToRgbx(const unsigned char Y, const unsigned char Uin, const unsigned char Vin) { in yuvToRgbx() argument
44 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()