Searched refs:inc_h (Results 1 – 1 of 1) sorted by relevance
1343 uint32_t inc_h = ceil((float)chars.full_res_width / width); in CaptureRGB() local1350 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() local1513 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()