MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / CompressedFrame

Method CompressedFrame

common/Frame.cpp:404–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402// Compressed frame
403
404CompressedFrame::CompressedFrame(void) : Frame(), tjhnd(NULL)
405{
406 if(!(tjhnd = tjInitCompress())) THROW(tjGetErrorStr());
407 pf = pf_get(PF_RGB);
408 memset(&rhdr, 0, sizeof(rrframeheader));
409}
410
411
412CompressedFrame::~CompressedFrame(void)

Callers

nothing calls this directly

Calls 1

pf_getFunction · 0.85

Tested by

no test coverage detected