| 198 | } |
| 199 | |
| 200 | const float* DumpPacketPipeline::getDepthZTable(size_t* length) { |
| 201 | *length = DepthPacketProcessor::TABLE_SIZE; |
| 202 | return static_cast<DumpDepthPacketProcessor*>(getDepthPacketProcessor())->getZTable(); |
| 203 | } |
| 204 | |
| 205 | const short* DumpPacketPipeline::getDepthLookupTable(size_t* length) { |
| 206 | *length = DepthPacketProcessor::LUT_SIZE; |