Searched refs:depth_count (Results 1 – 1 of 1) sorted by relevance
1514 uint32_t depth_count; in CaptureDepth() local1518 depth_count = pixel[EmulatedScene::Gr] * scale64x; in CaptureDepth()1520 *px++ = depth_count < 8191 * 64 ? depth_count / 64 : 0; in CaptureDepth()