Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp1238 for (unsigned int out_y = 0; out_y < chars.height; out_y++) { in CaptureRawBinned() local
1240 int* bayer_row = bayer_select + (out_y & 0x1) * 2; in CaptureRawBinned()
1241 uint16_t* px = (uint16_t*)img + out_y * (row_stride_in_bytes / 2); in CaptureRawBinned()
1249 float norm_y = (float)out_y / chars.height; in CaptureRawBinned()
1421 for (unsigned int out_y = 0; out_y < height; out_y++) { in CaptureYUV420() local
1422 uint8_t* px_y = yuv_layout.img_y + out_y * yuv_layout.y_stride; in CaptureYUV420()
1423 uint8_t* px_cb = yuv_layout.img_cb + (out_y / 2) * yuv_layout.cbcr_stride; in CaptureYUV420()
1424 uint8_t* px_cr = yuv_layout.img_cr + (out_y / 2) * yuv_layout.cbcr_stride; in CaptureYUV420()
1429 float norm_y = out_y / (height * zoom_ratio); in CaptureYUV420()
1473 if (out_y % 2 == 0 && out_x % 2 == 0) { in CaptureYUV420()
[all …]