Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp1474 uint8_t cb8 = (rgb_to_cb[0] * r_count + rgb_to_cb[1] * g_count + in CaptureYUV420() local
1481 *px_cb = cb8; in CaptureYUV420()
1484 *(reinterpret_cast<uint16_t*>(px_cb)) = htole16(cb8 << 8); in CaptureYUV420()