Loading...
Searching...
No Matches
PackedBitfield.hpp
Go to the documentation of this file.
QString packedBitfieldFilter(const PackedBitfieldLayout &l)
Definition PackedBitfield.hpp:51
std::unique_ptr< GPUVideoDecoder > makePackedBitfieldDecoder(const PackedBitfieldLayout &l, Video::ImageFormat &d)
Convenience: the decoder for a packed-bitfield format.
Definition PackedBitfield.hpp:87
Definition VideoInterface.hpp:26
One channel's placement inside the packed container.
Definition PackedBitfield.hpp:34
int width
Bit count; 0 means "channel absent, use 1.0".
Definition PackedBitfield.hpp:36
int offset
LSB position within the reassembled word.
Definition PackedBitfield.hpp:35
Definition PackedBitfield.hpp:40
int containerBytes
1 or 2.
Definition PackedBitfield.hpp:41
bool bigEndian
Byte order of the container, not the host's.
Definition PackedBitfield.hpp:42