Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp1424 uint8_t* px_cr = yuv_layout.img_cr + (out_y / 2) * yuv_layout.cbcr_stride; in CaptureYUV420() local
1482 *px_cr = cr8; in CaptureYUV420()
1485 *(reinterpret_cast<uint16_t*>(px_cr)) = htole16(cr8 << 8); in CaptureYUV420()
1491 px_cr += yuv_layout.cbcr_step; in CaptureYUV420()