struct RawFormat
Defined at line 14 of file ../../src/camera/lib/raw_formats/raw.h
Describes a RAW bayer format.
Public Members
const uint64_t id
PackingBlock packing_block
ColorFilter color_filter
BitDepthMap depth_map
Public Methods
void RawFormat (const PackingBlock & block, const ColorFilter & filter, const BitDepthMap & map)
Defined at line 24 of file ../../src/camera/lib/raw_formats/raw.h
template <typename PbT, typename CfT, typename BmT>
void RawFormat (PbT && block, CfT && filter, BmT && map)
Defined at line 28 of file ../../src/camera/lib/raw_formats/raw.h
bool operator== (const RawFormat & o)
Defined at line 34 of file ../../src/camera/lib/raw_formats/raw.h