| 102 | } |
| 103 | |
| 104 | void VideoStream::setPropertyChangedCallback(oni::driver::PropertyChangedCallback handler, void* pCookie) { |
| 105 | callPropertyChangedCallback = true; |
| 106 | StreamBase::setPropertyChangedCallback(handler, pCookie); |
| 107 | } |
| 108 | |
| 109 | bool VideoStream::buildFrame(libfreenect2::Frame* lf2Frame) |
| 110 | { |
nothing calls this directly
no outgoing calls
no test coverage detected