Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp1404 const int rgb_to_cr[] = {32, -26, -5, 524288}; in CaptureYUV420() local
1477 uint8_t cr8 = (rgb_to_cr[0] * r_count + rgb_to_cr[1] * g_count + in CaptureYUV420()
1478 rgb_to_cr[2] * b_count + rgb_to_cr[3]) / in CaptureYUV420()