Searched defs:CodecEncodeJpegPictureParams (Results 1 – 1 of 1) sorted by relevance
102 struct CodecEncodeJpegPictureParams struct104 …ofile : 2; //!< Profile. 0 -Baseline, 1 - Extended, 2 - Lossless, 3 - Hierarchical105 … uint32_t m_progressive : 1; //!< Progressive flag. 1- Progressive, 0 - Sequential106 uint32_t m_huffman : 1; //!< Huffman flag. 1 - Huffman , 0 - Arithmetic107 …t32_t m_interleaved : 1; //!< Interleaved flag. 1 - Interleaved, 0 - NonInterleaved108 …_t m_differential : 1; //!< Differential flag. 1 - Differential, 0 - NonDifferential110 uint32_t m_picWidth; //!< Picture Width111 uint32_t m_picHeight; //!< Picture Height113 uint32_t m_inputSurfaceFormat; //!< Input surface format114 uint32_t m_sampleBitDepth; //!< Sample bit depth[all …]