Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp1343 uint32_t inc_h = ceil((float)chars.full_res_width / width); in CaptureRGB() local
1350 for (unsigned int x = 0; x < chars.full_res_width; x += inc_h) { in CaptureRGB()
1383 for (unsigned int j = 1; j < inc_h; j++) scene_->GetPixelElectrons(); in CaptureRGB()
1506 uint32_t inc_h = ceil((float)chars.full_res_width / width); in CaptureDepth() local
1513 for (unsigned int x = 0; x < chars.full_res_width; x += inc_h) { in CaptureDepth()
1521 for (unsigned int j = 1; j < inc_h; j++) scene_->GetPixelElectrons(); in CaptureDepth()