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.h69 struct CodecJpegDecInfo { struct
70 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 …]