![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cVideoBZ.h>
Public Member Functions | |
cVideoBZDecomp (void) | |
virtual | ~cVideoBZDecomp (void) |
virtual HRESULT | DecompStart (const cSurfaceBitmapInfo *pbiInp, cSurfaceInfo *pFrameInfo) override |
virtual HRESULT | DecompFrame (const void *pCompData, size_t nSizeComp, cSurfaceBase &frame) override |
![]() | |
virtual | ~IVideoDecompress () |
virtual void | DecompEnd () |
Additional Inherited Members | |
![]() | |
cWinSize | m_Blocks |
Count of blocks = m_FrameSize / k_BLOCK_SIZE. More... | |
UINT | m_nFrameNum |
cSurfaceInfo | m_Info |
i was init to use this format + size. CompStart() or DecompStart() More... | |
![]() | |
static const int | k_BLOCK_SIZE = 32 |
static const FOURCC | k_Form = ((DWORD)(BYTE)( 'G' ) | ((DWORD)(BYTE)( 'V' ) << 8) | ((DWORD)(BYTE)( 'B' ) << 16) | ((DWORD)(BYTE)( 'Z' ) << 24 )) |
![]() | |
cVideoBZ () | |
virtual | ~cVideoBZ () |
void | UpdateBlockParams () |
bool | isReady () const noexcept |
int | get_BlocksTotal () const noexcept |
void | GetBlockRect (const BLOCK_COORD &coord, cRectI &rect) const noexcept |
UNITTEST_FRIEND (cVideoBZ) | |
![]() | |
static HRESULT GRAYCALL | CoordWrite (cStreamOutput &out, const BLOCK_COORD &coord) |
static HRESULT GRAYCALL | CoordRead (cStreamInput &stmIn, BLOCK_COORD &coord) |
GrayLib::cVideoBZDecomp::cVideoBZDecomp | ( | void | ) |
|
virtual |
|
overridevirtual |
Implements GrayLib::IVideoDecompress.
|
overridevirtual |
Implements GrayLib::IVideoDecompress.