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