| 774 | } |
| 775 | |
| 776 | bool OpenCLDepthPacketProcessor::good() |
| 777 | { |
| 778 | return impl_->deviceInitialized && impl_->runtimeOk; |
| 779 | } |
| 780 | |
| 781 | void OpenCLDepthPacketProcessor::process(const DepthPacket &packet) |
| 782 | { |
nothing calls this directly
no outgoing calls
no test coverage detected