Home
last modified time | relevance | path

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

/aosp_15_r20/external/intel-media-driver/media_common/agnostic/common/codec/shared/
H A Dcodec_def_common_jpeg.h67 struct CodecDecodeJpegPicParams struct
69 CODEC_PICTURE m_destPic; //!< Destination Picture
70 uint16_t m_frameWidth; //!< Frame Width
71 uint16_t m_frameHeight; //!< Frame Height
72 uint16_t m_numCompInFrame; //!< Component Number in Frame
73 uint8_t m_componentIdentifier[jpegNumComponent]; //!< Component identifier
74 uint8_t m_quantTableSelector[jpegNumComponent]; //!< Quant table selector
75 uint8_t m_chromaType; //!< Chroma Type
76 uint8_t m_rotation; //!< Rotation type.
83 uint16_t m_totalScans; //!< total scans
[all …]