Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/evs/1.0/vts/functional/
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()