Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/evs/1.0/vts/functional/
DFormatConvert.cpp50 float Rf = Y + 1.140f*V; in yuvToRgbx() local
53 unsigned char R = (unsigned char)clamp(Rf, 0.0f, 255.0f); in yuvToRgbx()