Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp1403 const int rgb_to_cb[] = {-10, -21, 32, 524288}; in CaptureYUV420() local
1474 uint8_t cb8 = (rgb_to_cb[0] * r_count + rgb_to_cb[1] * g_count + in CaptureYUV420()
1475 rgb_to_cb[2] * b_count + rgb_to_cb[3]) / in CaptureYUV420()