Searched refs:px_cb (Results 1 – 1 of 1) sorted by relevance
1653 uint8_t* px_cb = yuv_layout.img_cb + (out_y / 2) * yuv_layout.cbcr_stride; in CaptureYUV420() local1717 *px_cb = cb8; in CaptureYUV420()1720 *(reinterpret_cast<uint16_t*>(px_cb)) = htole16(cb8 << 8); in CaptureYUV420()1728 px_cb += yuv_layout.cbcr_step; in CaptureYUV420()