Searched refs:px_cr (Results 1 – 1 of 1) sorted by relevance
1654 uint8_t* px_cr = yuv_layout.img_cr + (out_y / 2) * yuv_layout.cbcr_stride; in CaptureYUV420() local1718 *px_cr = cr8; in CaptureYUV420()1721 *(reinterpret_cast<uint16_t*>(px_cr)) = htole16(cr8 << 8); in CaptureYUV420()1727 px_cr += yuv_layout.cbcr_step; in CaptureYUV420()