Searched refs:px (Results 1 – 2 of 2) sorted by relevance
1241 uint16_t* px = (uint16_t*)img + out_y * (row_stride_in_bytes / 2); in CaptureRawBinned() local1279 *px++ = raw_count; in CaptureRawBinned()1301 uint16_t* px = (uint16_t*)img + y * (row_stride_in_bytes / 2); in CaptureRawFullRes() local1328 *px++ = raw_count; in CaptureRawFullRes()1349 uint8_t* px = img + outy * stride; in CaptureRGB() local1363 *px++ = r; in CaptureRGB()1364 *px++ = g; in CaptureRGB()1365 *px++ = b; in CaptureRGB()1368 *px++ = r; in CaptureRGB()1369 *px++ = g; in CaptureRGB()[all …]
250 * Example: If width = 1080 px and mapping_width = 5000 mm, mapping_height = 10000 mm.251 * then, height = width * (mapping_height / mapping_width) = 2160 px.