Home
last modified time | relevance | path

Searched defs:U (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/evs/common/utils/default/
DFormatConvert.cpp53 float U = Uin - 128.0f; in yuvToRgbx() local
160 uint8_t U = (srcPixel >> 8) & 0xFF; in copyYUYVtoRGB32() local
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedScene.cpp42 #define U (EmulatedScene::SUN * EmulatedScene::NUM_CHANNELS) macro