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

Method VaapiFrame

src/vaapi_rgb_packet_processor.cpp:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89{
90public:
91 VaapiFrame(VaapiImage *vi):
92 Frame(vi->image.width, vi->image.height, vi->image.format.bits_per_pixel/8, (unsigned char*)-1)
93 {
94 data = NULL;
95 rawdata = reinterpret_cast<unsigned char*>(vi);
96 }
97
98 virtual ~VaapiFrame()
99 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected