Home
last modified time | relevance | path

Searched defs:CodecJpegDecInfo (Results 1 – 1 of 1) sorted by relevance

/drivers/peripheral/codec/image/vdi/
Dcodec_jpeg_vdi.h73 struct CodecJpegDecInfo { struct
74 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 …]