MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / lockPixelBuffer

Method lockPixelBuffer

src/vt_rgb_packet_processor.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51 protected:
52 CVPixelBufferRef lockPixelBuffer(CVPixelBufferRef _pixelBuffer) {
53 CVPixelBufferLockBaseAddress(_pixelBuffer, 0);
54
55 return _pixelBuffer;
56 }
57
58 CVPixelBufferRef pixelBuffer;
59};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected