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.cpp41 static uint32_t yuvToRgbx(const unsigned char Y, const unsigned char Uin, const unsigned char Vin, in yuvToRgbx() argument
46 float U = Uin - 128.0f; in yuvToRgbx()