Lines Matching refs:px
1513 uint16_t* px = (uint16_t*)img + out_y * (row_stride_in_bytes / 2); in CaptureRaw() local
1551 *px++ = raw_count; in CaptureRaw()
1573 uint8_t* px = img + outy * stride; in CaptureRGB() local
1592 *px++ = r; in CaptureRGB()
1593 *px++ = g; in CaptureRGB()
1594 *px++ = b; in CaptureRGB()
1597 *px++ = r; in CaptureRGB()
1598 *px++ = g; in CaptureRGB()
1599 *px++ = b; in CaptureRGB()
1600 *px++ = 255; in CaptureRGB()
1603 *px++ = 255; in CaptureRGB()
1604 *px++ = r; in CaptureRGB()
1605 *px++ = g; in CaptureRGB()
1606 *px++ = b; in CaptureRGB()
1748 uint16_t* px = (uint16_t*)(img + (out_y * stride)); in CaptureDepth() local
1756 *px++ = depth_count < 8191 * 64 ? depth_count / 64 : 0; in CaptureDepth()