| 44 | } |
| 45 | |
| 46 | ~VTFrame() { |
| 47 | CVPixelBufferUnlockBaseAddress(pixelBuffer, 0); |
| 48 | CVPixelBufferRelease(pixelBuffer); |
| 49 | } |
| 50 | |
| 51 | protected: |
| 52 | CVPixelBufferRef lockPixelBuffer(CVPixelBufferRef _pixelBuffer) { |
nothing calls this directly
no outgoing calls
no test coverage detected