Searched defs:NvidiaVulkanParserSequenceInfo (Results 1 – 2 of 2) sorted by relevance
586 typedef struct NvidiaVulkanParserSequenceInfo struct588 vk::VkVideoCodecOperationFlagBitsKHR eCodec; // Compression Standard589 bool isSVC; // h.264 SVC590 FrameRate frameRate; // Frame Rate stored in the bitstream591 int32_t bProgSeq; // Progressive Sequence592 int32_t nDisplayWidth; // Displayed Horizontal Size593 int32_t nDisplayHeight; // Displayed Vertical Size594 int32_t nCodedWidth; // Coded Picture Width595 int32_t nCodedHeight; // Coded Picture Height596 int32_t nMaxWidth; // Max width within sequence[all …]