Lines Matching refs:px
1241 uint16_t* px = (uint16_t*)img + out_y * (row_stride_in_bytes / 2); in CaptureRawBinned() local
1279 *px++ = raw_count; in CaptureRawBinned()
1301 uint16_t* px = (uint16_t*)img + y * (row_stride_in_bytes / 2); in CaptureRawFullRes() local
1328 *px++ = raw_count; in CaptureRawFullRes()
1349 uint8_t* px = img + outy * stride; in CaptureRGB() local
1363 *px++ = r; in CaptureRGB()
1364 *px++ = g; in CaptureRGB()
1365 *px++ = b; in CaptureRGB()
1368 *px++ = r; in CaptureRGB()
1369 *px++ = g; in CaptureRGB()
1370 *px++ = b; in CaptureRGB()
1371 *px++ = 255; in CaptureRGB()
1374 *px++ = 255; in CaptureRGB()
1375 *px++ = r; in CaptureRGB()
1376 *px++ = g; in CaptureRGB()
1377 *px++ = b; in CaptureRGB()
1512 uint16_t* px = (uint16_t*)(img + (out_y * stride)); in CaptureDepth() local
1520 *px++ = depth_count < 8191 * 64 ? depth_count / 64 : 0; in CaptureDepth()