Home
last modified time | relevance | path

Searched refs:px (Results 1 – 2 of 2) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp1241 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()
[all …]
/hardware/interfaces/automotive/sv/1.0/
Dtypes.hal250 * Example: If width = 1080 px and mapping_width = 5000 mm, mapping_height = 10000 mm.
251 * then, height = width * (mapping_height / mapping_width) = 2160 px.