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