Searched defs:CodecEncodeMpeg2SequenceParams (Results 1 – 1 of 1) sorted by relevance
62 struct CodecEncodeMpeg2SequenceParams struct64 uint16_t m_frameWidth; //!< Width of picture in unit of pixels65 uint16_t m_frameHeight; //!< Height of picture in unit pixels66 uint8_t m_profile; //!< Profile67 uint8_t m_level; //!< Level68 uint8_t m_chromaFormat; //!< Color sampling formats69 …tUsage; //!< Target usage number, indicates trade-offs between quality and speed73 {84 uint32_t m_bitrate; //!< Bit rate bits per second85 uint32_t m_vbvBufferSize; //!< VBV buffer size in bits[all …]