| 50 | |
| 51 | protected: |
| 52 | CVPixelBufferRef lockPixelBuffer(CVPixelBufferRef _pixelBuffer) { |
| 53 | CVPixelBufferLockBaseAddress(_pixelBuffer, 0); |
| 54 | |
| 55 | return _pixelBuffer; |
| 56 | } |
| 57 | |
| 58 | CVPixelBufferRef pixelBuffer; |
| 59 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected