Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp949 uint32_t inc_v = ceil((float)chars.height / height); in CaptureRGB() local
951 for (unsigned int y = 0, outy = 0; y < chars.height; y += inc_v, outy++) { in CaptureRGB()
1089 uint32_t inc_v = ceil((float)chars.height / height); in CaptureDepth() local
1091 for (unsigned int y = 0, out_y = 0; y < chars.height; y += inc_v, out_y++) { in CaptureDepth()