Home
last modified time | relevance | path

Searched defs:CodecEncodeJpegPictureParams (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_encode_jpeg.h102 struct CodecEncodeJpegPictureParams struct
104 …ofile : 2; //!< Profile. 0 -Baseline, 1 - Extended, 2 - Lossless, 3 - Hierarchical
105 … uint32_t m_progressive : 1; //!< Progressive flag. 1- Progressive, 0 - Sequential
106 uint32_t m_huffman : 1; //!< Huffman flag. 1 - Huffman , 0 - Arithmetic
107 …t32_t m_interleaved : 1; //!< Interleaved flag. 1 - Interleaved, 0 - NonInterleaved
108 …_t m_differential : 1; //!< Differential flag. 1 - Differential, 0 - NonDifferential
110 uint32_t m_picWidth; //!< Picture Width
111 uint32_t m_picHeight; //!< Picture Height
113 uint32_t m_inputSurfaceFormat; //!< Input surface format
114 uint32_t m_sampleBitDepth; //!< Sample bit depth
[all …]