| 1464 | } |
| 1465 | |
| 1466 | void Freenect2ReplayDevice::loadP0Tables(unsigned char* buffer, size_t buffer_length) |
| 1467 | { |
| 1468 | pipeline_->getDepthPacketProcessor()->loadP0TablesFromCommandResponse(buffer, buffer_length); |
| 1469 | } |
| 1470 | |
| 1471 | void Freenect2ReplayDevice::static_execute(void* arg) |
| 1472 | { |
nothing calls this directly
no test coverage detected