Searched defs:CodecDecodeJpegPicParams (Results 1 – 1 of 1) sorted by relevance
67 struct CodecDecodeJpegPicParams struct69 CODEC_PICTURE m_destPic; //!< Destination Picture70 uint16_t m_frameWidth; //!< Frame Width71 uint16_t m_frameHeight; //!< Frame Height72 uint16_t m_numCompInFrame; //!< Component Number in Frame73 uint8_t m_componentIdentifier[jpegNumComponent]; //!< Component identifier74 uint8_t m_quantTableSelector[jpegNumComponent]; //!< Quant table selector75 uint8_t m_chromaType; //!< Chroma Type76 uint8_t m_rotation; //!< Rotation type.83 uint16_t m_totalScans; //!< total scans[all …]