| 41 | namespace osvr { |
| 42 | namespace common { |
| 43 | static inline uint32_t getBufferSize(OSVR_ImagingMetadata const &meta) { |
| 44 | return meta.height * meta.width * meta.depth * meta.channels; |
| 45 | } |
| 46 | namespace messages { |
| 47 | namespace { |
| 48 | template <typename T> |
no outgoing calls
no test coverage detected