| 838 | } |
| 839 | |
| 840 | bool OpenCLKdeDepthPacketProcessor::good() |
| 841 | { |
| 842 | return impl_->deviceInitialized && impl_->runtimeOk; |
| 843 | } |
| 844 | |
| 845 | void OpenCLKdeDepthPacketProcessor::process(const DepthPacket &packet) |
| 846 | { |
nothing calls this directly
no outgoing calls
no test coverage detected