Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp1477 uint8_t cr8 = (rgb_to_cr[0] * r_count + rgb_to_cr[1] * g_count + in CaptureYUV420() local
1482 *px_cr = cr8; in CaptureYUV420()
1485 *(reinterpret_cast<uint16_t*>(px_cr)) = htole16(cr8 << 8); in CaptureYUV420()