Searched defs:CodecJpegDecInfo (Results 1 – 1 of 1) sorted by relevance
69 struct CodecJpegDecInfo { struct70 uint32_t imageWidth;71 uint32_t imageHeight;72 uint32_t dataPrecision;73 uint32_t numComponents;74 uint32_t restartInterval;75 bool arithCode;76 bool progressiveMode;77 std::vector<CodecJpegCompInfo> compInfo;78 std::vector<CodecJpegHuffTable> dcHuffTbl;[all …]