Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/evs/1.0/vts/functional/
DFormatConvert.cpp52 float Bf = Y + 2.032f*U; in yuvToRgbx() local
55 unsigned char B = (unsigned char)clamp(Bf, 0.0f, 255.0f); in yuvToRgbx()