MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / ~VaapiFrame

Method ~VaapiFrame

src/vaapi_rgb_packet_processor.cpp:98–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 virtual ~VaapiFrame()
99 {
100 VaapiImage *vi = reinterpret_cast<VaapiImage *>(rawdata);
101 vi->allocator->free(vi);
102 rawdata = NULL;
103 }
104
105 bool draw(VADisplay display, VASurfaceID surface)
106 {

Callers

nothing calls this directly

Calls 1

freeMethod · 0.45

Tested by

no test coverage detected