Home
last modified time | relevance | path

Searched defs:CodecEncodeMpeg2SequenceParams (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_mpeg2.h62 struct CodecEncodeMpeg2SequenceParams struct
64 uint16_t m_frameWidth; //!< Width of picture in unit of pixels
65 uint16_t m_frameHeight; //!< Height of picture in unit pixels
66 uint8_t m_profile; //!< Profile
67 uint8_t m_level; //!< Level
68 uint8_t m_chromaFormat; //!< Color sampling formats
69 …tUsage; //!< Target usage number, indicates trade-offs between quality and speed
73 {
84 uint32_t m_bitrate; //!< Bit rate bits per second
85 uint32_t m_vbvBufferSize; //!< VBV buffer size in bits
[all …]